diff options
author | Hans de Graaff <graaff@gentoo.org> | 2012-06-17 07:41:50 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2012-06-17 07:41:50 +0000 |
commit | 52ae45b76a89877c49040bb7fc5aeef9fc80803e (patch) | |
tree | d86c2147d307f28f8e924179116ecc98d406c4b5 /dev-ruby | |
parent | Security bump. (diff) | |
download | historical-52ae45b76a89877c49040bb7fc5aeef9fc80803e.tar.gz historical-52ae45b76a89877c49040bb7fc5aeef9fc80803e.tar.bz2 historical-52ae45b76a89877c49040bb7fc5aeef9fc80803e.zip |
Remove old versions.
Package-Manager: portage-2.1.10.49/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/ffi/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/ffi/ffi-1.0.10.ebuild | 47 | ||||
-rw-r--r-- | dev-ruby/ffi/ffi-1.0.9-r1.ebuild | 47 |
3 files changed, 5 insertions, 95 deletions
diff --git a/dev-ruby/ffi/ChangeLog b/dev-ruby/ffi/ChangeLog index fc1369ab6220..70ae20154087 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.30 2012/05/06 15:09:51 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.31 2012/06/17 07:41:50 graaff Exp $ + + 17 Jun 2012; Hans de Graaff <graaff@gentoo.org> -ffi-1.0.9-r1.ebuild, + -ffi-1.0.10.ebuild: + Remove old versions. 06 May 2012; Kacper Kowalik <xarthisius@gentoo.org> ffi-1.0.9.ebuild: ppc64 stable wrt #369573 diff --git a/dev-ruby/ffi/ffi-1.0.10.ebuild b/dev-ruby/ffi/ffi-1.0.10.ebuild deleted file mode 100644 index 3b14d582170b..000000000000 --- a/dev-ruby/ffi/ffi-1.0.10.ebuild +++ /dev/null @@ -1,47 +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.10.ebuild,v 1.2 2011/12/17 18:31:36 armin76 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="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" -RUBY_S="${PN}-${PN}-*" - -IUSE="" -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~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 - -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.0.9-r1.ebuild b/dev-ruby/ffi/ffi-1.0.9-r1.ebuild deleted file mode 100644 index b2d79e3287ec..000000000000 --- a/dev-ruby/ffi/ffi-1.0.9-r1.ebuild +++ /dev/null @@ -1,47 +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.9-r1.ebuild,v 1.3 2011/12/17 18:31:36 armin76 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="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" -RUBY_S="${PN}-${PN}-*" - -IUSE="" -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~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 - -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/* -} |