summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2009-07-25 04:52:36 +0000
committerHans de Graaff <graaff@gentoo.org>2009-07-25 04:52:36 +0000
commit3becd71368d29af5e52d5293e5a2f1f73e93cc06 (patch)
tree7cf8ba06903e91a38a783c6ef7eb0036c2da85e1 /dev-ruby
parentamd64 stable, bug 278285 (diff)
downloadgentoo-2-3becd71368d29af5e52d5293e5a2f1f73e93cc06.tar.gz
gentoo-2-3becd71368d29af5e52d5293e5a2f1f73e93cc06.tar.bz2
gentoo-2-3becd71368d29af5e52d5293e5a2f1f73e93cc06.zip
Remove old versions.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/ruby-inline/ChangeLog8
-rw-r--r--dev-ruby/ruby-inline/ruby-inline-3.6.7.ebuild17
-rw-r--r--dev-ruby/ruby-inline/ruby-inline-3.7.0.ebuild19
3 files changed, 6 insertions, 38 deletions
diff --git a/dev-ruby/ruby-inline/ChangeLog b/dev-ruby/ruby-inline/ChangeLog
index f78a87fe7867..fb22b7a3b7dc 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-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-inline/ChangeLog,v 1.10 2008/12/26 15:48:19 graaff Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-inline/ChangeLog,v 1.11 2009/07/25 04:52:36 graaff Exp $
+
+ 25 Jul 2009; Hans de Graaff <graaff@gentoo.org> -ruby-inline-3.6.7.ebuild,
+ -ruby-inline-3.7.0.ebuild:
+ Remove old versions.
*ruby-inline-3.8.1 (26 Dec 2008)
diff --git a/dev-ruby/ruby-inline/ruby-inline-3.6.7.ebuild b/dev-ruby/ruby-inline/ruby-inline-3.6.7.ebuild
deleted file mode 100644
index da14366a7b47..000000000000
--- a/dev-ruby/ruby-inline/ruby-inline-3.6.7.ebuild
+++ /dev/null
@@ -1,17 +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.6.7.ebuild,v 1.1 2008/03/24 22:53:36 rbrown 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.3.0"
diff --git a/dev-ruby/ruby-inline/ruby-inline-3.7.0.ebuild b/dev-ruby/ruby-inline/ruby-inline-3.7.0.ebuild
deleted file mode 100644
index 479f694835db..000000000000
--- a/dev-ruby/ruby-inline/ruby-inline-3.7.0.ebuild
+++ /dev/null
@@ -1,19 +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.7.0.ebuild,v 1.1 2008/10/06 16:21:44 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.5.3"
-
-USE_RUBY="ruby18 ruby19"