diff options
author | Hans de Graaff <graaff@gentoo.org> | 2011-02-17 07:03:47 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2011-02-17 07:03:47 +0000 |
commit | 7f31001ff976239968c5217cfd6d37b19f48a46e (patch) | |
tree | f5abf8ff39a1b96c000a92c8d32d34e79c981652 /dev-ruby/ruby-inline | |
parent | Remove old version. (diff) | |
download | gentoo-2-7f31001ff976239968c5217cfd6d37b19f48a46e.tar.gz gentoo-2-7f31001ff976239968c5217cfd6d37b19f48a46e.tar.bz2 gentoo-2-7f31001ff976239968c5217cfd6d37b19f48a46e.zip |
Remove old version.
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/ruby-inline')
-rw-r--r-- | dev-ruby/ruby-inline/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/ruby-inline/ruby-inline-3.8.4-r2.ebuild | 57 |
2 files changed, 6 insertions, 59 deletions
diff --git a/dev-ruby/ruby-inline/ChangeLog b/dev-ruby/ruby-inline/ChangeLog index c438106d659b..33aeb16bc451 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-inline/ChangeLog,v 1.32 2010/12/27 21:09:48 grobian Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-inline/ChangeLog,v 1.33 2011/02/17 07:03:47 graaff Exp $ + + 17 Feb 2011; Hans de Graaff <graaff@gentoo.org> + -ruby-inline-3.8.4-r2.ebuild: + Remove old version. 27 Dec 2010; Fabian Groffen <grobian@gentoo.org> ruby-inline-3.8.6.ebuild: Marked ~x64-solaris diff --git a/dev-ruby/ruby-inline/ruby-inline-3.8.4-r2.ebuild b/dev-ruby/ruby-inline/ruby-inline-3.8.4-r2.ebuild deleted file mode 100644 index f268423570aa..000000000000 --- a/dev-ruby/ruby-inline/ruby-inline-3.8.4-r2.ebuild +++ /dev/null @@ -1,57 +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/ruby-inline/ruby-inline-3.8.4-r2.ebuild,v 1.3 2010/10/23 15:45:32 jer Exp $ - -EAPI=2 - -USE_RUBY="ruby18" - -RUBY_FAKEGEM_NAME="RubyInline" - -RUBY_FAKEGEM_TASK_DOC="docs" -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="README.txt History.txt" - -inherit ruby-fakegem - -DESCRIPTION="Allows to embed C/C++ in Ruby code" -HOMEPAGE="http://www.zenspider.com/ZSS/Products/RubyInline/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" -IUSE="" - -ruby_add_rdepend dev-ruby/zentest - -ruby_add_bdepend " - doc? ( - dev-ruby/hoe - dev-ruby/hoe-seattlerb - ) - test? ( - dev-ruby/hoe - dev-ruby/hoe-seattlerb - virtual/ruby-test-unit - )" - -all_ruby_prepare() { - # we have to patch the code so that it takes the RUBY_DESCRIPTION - # into consideration, to avoid loading Ruby-Enterprise (REE18) - # objects in MRI and vice-versa; we're a bit “greedier” since we - # will rebuild objects even when just switching versions, but - # it'll be better this way than being too conservatives. - epatch "${FILESDIR}/${P}-gentoo.patch" - - # Respect ruby's (and thus Gentoo's) LDFLAGS, and explicitly link - # against the ruby shared library to avoid confusion and potential - # crashes when later using the shared object. - epatch "${FILESDIR}/${P}-ldflags.patch" -} - -all_ruby_install() { - all_fakegem_install - - docinto examples - dodoc example.rb example2.rb demo/*.rb || die -} |