summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2013-11-11 16:44:53 +0000
committerManuel Rüger <mrueg@gentoo.org>2013-11-11 16:44:53 +0000
commit73f58de0a36f6657e59010cbc7a2bfd82c1f10cf (patch)
tree878051c66eadc1e618729d349e4f9c5f89a29b08 /dev-ruby/awesome_print
parentMove DirectFB dep up a level, bug 490846. (diff)
downloadgentoo-2-73f58de0a36f6657e59010cbc7a2bfd82c1f10cf.tar.gz
gentoo-2-73f58de0a36f6657e59010cbc7a2bfd82c1f10cf.tar.bz2
gentoo-2-73f58de0a36f6657e59010cbc7a2bfd82c1f10cf.zip
Cleanup old.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/awesome_print')
-rw-r--r--dev-ruby/awesome_print/ChangeLog6
-rw-r--r--dev-ruby/awesome_print/awesome_print-1.0.2.ebuild28
-rw-r--r--dev-ruby/awesome_print/awesome_print-1.1.0.ebuild21
-rw-r--r--dev-ruby/awesome_print/awesome_print-1.2.0.ebuild21
4 files changed, 5 insertions, 71 deletions
diff --git a/dev-ruby/awesome_print/ChangeLog b/dev-ruby/awesome_print/ChangeLog
index 6da3129994a6..751338099aa3 100644
--- a/dev-ruby/awesome_print/ChangeLog
+++ b/dev-ruby/awesome_print/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/awesome_print
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/awesome_print/ChangeLog,v 1.18 2013/10/09 01:42:21 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/awesome_print/ChangeLog,v 1.19 2013/11/11 16:44:53 mrueg Exp $
+
+ 11 Nov 2013; Manuel Rüger <mrueg@gentoo.org> -awesome_print-1.0.2.ebuild,
+ -awesome_print-1.1.0.ebuild, -awesome_print-1.2.0.ebuild:
+ Cleanup old.
*awesome_print-1.2.0-r1 (09 Oct 2013)
diff --git a/dev-ruby/awesome_print/awesome_print-1.0.2.ebuild b/dev-ruby/awesome_print/awesome_print-1.0.2.ebuild
deleted file mode 100644
index 9dc1e8c0286d..000000000000
--- a/dev-ruby/awesome_print/awesome_print-1.0.2.ebuild
+++ /dev/null
@@ -1,28 +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.2.ebuild,v 1.3 2012/10/28 17:16:52 armin76 Exp $
-
-EAPI=2
-USE_RUBY="ruby18 ruby19 ree18 jruby"
-
-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="http://github.com/michaeldv/awesome_print"
-LICENSE="MIT"
-
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-SLOT="0"
-IUSE=""
-
-all_ruby_prepare() {
- # Avoid intermittent hash-ordering test failure:
- # https://github.com/michaeldv/awesome_print/issues/74
- sed -i -e '/handle array grep when pattern contains/,/end/ s:^:#:' spec/formats_spec.rb || die
- sed -i -e '/should pass the matching string within the block/,/^ end/ s:^:#:' spec/methods_spec.rb || die
-}
diff --git a/dev-ruby/awesome_print/awesome_print-1.1.0.ebuild b/dev-ruby/awesome_print/awesome_print-1.1.0.ebuild
deleted file mode 100644
index f8eba4acbe74..000000000000
--- a/dev-ruby/awesome_print/awesome_print-1.1.0.ebuild
+++ /dev/null
@@ -1,21 +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.1.0.ebuild,v 1.2 2012/10/28 17:16:52 armin76 Exp $
-
-EAPI=4
-USE_RUBY="ruby18 ruby19 ree18 jruby"
-
-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="http://github.com/michaeldv/awesome_print"
-LICENSE="MIT"
-
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-SLOT="0"
-IUSE=""
diff --git a/dev-ruby/awesome_print/awesome_print-1.2.0.ebuild b/dev-ruby/awesome_print/awesome_print-1.2.0.ebuild
deleted file mode 100644
index ea7a07d0d48a..000000000000
--- a/dev-ruby/awesome_print/awesome_print-1.2.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2013 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.2.0.ebuild,v 1.1 2013/09/26 05:41:00 graaff Exp $
-
-EAPI=5
-USE_RUBY="ruby18 ruby19 jruby"
-
-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="http://github.com/michaeldv/awesome_print"
-LICENSE="MIT"
-
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-SLOT="0"
-IUSE=""