[gentoo-commits] repo/gentoo:master commit in: dev-ruby/awesome_print/

2018-12-12 Thread Hans de Graaff
commit: 547dd2378ca874863a3af652492505a9fbada4a6
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Dec 12 09:20:41 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Dec 12 09:20:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=547dd237

dev-ruby/awesome_print: remove masked package, bug 661262

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/awesome_print/Manifest   |  1 -
 dev-ruby/awesome_print/awesome_print-1.8.0.ebuild | 39 ---
 dev-ruby/awesome_print/metadata.xml   | 11 ---
 3 files changed, 51 deletions(-)

diff --git a/dev-ruby/awesome_print/Manifest b/dev-ruby/awesome_print/Manifest
deleted file mode 100644
index d60d61abdd1..000
--- a/dev-ruby/awesome_print/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST awesome_print-1.8.0.tar.gz 42605 BLAKE2B 
d401732991486349b17c2c6947c6674f715cbd33b2987c725a589504d8333e75b7428a9ca5897dcc1d5eacb7a74d7f7f5da84bbd23706e4c43c316718eead858
 SHA512 
72ac5c4d918c84adba5ea7a60502ac89d57c5734b0b557d0171caae86b5f13ce316c5d7717315ff56c7f7a0959efeb244b6b85f4147c14ec8bf9e128488cf480

diff --git a/dev-ruby/awesome_print/awesome_print-1.8.0.ebuild 
b/dev-ruby/awesome_print/awesome_print-1.8.0.ebuild
deleted file mode 100644
index 17c44c42876..000
--- a/dev-ruby/awesome_print/awesome_print-1.8.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library to pretty print Ruby objects in full color with proper 
indentation"
-HOMEPAGE="https://github.com/awesome-print/awesome_print;
-SRC_URI="https://github.com/awesome-print/awesome_print/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-
-LICENSE="MIT"
-
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc64 ~x86 ~x86-fbsd"
-SLOT="0"
-IUSE=""
-
-ruby_add_bdepend "test? (
-   dev-ruby/nokogiri
-)"
-
-all_ruby_prepare() {
-   sed -i -e '/codeclimate/I s:^:#:' \
-   -e '/simplecov/I s:^:#:' \
-   spec/spec_helper.rb || die
-
-   # Avoid activerecord specs since they don't run
-   # consistently accross rails versions and not all
-   # arches have rails
-   rm -f spec/ext/active_record_spec.rb || die
-}

diff --git a/dev-ruby/awesome_print/metadata.xml 
b/dev-ruby/awesome_print/metadata.xml
deleted file mode 100644
index 1a4d4a7154d..000
--- a/dev-ruby/awesome_print/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-r...@gentoo.org
-Gentoo Ruby Project
-  
-  
-michaeldv/awesome_print
-  
-



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/awesome_print/

2018-04-13 Thread Aaron Bauman
commit: a445be1cf28f7fa3b6ccf72871c4d2ed64ce5541
Author: Marty E. Plummer  startmail  com>
AuthorDate: Wed Apr 11 00:00:01 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Apr 13 23:21:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a445be1c

dev-ruby/awesome_print: remove trailing whitespace

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-ruby/awesome_print/awesome_print-1.8.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/awesome_print/awesome_print-1.8.0.ebuild 
b/dev-ruby/awesome_print/awesome_print-1.8.0.ebuild
index 7caeb5ca5ec..17c44c42876 100644
--- a/dev-ruby/awesome_print/awesome_print-1.8.0.ebuild
+++ b/dev-ruby/awesome_print/awesome_print-1.8.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -32,8 +32,8 @@ all_ruby_prepare() {
-e '/simplecov/I s:^:#:' \
spec/spec_helper.rb || die
 
-   # Avoid activerecord specs since they don't run 
-   # consistently accross rails versions and not all 
+   # Avoid activerecord specs since they don't run
+   # consistently accross rails versions and not all
# arches have rails
rm -f spec/ext/active_record_spec.rb || die
 }



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/awesome_print/

