summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2012-10-10 06:15:13 +0000
committerHans de Graaff <graaff@gentoo.org>2012-10-10 06:15:13 +0000
commit1dfb923aaf81fee508581f798e0e1d727f4effa0 (patch)
tree22df4db6275b9d812f372ad47637494ddfb53735 /dev-ruby/ffi
parentx86 stable, see bug 427802 (diff)
downloadgentoo-2-1dfb923aaf81fee508581f798e0e1d727f4effa0.tar.gz
gentoo-2-1dfb923aaf81fee508581f798e0e1d727f4effa0.tar.bz2
gentoo-2-1dfb923aaf81fee508581f798e0e1d727f4effa0.zip
Cleanup.
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/ffi')
-rw-r--r--dev-ruby/ffi/ChangeLog6
-rw-r--r--dev-ruby/ffi/ffi-1.1.0.ebuild48
-rw-r--r--dev-ruby/ffi/ffi-1.1.3.ebuild58
3 files changed, 5 insertions, 107 deletions
diff --git a/dev-ruby/ffi/ChangeLog b/dev-ruby/ffi/ChangeLog
index c87d2d5382d7..40c2cec17aeb 100644
--- a/dev-ruby/ffi/ChangeLog
+++ b/dev-ruby/ffi/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/ffi
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.35 2012/08/06 17:40:44 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.36 2012/10/10 06:15:13 graaff Exp $
+
+ 10 Oct 2012; Hans de Graaff <graaff@gentoo.org> -ffi-1.1.0.ebuild,
+ -ffi-1.1.3.ebuild:
+ Cleanup.
*ffi-1.1.4 (06 Aug 2012)
diff --git a/dev-ruby/ffi/ffi-1.1.0.ebuild b/dev-ruby/ffi/ffi-1.1.0.ebuild
deleted file mode 100644
index 1391faec8249..000000000000
--- a/dev-ruby/ffi/ffi-1.1.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.1.0.ebuild,v 1.1 2012/07/24 06:00:25 graaff Exp $
-
-EAPI=4
-
-# 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="specs"
-
-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"
-RUBY_S="${PN}-${PN}-*"
-
-IUSE=""
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
-
-RDEPEND="${RDEPEND} virtual/libffi"
-DEPEND="${DEPEND} virtual/libffi"
-
-ruby_add_bdepend "dev-ruby/rake-compiler dev-ruby/rdoc
- test? ( dev-ruby/rspec:2 )"
-
-ruby_add_rdepend "virtual/ruby-threads"
-
-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/*
-}
diff --git a/dev-ruby/ffi/ffi-1.1.3.ebuild b/dev-ruby/ffi/ffi-1.1.3.ebuild
deleted file mode 100644
index 43d939840857..000000000000
--- a/dev-ruby/ffi/ffi-1.1.3.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-1.1.3.ebuild,v 1.1 2012/08/01 16:50:21 graaff Exp $
-
-EAPI=4
-
-# 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="specs"
-
-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"
-RUBY_S="${PN}-${PN}-*"
-
-IUSE=""
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
-
-RDEPEND="${RDEPEND} virtual/libffi"
-DEPEND="${DEPEND} virtual/libffi"
-
-ruby_add_bdepend "dev-ruby/rake-compiler dev-ruby/rdoc
- test? ( dev-ruby/rspec:2 )"
-
-ruby_add_rdepend "virtual/ruby-threads"
-
-each_ruby_prepare() {
- case ${RUBY} in
- *ruby19)
- sed -i -e '1i Encoding.default_external = Encoding::UTF_8' tasks/setup.rb || die
- ;;
- *)
- ;;
- esac
-}
-
-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/*
-}