diff options
author | Hans de Graaff <graaff@gentoo.org> | 2009-12-15 19:20:20 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2009-12-15 19:20:20 +0000 |
commit | 52795481c35eb49fd2f44aab8ae792f9b6cefc88 (patch) | |
tree | cfeeddbff676a6dcd1efc82aac795ee9ef5550fe /dev-ruby/ruby-inline | |
parent | Marking xrdb-1.0.6 ppc64 for bug 294958 (diff) | |
download | gentoo-2-52795481c35eb49fd2f44aab8ae792f9b6cefc88.tar.gz gentoo-2-52795481c35eb49fd2f44aab8ae792f9b6cefc88.tar.bz2 gentoo-2-52795481c35eb49fd2f44aab8ae792f9b6cefc88.zip |
Remove old versions.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/ruby-inline')
-rw-r--r-- | dev-ruby/ruby-inline/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/ruby-inline/ruby-inline-3.8.1.ebuild | 20 | ||||
-rw-r--r-- | dev-ruby/ruby-inline/ruby-inline-3.8.2.ebuild | 20 |
3 files changed, 5 insertions, 41 deletions
diff --git a/dev-ruby/ruby-inline/ChangeLog b/dev-ruby/ruby-inline/ChangeLog index 37c5705a6119..1cc488d48020 100644 --- a/dev-ruby/ruby-inline/ChangeLog +++ b/dev-ruby/ruby-inline/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/ruby-inline # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-inline/ChangeLog,v 1.13 2009/08/10 06:01:44 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-inline/ChangeLog,v 1.14 2009/12/15 19:20:20 graaff Exp $ + + 15 Dec 2009; Hans de Graaff <graaff@gentoo.org> -ruby-inline-3.8.1.ebuild, + -ruby-inline-3.8.2.ebuild: + Remove old versions. *ruby-inline-3.8.3 (10 Aug 2009) diff --git a/dev-ruby/ruby-inline/ruby-inline-3.8.1.ebuild b/dev-ruby/ruby-inline/ruby-inline-3.8.1.ebuild deleted file mode 100644 index b00db7eba757..000000000000 --- a/dev-ruby/ruby-inline/ruby-inline-3.8.1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-inline/ruby-inline-3.8.1.ebuild,v 1.1 2008/12/26 15:48:19 graaff Exp $ - -inherit gems - -MY_P="RubyInline-${PV}" -DESCRIPTION="Allows to embed C/C++ in Ruby code" -HOMEPAGE="http://www.zenspider.com/ZSS/Products/RubyInline/" -SRC_URI="http://gems.rubyforge.org/gems/${MY_P}.gem" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="" - -DEPEND=">=dev-ruby/hoe-1.8.0 - dev-ruby/zentest" - -USE_RUBY="ruby18 ruby19" diff --git a/dev-ruby/ruby-inline/ruby-inline-3.8.2.ebuild b/dev-ruby/ruby-inline/ruby-inline-3.8.2.ebuild deleted file mode 100644 index 20b7bf0bb543..000000000000 --- a/dev-ruby/ruby-inline/ruby-inline-3.8.2.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-inline/ruby-inline-3.8.2.ebuild,v 1.1 2009/07/25 04:56:05 graaff Exp $ - -inherit gems - -MY_P="RubyInline-${PV}" -DESCRIPTION="Allows to embed C/C++ in Ruby code" -HOMEPAGE="http://www.zenspider.com/ZSS/Products/RubyInline/" -SRC_URI="http://gems.rubyforge.org/gems/${MY_P}.gem" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="" - -DEPEND="dev-ruby/zentest" -RDEPEND="${DEPEND}" - -USE_RUBY="ruby18 ruby19" |