summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2011-07-09 10:26:05 +0000
committerHans de Graaff <graaff@gentoo.org>2011-07-09 10:26:05 +0000
commitfa01af7bbbf58412d69fdbc071b25db9ca5cde68 (patch)
tree1948833a3a50f03209688ba7a09baeb548a9f407
parentRemove old version. (diff)
downloadgentoo-2-fa01af7bbbf58412d69fdbc071b25db9ca5cde68.tar.gz
gentoo-2-fa01af7bbbf58412d69fdbc071b25db9ca5cde68.tar.bz2
gentoo-2-fa01af7bbbf58412d69fdbc071b25db9ca5cde68.zip
Remove old versions.
(Portage version: 2.1.10.3/cvs/Linux x86_64)
-rw-r--r--dev-ruby/ffi/ChangeLog6
-rw-r--r--dev-ruby/ffi/ffi-0.6.3-r1.ebuild53
-rw-r--r--dev-ruby/ffi/ffi-1.0.7.ebuild46
3 files changed, 5 insertions, 100 deletions
diff --git a/dev-ruby/ffi/ChangeLog b/dev-ruby/ffi/ChangeLog
index f9ace76e8097..17d9ff3ac686 100644
--- a/dev-ruby/ffi/ChangeLog
+++ b/dev-ruby/ffi/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/ffi
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.18 2011/06/08 05:46:28 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.19 2011/07/09 10:26:04 graaff Exp $
+
+ 09 Jul 2011; Hans de Graaff <graaff@gentoo.org> -ffi-0.6.3-r1.ebuild,
+ -ffi-1.0.7.ebuild:
+ Remove old versions.
08 Jun 2011; Hans de Graaff <graaff@gentoo.org> ffi-1.0.9.ebuild:
Fix github source directory for EAPI=4, closing bug 370547.
diff --git a/dev-ruby/ffi/ffi-0.6.3-r1.ebuild b/dev-ruby/ffi/ffi-0.6.3-r1.ebuild
deleted file mode 100644
index 2f263b450969..000000000000
--- a/dev-ruby/ffi/ffi-0.6.3-r1.ebuild
+++ /dev/null
@@ -1,53 +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/ffi/ffi-0.6.3-r1.ebuild,v 1.7 2011/01/06 10:12:20 ssuominen Exp $
-
-EAPI=2
-
-# jruby → unneeded, this is part of the standard JRuby distribution,
-# and would just install a dummy
-USE_RUBY="ruby18 ruby19 ree18"
-
-RUBY_FAKEGEM_TASK_TEST="spec"
-
-RUBY_FAKEGEM_TASK_DOC="doc:rdoc"
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby extension for programmatically loading dynamic libraries"
-HOMEPAGE="http://wiki.github.com/ffi/ffi"
-
-# Restore this after 0.6.3
-#SRC_URI="http://github.com/${PN}/${PN}/tarball/${PV} -> ${PN}-git-${PV}.tgz"
-SRC_URI="mirror://gentoo/${PN}-git-${PV}.tgz"
-S="${WORKDIR}/${PN}-${PN}-*"
-
-IUSE=""
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
-
-RDEPEND="virtual/libffi"
-DEPEND="${RDEPEND}"
-
-ruby_add_bdepend dev-ruby/rake-compiler
-
-all_ruby_prepare() {
- # We only have Bones 3.x.x available.
- # http://github.com/ffi/ffi/issues/#issue/29
- sed -i -e 's/Bones::VERSION/Bones::version/' tasks/setup.rb || die
-}
-
-each_ruby_compile() {
- ${RUBY} -S rake compile || die "compile failed"
- ${RUBY} -S rake -f gen/Rakefile || die "types.conf generation failed"
-}
-
-all_ruby_install() {
- all_fakegem_install
-
- docinto examples
- dodoc samples/* || die
-}
diff --git a/dev-ruby/ffi/ffi-1.0.7.ebuild b/dev-ruby/ffi/ffi-1.0.7.ebuild
deleted file mode 100644
index fb6744e462da..000000000000
--- a/dev-ruby/ffi/ffi-1.0.7.ebuild
+++ /dev/null
@@ -1,46 +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/ffi/ffi-1.0.7.ebuild,v 1.1 2011/05/02 18:12:25 graaff Exp $
-
-EAPI=2
-
-# jruby → unneeded, this is part of the standard JRuby distribution, and
-# would just install a dummy. ree18 targets no longer supported upstream
-# due to threading issues.
-USE_RUBY="ruby18 ruby19"
-
-RUBY_FAKEGEM_TASK_TEST="spec"
-
-RUBY_FAKEGEM_TASK_DOC="doc:rdoc"
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Ruby extension for programmatically loading dynamic libraries"
-HOMEPAGE="http://wiki.github.com/ffi/ffi"
-
-SRC_URI="http://github.com/${PN}/${PN}/tarball/${PV} -> ${PN}-git-${PV}.tgz"
-S="${WORKDIR}/${PN}-${PN}-*"
-
-IUSE=""
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
-
-RDEPEND="${RDEPEND} dev-libs/libffi"
-DEPEND="${DEPEND} dev-libs/libffi"
-
-ruby_add_bdepend dev-ruby/rake-compiler
-
-each_ruby_compile() {
- ${RUBY} -S rake compile || die "compile failed"
- ${RUBY} -S rake -f gen/Rakefile || die "types.conf generation failed"
-}
-
-all_ruby_install() {
- all_fakegem_install
-
- docinto examples
- dodoc samples/* || die
-}