summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2012-04-27 12:44:42 +0000
committerHans de Graaff <graaff@gentoo.org>2012-04-27 12:44:42 +0000
commitc25f8605bd37b7f33012581c8e5a397ddfc51598 (patch)
tree584b392be5653546703446443db377af6a4faa26 /dev-ruby/pry
parentContinued corrections to zabbix ebuilds to support changes in the 2.0 release... (diff)
downloadgentoo-2-c25f8605bd37b7f33012581c8e5a397ddfc51598.tar.gz
gentoo-2-c25f8605bd37b7f33012581c8e5a397ddfc51598.tar.bz2
gentoo-2-c25f8605bd37b7f33012581c8e5a397ddfc51598.zip
Remove old version.
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/pry')
-rw-r--r--dev-ruby/pry/ChangeLog5
-rw-r--r--dev-ruby/pry/pry-0.9.6.2.ebuild41
2 files changed, 4 insertions, 42 deletions
diff --git a/dev-ruby/pry/ChangeLog b/dev-ruby/pry/ChangeLog
index a24c472234d3..72466182f4d0 100644
--- a/dev-ruby/pry/ChangeLog
+++ b/dev-ruby/pry/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/pry
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pry/ChangeLog,v 1.3 2012/01/28 07:56:27 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pry/ChangeLog,v 1.4 2012/04/27 12:44:42 graaff Exp $
+
+ 27 Apr 2012; Hans de Graaff <graaff@gentoo.org> -pry-0.9.6.2.ebuild:
+ Remove old version.
28 Jan 2012; Hans de Graaff <graaff@gentoo.org> pry-0.9.7.4.ebuild:
Add missing test dependency on open4, bug 391073.
diff --git a/dev-ruby/pry/pry-0.9.6.2.ebuild b/dev-ruby/pry/pry-0.9.6.2.ebuild
deleted file mode 100644
index 951a6c892322..000000000000
--- a/dev-ruby/pry/pry-0.9.6.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pry/pry-0.9.6.2.ebuild,v 1.1 2011/10/24 18:43:59 graaff Exp $
-
-EAPI=4
-
-USE_RUBY="ruby18 ree18"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.markdown"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Pry is a powerful alternative to the standard IRB shell for Ruby."
-HOMEPAGE="https://github.com/pry/pry/wiki"
-IUSE=""
-SLOT="0"
-
-LICENSE="MIT"
-KEYWORDS="~amd64"
-
-ruby_add_rdepend ">=dev-ruby/ruby_parser-2.0.5
- >=dev-ruby/coderay-0.9.8
- >=dev-ruby/slop-2.1.0
- >=dev-ruby/method_source-0.6.5"
-
-ruby_add_bdepend "test? ( >=dev-ruby/bacon-1.1.0 )"
-
-all_ruby_prepare() {
- # Make version dependencies more lenient to avoid problems with
- # compatible upgrades.
- sed -i -e 's/~> 2.0.5/>= 2.0.5/' \
- -e 's/~> 0.9.8/>= 0.9.8/' \
- -e 's/~> 2.1.0/>= 2.1.0/' \
- -e 's/~> 0.6.5/>= 0.6.5/' \
- pry.gemspec || die
-}
-
-each_ruby_test() {
- ${RUBY} -S bacon -Itest -a -q || die
-}