2018-03-21 Thread Hans de Graaff
commit: 3f202d5b6e37c2ac9f3e1f930dc5e133c63980f1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Wed Mar 21 06:35:23 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Wed Mar 21 06:35:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f202d5b

dev-ruby/awesome_print: cleanup

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ruby/awesome_print/Manifest   |  1 -
 dev-ruby/awesome_print/awesome_print-1.7.0.ebuild | 32 ---
 2 files changed, 33 deletions(-)

diff --git a/dev-ruby/awesome_print/Manifest b/dev-ruby/awesome_print/Manifest
index f4f4d0505fd..d60d61abdd1 100644
--- a/dev-ruby/awesome_print/Manifest
+++ b/dev-ruby/awesome_print/Manifest
@@ -1,2 +1 @@
-DIST awesome_print-1.7.0.tar.gz 39436 BLAKE2B 
282e1159e81fd016c683697f6df748645686bf0ff14ffc7c1a4ac57cf49cd37f682c57442de03630c264b7d2dc30debf7e25402c7d99b40236caae22bbc485a8
 SHA512 
a49cf98c373ccc39a3f80b8ba531edb1f1bb63ba2dea10339aa3cdeae3e63863043c6a5fb0143569e1a50b2e340256210a170cccda3fc609aa3fccef20cfd080
 DIST awesome_print-1.8.0.tar.gz 42605 BLAKE2B 
d401732991486349b17c2c6947c6674f715cbd33b2987c725a589504d8333e75b7428a9ca5897dcc1d5eacb7a74d7f7f5da84bbd23706e4c43c316718eead858
 SHA512 
72ac5c4d918c84adba5ea7a60502ac89d57c5734b0b557d0171caae86b5f13ce316c5d7717315ff56c7f7a0959efeb244b6b85f4147c14ec8bf9e128488cf480

