diff options
author | Hans de Graaff <graaff@gentoo.org> | 2011-08-26 06:39:36 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2011-08-26 06:39:36 +0000 |
commit | c8bb70f17a2f88e3b81082df4235f468d9661127 (patch) | |
tree | a0fe24a3ff2a53ad348048eeb83de7fe1b5f7f65 /dev-ruby/patron | |
parent | Version bump. (diff) | |
download | gentoo-2-c8bb70f17a2f88e3b81082df4235f468d9661127.tar.gz gentoo-2-c8bb70f17a2f88e3b81082df4235f468d9661127.tar.bz2 gentoo-2-c8bb70f17a2f88e3b81082df4235f468d9661127.zip |
Remove old versions.
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/patron')
-rw-r--r-- | dev-ruby/patron/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/patron/patron-0.4.11.ebuild | 36 | ||||
-rw-r--r-- | dev-ruby/patron/patron-0.4.12.ebuild | 36 |
3 files changed, 5 insertions, 73 deletions
diff --git a/dev-ruby/patron/ChangeLog b/dev-ruby/patron/ChangeLog index f49e04150888..9366612c4e3e 100644 --- a/dev-ruby/patron/ChangeLog +++ b/dev-ruby/patron/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/patron # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/patron/ChangeLog,v 1.16 2011/07/29 05:01:42 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/patron/ChangeLog,v 1.17 2011/08/26 06:39:36 graaff Exp $ + + 26 Aug 2011; Hans de Graaff <graaff@gentoo.org> -patron-0.4.11.ebuild, + -patron-0.4.12.ebuild: + Remove old versions. *patron-0.4.14 (29 Jul 2011) diff --git a/dev-ruby/patron/patron-0.4.11.ebuild b/dev-ruby/patron/patron-0.4.11.ebuild deleted file mode 100644 index 511ed1acc0f0..000000000000 --- a/dev-ruby/patron/patron-0.4.11.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/patron/patron-0.4.11.ebuild,v 1.3 2011/04/09 12:42:29 graaff Exp $ - -EAPI=2 -USE_RUBY="ruby18 ree18" - -RUBY_FAKEGEM_TASK_TEST="spec" -RUBY_FAKEGEM_EXTRADOC="README.txt" - -inherit multilib ruby-fakegem - -DESCRIPTION="Patron is a Ruby HTTP client library based on libcurl." -HOMEPAGE="http://toland.github.com/patron/" - -LICENSE="MIT" -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:2 )" - -DEPEND="${DEPEND} net-misc/curl" -RDEPEND="${RDEPEND} net-misc/curl" - -# Tests require a live web service that is not included in the distribution. -RESTRICT="test" - -each_ruby_configure() { - ${RUBY} -Cext/patron extconf.rb || die -} - -each_ruby_compile() { - emake -Cext/patron || die - cp ext/patron/session_ext$(get_modname) lib/patron/ || die "Unable to cp shared object file" -} diff --git a/dev-ruby/patron/patron-0.4.12.ebuild b/dev-ruby/patron/patron-0.4.12.ebuild deleted file mode 100644 index 324303b54b78..000000000000 --- a/dev-ruby/patron/patron-0.4.12.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/patron/patron-0.4.12.ebuild,v 1.1 2011/06/24 19:01:54 graaff Exp $ - -EAPI=2 -USE_RUBY="ruby18 ree18" - -RUBY_FAKEGEM_TASK_TEST="spec" -RUBY_FAKEGEM_EXTRADOC="README.txt" - -inherit multilib ruby-fakegem - -DESCRIPTION="Patron is a Ruby HTTP client library based on libcurl." -HOMEPAGE="http://toland.github.com/patron/" - -LICENSE="MIT" -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:2 )" - -DEPEND="${DEPEND} net-misc/curl" -RDEPEND="${RDEPEND} net-misc/curl" - -# Tests require a live web service that is not included in the distribution. -RESTRICT="test" - -each_ruby_configure() { - ${RUBY} -Cext/patron extconf.rb || die -} - -each_ruby_compile() { - emake -Cext/patron || die - cp ext/patron/session_ext$(get_modname) lib/patron/ || die "Unable to cp shared object file" -} |