summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2011-04-10 06:03:06 +0000
committerHans de Graaff <graaff@gentoo.org>2011-04-10 06:03:06 +0000
commit4ebfb4d87f61e3d35923cd48c3cc97d41ec8019b (patch)
tree7b7cf2b19b8b0c9336bf367fbc026c98612baaaa /dev-ruby/addressable
parentx86 stable per bug 357017 (diff)
downloadgentoo-2-4ebfb4d87f61e3d35923cd48c3cc97d41ec8019b.tar.gz
gentoo-2-4ebfb4d87f61e3d35923cd48c3cc97d41ec8019b.tar.bz2
gentoo-2-4ebfb4d87f61e3d35923cd48c3cc97d41ec8019b.zip
Remove old versions.
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/addressable')
-rw-r--r--dev-ruby/addressable/ChangeLog6
-rw-r--r--dev-ruby/addressable/addressable-2.2.2.ebuild36
-rw-r--r--dev-ruby/addressable/addressable-2.2.3.ebuild36
3 files changed, 5 insertions, 73 deletions
diff --git a/dev-ruby/addressable/ChangeLog b/dev-ruby/addressable/ChangeLog
index 3c50acb3eb44..1a33370eb68f 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.14 2011/01/29 09:59:53 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/addressable/ChangeLog,v 1.15 2011/04/10 06:03:06 graaff Exp $
+
+ 10 Apr 2011; Hans de Graaff <graaff@gentoo.org> -addressable-2.2.2.ebuild,
+ -addressable-2.2.3.ebuild:
+ Remove old versions.
*addressable-2.2.4 (29 Jan 2011)
diff --git a/dev-ruby/addressable/addressable-2.2.2.ebuild b/dev-ruby/addressable/addressable-2.2.2.ebuild
deleted file mode 100644
index 190db09f7eea..000000000000
--- a/dev-ruby/addressable/addressable-2.2.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/addressable/addressable-2.2.2.ebuild,v 1.2 2010/12/27 20:15:34 grobian Exp $
-
-EAPI=2
-USE_RUBY="ruby18 ruby19 jruby"
-
-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.3.ebuild b/dev-ruby/addressable/addressable-2.2.3.ebuild
deleted file mode 100644
index a9b0e0c70dad..000000000000
--- a/dev-ruby/addressable/addressable-2.2.3.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.3.ebuild,v 1.1 2011/01/21 07:22:10 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
-}