diff --git a/dev-ruby/awesome_print/awesome_print-1.7.0.ebuild 
b/dev-ruby/awesome_print/awesome_print-1.7.0.ebuild
deleted file mode 100644
index d4cd11ce490..000
--- a/dev-ruby/awesome_print/awesome_print-1.7.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library to pretty print Ruby objects in full color with proper 
indentation"
-HOMEPAGE="https://github.com/awesome-print/awesome_print;
-SRC_URI="https://github.com/awesome-print/awesome_print/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-
-LICENSE="MIT"
-
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc64 ~x86 ~x86-fbsd"
-SLOT="0"
-IUSE=""
-
-ruby_add_bdepend "test? (
-   dev-ruby/nokogiri
-)"
-
-all_ruby_prepare() {
-   sed -i -e '/codeclimate/I s:^:#:' spec/spec_helper.rb || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/awesome_print/

2017-07-16 Thread Hans de Graaff
commit: e6cf369ade36fad7c6bbb896f36d841e533c9d66
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Jul 16 06:32:16 2017 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Jul 16 06:45:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6cf369a

dev-ruby/awesome_print: add 1.8.0

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/awesome_print/Manifest   |  1 +
 dev-ruby/awesome_print/awesome_print-1.8.0.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/dev-ruby/awesome_print/Manifest b/dev-ruby/awesome_print/Manifest
index 7009947eaaf..b19371b8737 100644
--- a/dev-ruby/awesome_print/Manifest
+++ b/dev-ruby/awesome_print/Manifest
@@ -1 +1,2 @@
 DIST awesome_print-1.7.0.tar.gz 39436 SHA256 
9f844b1f085718d5ba1968be79614dc93202b05166df4b09649e974db37e9634 SHA512 
a49cf98c373ccc39a3f80b8ba531edb1f1bb63ba2dea10339aa3cdeae3e63863043c6a5fb0143569e1a50b2e340256210a170cccda3fc609aa3fccef20cfd080
 WHIRLPOOL 
b6c9c5b3fde85618448145f050b7fe4cd9ea067c254bb25beb4dcc98e128597a1f2546022548d3a8502417f98bad04fb321021188ea7211e0087380dd56db225
+DIST awesome_print-1.8.0.tar.gz 42605 SHA256 
97589bcb4abad8159218aa8e45d3d61b6951f16ffc99b673f4968ec0bc08d9b8 SHA512 
72ac5c4d918c84adba5ea7a60502ac89d57c5734b0b557d0171caae86b5f13ce316c5d7717315ff56c7f7a0959efeb244b6b85f4147c14ec8bf9e128488cf480
 WHIRLPOOL 
a6ab43069459ee4bdff33f519a71aa7f300db2eb8e27180e9768bf457f3a8d3a0eacbb9feea522732032ec0725d05c50d242524c9dd9c907e684922e7b4f9caf

diff --git a/dev-ruby/awesome_print/awesome_print-1.8.0.ebuild 
b/dev-ruby/awesome_print/awesome_print-1.8.0.ebuild
new file mode 100644
index 000..7caeb5ca5ec
--- /dev/null
+++ b/dev-ruby/awesome_print/awesome_print-1.8.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library to pretty print Ruby objects in full color with proper 
indentation"
+HOMEPAGE="https://github.com/awesome-print/awesome_print;
+SRC_URI="https://github.com/awesome-print/awesome_print/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="MIT"
+
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc64 ~x86 ~x86-fbsd"
+SLOT="0"
+IUSE=""
+
+ruby_add_bdepend "test? (
+   dev-ruby/nokogiri
+)"
+
+all_ruby_prepare() {
+   sed -i -e '/codeclimate/I s:^:#:' \
+   -e '/simplecov/I s:^:#:' \
+   spec/spec_helper.rb || die
+
+   # Avoid activerecord specs since they don't run 
+   # consistently accross rails versions and not all 
+   # arches have rails
+   rm -f spec/ext/active_record_spec.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/awesome_print/

2016-12-17 Thread Hans de Graaff
commit: 1b3ad2a46e3f4885f68e919844931e16e09c687c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Dec 18 07:14:21 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec 18 07:14:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b3ad2a4

dev-ruby/awesome_print: add ruby23

Package-Manager: portage-2.3.0

 dev-ruby/awesome_print/awesome_print-1.7.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/awesome_print/awesome_print-1.7.0.ebuild 
b/dev-ruby/awesome_print/awesome_print-1.7.0.ebuild
index bea73ff..c11bbb9 100644
--- a/dev-ruby/awesome_print/awesome_print-1.7.0.ebuild
+++ b/dev-ruby/awesome_print/awesome_print-1.7.0.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 
@@ -20,7 +20,7 @@ 
SRC_URI="https://github.com/awesome-print/awesome_print/archive/v${PV}.tar.gz ->
 
 LICENSE="MIT"
 
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc64 ~x86 ~x86-fbsd"
 SLOT="0"
 IUSE=""
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/awesome_print/

2016-12-17 Thread Hans de Graaff
commit: 1598da4bfde054f71a342c6379b36f8560553fd8
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Dec 18 06:54:31 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Dec 18 06:54:31 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1598da4b

dev-ruby/awesome_print: cleanup

Package-Manager: portage-2.3.0

 dev-ruby/awesome_print/Manifest   |  1 -
 dev-ruby/awesome_print/awesome_print-1.6.1.ebuild | 21 -
 2 files changed, 22 deletions(-)

diff --git a/dev-ruby/awesome_print/Manifest b/dev-ruby/awesome_print/Manifest
index 669cb9b..7009947 100644
--- a/dev-ruby/awesome_print/Manifest
+++ b/dev-ruby/awesome_print/Manifest
@@ -1,2 +1 @@
-DIST awesome_print-1.6.1.gem 32256 SHA256 
0d8be8d9b270b900a337356cb9453ffdaf219d29902f14bbe4f120ecfdd38fef SHA512 
394f5011d45f1daca77215e585d50c8505a63498b982aae32b206b99051fc27b903135fdb62976d9aeb4dfa80f5d6980b55c7fbe0fdc75feb979fd3b3b935c92
 WHIRLPOOL 
9d6c5f8fe60e3ba7ebbc16c5bcaf91337d2142d4846b490c75185c905ada1dd6f76fbd8f73a859bdeef91542ad3623758cfaa029d1b303dfc02d9b964199bc40
 DIST awesome_print-1.7.0.tar.gz 39436 SHA256 
9f844b1f085718d5ba1968be79614dc93202b05166df4b09649e974db37e9634 SHA512 
a49cf98c373ccc39a3f80b8ba531edb1f1bb63ba2dea10339aa3cdeae3e63863043c6a5fb0143569e1a50b2e340256210a170cccda3fc609aa3fccef20cfd080
 WHIRLPOOL 
b6c9c5b3fde85618448145f050b7fe4cd9ea067c254bb25beb4dcc98e128597a1f2546022548d3a8502417f98bad04fb321021188ea7211e0087380dd56db225

diff --git a/dev-ruby/awesome_print/awesome_print-1.6.1.ebuild 
b/dev-ruby/awesome_print/awesome_print-1.6.1.ebuild
deleted file mode 100644
index 35214dd..
--- a/dev-ruby/awesome_print/awesome_print-1.6.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Library to pretty print Ruby objects in full color with proper 
indentation"
-HOMEPAGE="https://github.com/michaeldv/awesome_print;
-LICENSE="MIT"
-
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-SLOT="0"
-IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/awesome_print/

2016-06-06 Thread Hans de Graaff
commit: 2642f7693a9996f5c7bde32537bc5d1e5a25c228
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Jun  7 04:40:15 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Jun  7 04:40:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2642f769

dev-ruby/awesome_print: add 1.7.0

Package-Manager: portage-2.2.28

 dev-ruby/awesome_print/Manifest   |  1 +
 dev-ruby/awesome_print/awesome_print-1.7.0.ebuild | 33 +++
 2 files changed, 34 insertions(+)

diff --git a/dev-ruby/awesome_print/Manifest b/dev-ruby/awesome_print/Manifest
index 021fa7e..669cb9b 100644
--- a/dev-ruby/awesome_print/Manifest
+++ b/dev-ruby/awesome_print/Manifest
@@ -1 +1,2 @@
 DIST awesome_print-1.6.1.gem 32256 SHA256 
0d8be8d9b270b900a337356cb9453ffdaf219d29902f14bbe4f120ecfdd38fef SHA512 
394f5011d45f1daca77215e585d50c8505a63498b982aae32b206b99051fc27b903135fdb62976d9aeb4dfa80f5d6980b55c7fbe0fdc75feb979fd3b3b935c92
 WHIRLPOOL 
9d6c5f8fe60e3ba7ebbc16c5bcaf91337d2142d4846b490c75185c905ada1dd6f76fbd8f73a859bdeef91542ad3623758cfaa029d1b303dfc02d9b964199bc40
+DIST awesome_print-1.7.0.tar.gz 39436 SHA256 
9f844b1f085718d5ba1968be79614dc93202b05166df4b09649e974db37e9634 SHA512 
a49cf98c373ccc39a3f80b8ba531edb1f1bb63ba2dea10339aa3cdeae3e63863043c6a5fb0143569e1a50b2e340256210a170cccda3fc609aa3fccef20cfd080
 WHIRLPOOL 
b6c9c5b3fde85618448145f050b7fe4cd9ea067c254bb25beb4dcc98e128597a1f2546022548d3a8502417f98bad04fb321021188ea7211e0087380dd56db225

diff --git a/dev-ruby/awesome_print/awesome_print-1.7.0.ebuild 
b/dev-ruby/awesome_print/awesome_print-1.7.0.ebuild
new file mode 100644
index 000..bea73ff
--- /dev/null
+++ b/dev-ruby/awesome_print/awesome_print-1.7.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library to pretty print Ruby objects in full color with proper 
indentation"
+HOMEPAGE="https://github.com/awesome-print/awesome_print;
+SRC_URI="https://github.com/awesome-print/awesome_print/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="MIT"
+
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+SLOT="0"
+IUSE=""
+
+ruby_add_bdepend "test? (
+   dev-ruby/nokogiri
+)"
+
+all_ruby_prepare() {
+   sed -i -e '/codeclimate/I s:^:#:' spec/spec_helper.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/awesome_print/

2016-03-06 Thread Manuel Rüger
commit: 307eb6ca128a8dc6d865dc2e7b3b98985a6fbcff
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Mar  7 02:44:50 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Mar  7 02:44:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=307eb6ca

dev-ruby/awesome_print: Remove ruby19, fix desc

Package-Manager: portage-2.2.27

 dev-ruby/awesome_print/awesome_print-1.6.1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ruby/awesome_print/awesome_print-1.6.1.ebuild 
b/dev-ruby/awesome_print/awesome_print-1.6.1.ebuild
index 6cb8d9c..35214dd 100644
--- a/dev-ruby/awesome_print/awesome_print-1.6.1.ebuild
+++ b/dev-ruby/awesome_print/awesome_print-1.6.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+USE_RUBY="ruby20 ruby21 ruby22"
 
 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
 
@@ -12,7 +12,7 @@ RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md"
 
 inherit ruby-fakegem
 
-DESCRIPTION="Ruby library that pretty prints Ruby objects in full color with 
proper indentation"
+DESCRIPTION="Library to pretty print Ruby objects in full color with proper 
indentation"
 HOMEPAGE="https://github.com/michaeldv/awesome_print;
 LICENSE="MIT"
 



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/awesome_print/

2016-03-06 Thread Manuel Rüger
commit: ea87f1bf6d6cfdc86a060e2644b44d1fab7354c2
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Mar  7 02:43:43 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Mar  7 02:43:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea87f1bf

dev-ruby/awesome_print: Remove old

Package-Manager: portage-2.2.27

 dev-ruby/awesome_print/Manifest |  1 -
 .../awesome_print/awesome_print-1.2.0-r2.ebuild | 21 -
 2 files changed, 22 deletions(-)

diff --git a/dev-ruby/awesome_print/Manifest b/dev-ruby/awesome_print/Manifest
index d2a308f..021fa7e 100644
--- a/dev-ruby/awesome_print/Manifest
+++ b/dev-ruby/awesome_print/Manifest
@@ -1,2 +1 @@
-DIST awesome_print-1.2.0.gem 29184 SHA256 
f9fb1d1bafddc4739266c68f3a043e409716a620aea937d54d1ae07c278305cd SHA512 
10e1d77ceb0b05aa9b0f12911c24ab63d20a3c88f9fbace518562e7e6de21f6db5dbe75fc0b2c50fa244a33f08cba920d48dc04069ac740394200a1d695e2f4f
 WHIRLPOOL 
1de1eecbfd2e5e3f03b69a0b6d4afd130fad59b22807f1a8d9f1416fd946a574f23bfc59f8391975e9d10770c9530aba48caca0ed137c0bdaaf2a4a50a6a8b9d
 DIST awesome_print-1.6.1.gem 32256 SHA256 
0d8be8d9b270b900a337356cb9453ffdaf219d29902f14bbe4f120ecfdd38fef SHA512 
394f5011d45f1daca77215e585d50c8505a63498b982aae32b206b99051fc27b903135fdb62976d9aeb4dfa80f5d6980b55c7fbe0fdc75feb979fd3b3b935c92
 WHIRLPOOL 
9d6c5f8fe60e3ba7ebbc16c5bcaf91337d2142d4846b490c75185c905ada1dd6f76fbd8f73a859bdeef91542ad3623758cfaa029d1b303dfc02d9b964199bc40

diff --git a/dev-ruby/awesome_print/awesome_print-1.2.0-r2.ebuild 
b/dev-ruby/awesome_print/awesome_print-1.2.0-r2.ebuild
deleted file mode 100644
index 13e7ce7..000
--- a/dev-ruby/awesome_print/awesome_print-1.2.0-r2.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby library that pretty prints Ruby objects in full color with 
proper indentation"
-HOMEPAGE="https://github.com/michaeldv/awesome_print;
-LICENSE="MIT"
-
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-SLOT="0"
-IUSE=""