commit:     90eaf36b236a4b92cab74fc02a361f5f9335b0da
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Sat Jul 18 06:03:20 2015 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Jul 18 06:03:20 2015 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=90eaf36b

Cleanup. Fix astrolabe slot now that we use the gentoo tree version.

Package-Manager: portage-2.2.20

 dev-ruby/rubocop/ChangeLog             |  8 +++++++
 dev-ruby/rubocop/Manifest              |  2 --
 dev-ruby/rubocop/rubocop-0.31.0.ebuild | 38 ----------------------------------
 dev-ruby/rubocop/rubocop-0.32.0.ebuild | 38 ----------------------------------
 dev-ruby/rubocop/rubocop-0.32.1.ebuild |  2 +-
 5 files changed, 9 insertions(+), 79 deletions(-)

diff --git a/dev-ruby/rubocop/ChangeLog b/dev-ruby/rubocop/ChangeLog
index fd0ed89..70efe23 100644
--- a/dev-ruby/rubocop/ChangeLog
+++ b/dev-ruby/rubocop/ChangeLog
@@ -2,6 +2,14 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  18 Jul 2015; Hans de Graaff <gra...@gentoo.org> -rubocop-0.31.0.ebuild,
+  -rubocop-0.32.0.ebuild, rubocop-0.32.1.ebuild:
+  Cleanup. Fix astrolabe slot now that we use the gentoo tree version.
+
+  18 Jul 2015; Hans de Graaff <gra...@gentoo.org> -rubocop-0.31.0.ebuild,
+  -rubocop-0.32.0.ebuild:
+  Cleanup.
+
   01 Jul 2015; Hans de Graaff <gra...@gentoo.org> -rubocop-0.29.1.ebuild,
   -rubocop-0.30.0.ebuild:
   Cleanup.

diff --git a/dev-ruby/rubocop/Manifest b/dev-ruby/rubocop/Manifest
index e6b5927..8c26040 100644
--- a/dev-ruby/rubocop/Manifest
+++ b/dev-ruby/rubocop/Manifest
@@ -1,3 +1 @@
-DIST rubocop-0.31.0.tar.gz 1001771 SHA256 
3ce5519cbefcbb4cf1be4b75d23dc02cb98b082eba9a4fa93c848b96c04bdf4c SHA512 
f9781888c927719e8d8804db95f7b9ed2101e0a15af4c65e0725afda06b22a29a234764f8e8293fef58c6d2bedcfa3bfeb3854fc6052ff2961269b484ad09c05
 WHIRLPOOL 
c76e8baea3cdb8a5cbb67cd4380a7fb8dba10f21fafda583812cf1f42e94b6342fa3e975a83086611d570aa174b5d04f3069fafee7e426635116accabb24a33f
-DIST rubocop-0.32.0.tar.gz 1014053 SHA256 
8254352a1dcd61fe4d81d18a48c7a42aa9229d8345590c6700e9f994000a2ed1 SHA512 
207b47f099d5804b8d141484aaebe24c36dc5179eded5f778e2d8bb0f03cfbd506f6a76267ed6f3e2533d07056c9e6f2a5a618c602c19f6abab65cb95f0c98aa
 WHIRLPOOL 
b7f867283e2fcc557f74d6bd91df8a60d4d02d996522602706ca2fb389206be40f0161d82659bd0c29803a6058137fb27eae4878458d20c96cda7e72921ccd58
 DIST rubocop-0.32.1.tar.gz 1016920 SHA256 
657d71bc5ec90b4c78f6e84f66bafe39174fa22c8fa022bfa3efe5e18c46f975 SHA512 
97330d767110dff93b36fea7a0da54725940d4522b11f016c2548bd2f62400818380712ef95eb0b4164e4edc33afb33554ace5910e13a31136073f792e094f4e
 WHIRLPOOL 
9ffd8b1f6b2fb10e7fc5ecf5916fdb5bfe0c297e323ce07306fe6337f1974a1429290695133f0beb98a334888d01ca9c503d7efeba03f0d2c5a57632f5fe843b

diff --git a/dev-ruby/rubocop/rubocop-0.31.0.ebuild 
b/dev-ruby/rubocop/rubocop-0.31.0.ebuild
deleted file mode 100644
index bb6dfc7..0000000
--- a/dev-ruby/rubocop/rubocop-0.31.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header:  $
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRAINSTALL="assets config"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Ruby static code analyzer"
-HOMEPAGE="https://github.com/bbatsov/rubocop";
-SRC_URI="https://github.com/bbatsov/rubocop/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend "
-       >=dev-ruby/astrolabe-1.3:1
-       >=dev-ruby/parser-2.2.2.1:0
-       >=dev-ruby/powerpack-0.1:0
-       >=dev-ruby/ruby-progressbar-1.4:0
-       dev-ruby/rainbow:2"
-
-all_ruby_prepare() {
-       # Remove failing spec, to be investigated later.
-       rm spec/rubocop/formatter/json_formatter_spec.rb || die
-
-       sed -i -e 's:/tmp/example:'${TMPDIR}'/example:' 
spec/rubocop/cop/team_spec.rb || die
-}

diff --git a/dev-ruby/rubocop/rubocop-0.32.0.ebuild 
b/dev-ruby/rubocop/rubocop-0.32.0.ebuild
deleted file mode 100644
index 3bd9fe8..0000000
--- a/dev-ruby/rubocop/rubocop-0.32.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header:  $
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRAINSTALL="assets config"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Ruby static code analyzer"
-HOMEPAGE="https://github.com/bbatsov/rubocop";
-SRC_URI="https://github.com/bbatsov/rubocop/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend "
-       >=dev-ruby/astrolabe-1.3:1
-       >=dev-ruby/parser-2.2.2.5:0
-       >=dev-ruby/powerpack-0.1:0
-       >=dev-ruby/ruby-progressbar-1.4:0
-       dev-ruby/rainbow:2"
-
-all_ruby_prepare() {
-       # Remove failing spec, to be investigated later.
-       rm spec/rubocop/formatter/json_formatter_spec.rb || die
-
-       sed -i -e 's:/tmp/example:'${TMPDIR}'/example:' 
spec/rubocop/cop/team_spec.rb || die
-}

diff --git a/dev-ruby/rubocop/rubocop-0.32.1.ebuild 
b/dev-ruby/rubocop/rubocop-0.32.1.ebuild
index 0843cd1..e1fc006 100644
--- a/dev-ruby/rubocop/rubocop-0.32.1.ebuild
+++ b/dev-ruby/rubocop/rubocop-0.32.1.ebuild
@@ -24,7 +24,7 @@ KEYWORDS="~amd64"
 IUSE=""
 
 ruby_add_rdepend "
-       >=dev-ruby/astrolabe-1.3:1
+       >=dev-ruby/astrolabe-1.3:0
        >=dev-ruby/parser-2.2.2.5:0
        >=dev-ruby/powerpack-0.1:0
        >=dev-ruby/ruby-progressbar-1.4:0

Reply via email to