summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2011-09-19 18:25:19 +0000
committerHans de Graaff <graaff@gentoo.org>2011-09-19 18:25:19 +0000
commita1c0bc4a77c2147b6670a6629b442e502db0277c (patch)
tree8c4c522901abfc69ecac4902ed586731ab9068e7 /dev-ruby
parentUpdate install path to match package name. (diff)
downloadgentoo-2-a1c0bc4a77c2147b6670a6629b442e502db0277c.tar.gz
gentoo-2-a1c0bc4a77c2147b6670a6629b442e502db0277c.tar.bz2
gentoo-2-a1c0bc4a77c2147b6670a6629b442e502db0277c.zip
Remove old versions.
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/addressable/ChangeLog6
-rw-r--r--dev-ruby/addressable/addressable-2.2.4.ebuild36
-rw-r--r--dev-ruby/addressable/addressable-2.2.5.ebuild36
3 files changed, 5 insertions, 73 deletions
diff --git a/dev-ruby/addressable/ChangeLog b/dev-ruby/addressable/ChangeLog
index 02b1a02736d6..b61d3e152193 100644
--- a/dev-ruby/addressable/ChangeLog
+++ b/dev-ruby/addressable/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/addressable
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/addressable/ChangeLog,v 1.17 2011/05/13 06:25:34 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/addressable/ChangeLog,v 1.18 2011/09/19 18:25:18 graaff Exp $
+
+ 19 Sep 2011; Hans de Graaff <graaff@gentoo.org> -addressable-2.2.4.ebuild,
+ -addressable-2.2.5.ebuild:
+ Remove old versions.
*addressable-2.2.6 (13 May 2011)
diff --git a/dev-ruby/addressable/addressable-2.2.4.ebuild b/dev-ruby/addressable/addressable-2.2.4.ebuild
deleted file mode 100644
index ff70afade0a7..000000000000
--- a/dev-ruby/addressable/addressable-2.2.4.ebuild
+++ /dev/null
@@ -1,36 +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/addressable/addressable-2.2.4.ebuild,v 1.1 2011/01/29 09:59:53 graaff Exp $
-
-EAPI=2
-USE_RUBY="ruby18 ruby19 jruby ree18"
-
-RUBY_FAKEGEM_TASK_DOC="doc:rdoc"
-RUBY_FAKEGEM_TASK_TEST="spec:normal"
-
-RAKE_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="README CHANGELOG"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A replacement for the URI implementation that is part of Ruby's standard library."
-HOMEPAGE="http://addressable.rubyforge.org/"
-
-LICENSE="as-is"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/rspec:0 )"
-
-each_ruby_test() {
- case ${RUBY} in
- *jruby)
- ewarn "Tests disabled because they crash jruby."
- ;;
- *)
- each_fakegem_test
- ;;
- esac
-}
diff --git a/dev-ruby/addressable/addressable-2.2.5.ebuild b/dev-ruby/addressable/addressable-2.2.5.ebuild
deleted file mode 100644
index e26f35e55a79..000000000000
--- a/dev-ruby/addressable/addressable-2.2.5.ebuild
+++ /dev/null
@@ -1,36 +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/addressable/addressable-2.2.5.ebuild,v 1.1 2011/04/10 06:10:22 graaff Exp $
-
-EAPI=2
-USE_RUBY="ruby18 ruby19 jruby ree18"
-
-RUBY_FAKEGEM_TASK_DOC="doc:rdoc"
-RUBY_FAKEGEM_TASK_TEST="spec:normal"
-
-RAKE_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A replacement for the URI implementation that is part of Ruby's standard library."
-HOMEPAGE="http://addressable.rubyforge.org/"
-
-LICENSE="as-is"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/rspec:0 )"
-
-each_ruby_test() {
- case ${RUBY} in
- *jruby)
- ewarn "Tests disabled because they crash jruby."
- ;;
- *)
- each_fakegem_test
- ;;
- esac
-}