summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2013-09-10 14:47:33 +0000
committerManuel Rüger <mrueg@gentoo.org>2013-09-10 14:47:33 +0000
commit21729c1f9fc4b10af31074d07790576c56abecb1 (patch)
tree447c2c9a2694f48e10748f4da7a47a00ac58cb16 /dev-ruby/awesome_print
parentCleanup old. (diff)
downloadgentoo-2-21729c1f9fc4b10af31074d07790576c56abecb1.tar.gz
gentoo-2-21729c1f9fc4b10af31074d07790576c56abecb1.tar.bz2
gentoo-2-21729c1f9fc4b10af31074d07790576c56abecb1.zip
Cleanup old.
(Portage version: 2.2.2/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-ruby/awesome_print')
-rw-r--r--dev-ruby/awesome_print/ChangeLog8
-rw-r--r--dev-ruby/awesome_print/awesome_print-1.0.1.ebuild32
2 files changed, 5 insertions, 35 deletions
diff --git a/dev-ruby/awesome_print/ChangeLog b/dev-ruby/awesome_print/ChangeLog
index da12f1099931..d78b3241b57e 100644
--- a/dev-ruby/awesome_print/ChangeLog
+++ b/dev-ruby/awesome_print/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/awesome_print
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/awesome_print/ChangeLog,v 1.15 2012/10/28 17:16:52 armin76 Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/awesome_print/ChangeLog,v 1.16 2013/09/10 14:47:33 mrueg Exp $
+
+ 10 Sep 2013; Manuel Rüger <mrueg@gentoo.org> -awesome_print-1.0.1.ebuild:
+ Cleanup old.
28 Oct 2012; Raúl Porcel <armin76@gentoo.org> awesome_print-1.0.1.ebuild,
awesome_print-1.0.2.ebuild, awesome_print-1.1.0.ebuild:
@@ -67,4 +70,3 @@
24 Sep 2010; Hans de Graaff <graaff@gentoo.org>
+awesome_print-0.2.1.ebuild, +metadata.xml:
Initial import. New test dependency of dev-ruby/gherkin.
-
diff --git a/dev-ruby/awesome_print/awesome_print-1.0.1.ebuild b/dev-ruby/awesome_print/awesome_print-1.0.1.ebuild
deleted file mode 100644
index 9b8bb119a893..000000000000
--- a/dev-ruby/awesome_print/awesome_print-1.0.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/awesome_print/awesome_print-1.0.1.ebuild,v 1.5 2012/10/28 17:16:52 armin76 Exp $
-
-EAPI=2
-USE_RUBY="ruby18 ruby19 ree18 jruby"
-
-RUBY_FAKEGEM_TASK_TEST="spec"
-
-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="http://github.com/michaeldv/awesome_print"
-LICENSE="MIT"
-
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~sparc ~x86 ~x86-fbsd"
-SLOT="0"
-IUSE=""
-
-ruby_add_bdepend "test? ( >=dev-ruby/rspec-2.5.0:2 )"
-
-all_ruby_prepare() {
- # Avoid intermittent hash-ordering test failure.
- sed -i -e '/handle array grep when pattern contains/,/end/ s:^:#:' spec/formats_spec.rb || die
-}
-
-each_ruby_test() {
- ${RUBY} -S rspec spec || die
-}