dev-ruby/RubyInline: Remove old
authorManuel Rüger <mrueg@gentoo.org>
Wed, 26 Aug 2015 12:05:26 +0000 (14:05 +0200)
committerManuel Rüger <mrueg@gentoo.org>
Wed, 26 Aug 2015 12:05:26 +0000 (14:05 +0200)
Gentoo-Bug: #555924

Package-Manager: portage-2.2.20.1

dev-ruby/RubyInline/Manifest
dev-ruby/RubyInline/RubyInline-3.12.2.ebuild [deleted file]

index e5f117e6387384d101e5dbfdac9e69e0c14a8c02..fe49649deeaaa2a8df55fb6e50ffdb503cc316a9 100644 (file)
@@ -1,3 +1,2 @@
-DIST RubyInline-3.12.2.gem 29184 SHA256 28506b5ab38faae32d8a242483996b197ed4e5cf0419652072af446c0a3fe971 SHA512 cef52a9a624bcae92f5231ba3d4e5809c186221a89a445409b0096e59712ea90f66568b6682731dfa8228b0c8441ed6cde86a6d80319c6b0d6698abb05252384 WHIRLPOOL 1dd9ed15e71013be5ad9fcb291324a8f42933d11f8be80c6e0f2a84ed0c02e877491612554b3b6de2236555439ce82e9360e86426723129d1bec06404069eb24
 DIST RubyInline-3.12.3.gem 31232 SHA256 c1ececb4057d22638818c1bf1998cdbe485bf6eda81c3fe52a543487c9c35ad6 SHA512 26b852abe21b077deca6206bac3a29e402e37b9bd96997275a8075172fee34d25e68b9455a933188bb71807e3fe2a35bf15350f568ba3786034796bc5a33f7cf WHIRLPOOL b42ba1f45206758d1dc50990c9be3b4167a40771f09eaeb352fbd2038515979fd307983d37c3a5aa4a1b32edc114aa5ed229e7573e387c112e54cb45fd5f5e16
 DIST RubyInline-3.12.4.gem 31232 SHA256 205bbc14c02d3d55e1b497241ede832ab87f3d981f92f3bda98b75e8144103e0 SHA512 9bdef81653a6c8da86aac638ff402b226526fbd38b9b8538382ac2d1a7655e232eafff4979b57d667ad9b0f3955b13c6f4cc01eb9dfa287c3a7abbfc5e9416fe WHIRLPOOL 5b92ecde15ee188d5d1ef51c83327e96486527680b33e3b4d0b4057df6804c8e566748e14d656a9ae62c6d549b462b148776a3f92707c456c28a8820f4410c1e
diff --git a/dev-ruby/RubyInline/RubyInline-3.12.2.ebuild b/dev-ruby/RubyInline/RubyInline-3.12.2.ebuild
deleted file mode 100644 (file)
index d47c154..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_RUBY="ruby19"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-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="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE="doc test"
-
-ruby_add_rdepend dev-ruby/zentest
-
-ruby_add_bdepend "
-       test? (
-               dev-ruby/hoe
-               dev-ruby/hoe-seattlerb
-               virtual/ruby-minitest
-       )"
-
-RUBY_PATCHES=(
-       ruby-inline-3.12.2-gentoo.patch
-       ruby-inline-3.11.1-ldflags.patch
-)
-
-all_ruby_prepare() {
-       sed -i -e '/isolate/ s:^:#:' Rakefile || die
-}
-
-all_ruby_install() {
-       all_fakegem_install
-
-       docinto examples
-       dodoc example.rb example2.rb demo/*.rb
-}