summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2010-12-11 08:29:38 +0000
committerHans de Graaff <graaff@gentoo.org>2010-12-11 08:29:38 +0000
commitc65577b8c212d6f2218076e587b7cd65fe69e941 (patch)
tree00128027787d69dbc121d36685effd51b3a361ac /dev-ruby
parentRemove old version. (diff)
downloadgentoo-2-c65577b8c212d6f2218076e587b7cd65fe69e941.tar.gz
gentoo-2-c65577b8c212d6f2218076e587b7cd65fe69e941.tar.bz2
gentoo-2-c65577b8c212d6f2218076e587b7cd65fe69e941.zip
Remove old version.
(Portage version: 2.1.9.24/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/ffi/ChangeLog5
-rw-r--r--dev-ruby/ffi/ffi-0.6.3.ebuild47
2 files changed, 4 insertions, 48 deletions
diff --git a/dev-ruby/ffi/ChangeLog b/dev-ruby/ffi/ChangeLog
index 1e6f460267fb..84ed43bdc717 100644
--- a/dev-ruby/ffi/ChangeLog
+++ b/dev-ruby/ffi/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/ffi
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.13 2010/12/03 18:24:53 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.14 2010/12/11 08:29:33 graaff Exp $
+
+ 11 Dec 2010; Hans de Graaff <graaff@gentoo.org> -ffi-0.6.3.ebuild:
+ Remove old version.
03 Dec 2010; Fabian Groffen <grobian@gentoo.org> ffi-0.6.3-r1.ebuild:
Added Prefix keywords
diff --git a/dev-ruby/ffi/ffi-0.6.3.ebuild b/dev-ruby/ffi/ffi-0.6.3.ebuild
deleted file mode 100644
index c5b6551806a7..000000000000
--- a/dev-ruby/ffi/ffi-0.6.3.ebuild
+++ /dev/null
@@ -1,47 +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/ffi/ffi-0.6.3.ebuild,v 1.4 2010/09/18 17:20:40 armin76 Exp $
-
-EAPI=2
-
-# jruby → unneeded, this is part of the standard JRuby distribution,
-# and would just install a dummy
-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"
-
-# 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 ~sparc ~x86"
-
-RDEPEND="dev-libs/libffi"
-DEPEND="${RDEPEND}"
-
-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
-}