summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2013-08-14 08:10:53 +0000
committerHans de Graaff <graaff@gentoo.org>2013-08-14 08:10:53 +0000
commitf964bd7b3accef5f756b4b6fdccff0ee440e65e3 (patch)
tree0849879fa5ca7654d2779d912f62c5679d41b0cc /dev-ruby
parentBump (diff)
downloadgentoo-2-f964bd7b3accef5f756b4b6fdccff0ee440e65e3.tar.gz
gentoo-2-f964bd7b3accef5f756b4b6fdccff0ee440e65e3.tar.bz2
gentoo-2-f964bd7b3accef5f756b4b6fdccff0ee440e65e3.zip
Cleanup.
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/RubyInline/ChangeLog6
-rw-r--r--dev-ruby/RubyInline/RubyInline-3.11.3.ebuild46
-rw-r--r--dev-ruby/RubyInline/RubyInline-3.11.4.ebuild46
-rw-r--r--dev-ruby/RubyInline/RubyInline-3.12.1.ebuild46
4 files changed, 5 insertions, 139 deletions
diff --git a/dev-ruby/RubyInline/ChangeLog b/dev-ruby/RubyInline/ChangeLog
index 14f61d72697d..b48499e0f8e1 100644
--- a/dev-ruby/RubyInline/ChangeLog
+++ b/dev-ruby/RubyInline/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/RubyInline
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/RubyInline/ChangeLog,v 1.7 2013/04/27 06:08:07 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/RubyInline/ChangeLog,v 1.8 2013/08/14 08:10:53 graaff Exp $
+
+ 14 Aug 2013; Hans de Graaff <graaff@gentoo.org> -RubyInline-3.11.3.ebuild,
+ -RubyInline-3.11.4.ebuild, -RubyInline-3.12.1.ebuild:
+ Cleanup.
*RubyInline-3.12.2 (27 Apr 2013)
diff --git a/dev-ruby/RubyInline/RubyInline-3.11.3.ebuild b/dev-ruby/RubyInline/RubyInline-3.11.3.ebuild
deleted file mode 100644
index 7c02f8911cd7..000000000000
--- a/dev-ruby/RubyInline/RubyInline-3.11.3.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/RubyInline/RubyInline-3.11.3.ebuild,v 1.3 2013/01/15 06:01:46 zerochaos Exp $
-
-EAPI=4
-
-USE_RUBY="ruby18 ree18 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.11.0-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
-}
diff --git a/dev-ruby/RubyInline/RubyInline-3.11.4.ebuild b/dev-ruby/RubyInline/RubyInline-3.11.4.ebuild
deleted file mode 100644
index 85bc9a2e873b..000000000000
--- a/dev-ruby/RubyInline/RubyInline-3.11.4.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/RubyInline/RubyInline-3.11.4.ebuild,v 1.2 2013/01/15 06:01:46 zerochaos Exp $
-
-EAPI=4
-
-USE_RUBY="ruby18 ree18 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.11.0-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
-}
diff --git a/dev-ruby/RubyInline/RubyInline-3.12.1.ebuild b/dev-ruby/RubyInline/RubyInline-3.12.1.ebuild
deleted file mode 100644
index d5a4fe856d26..000000000000
--- a/dev-ruby/RubyInline/RubyInline-3.12.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/RubyInline/RubyInline-3.12.1.ebuild,v 1.1 2013/02/23 07:14:20 graaff Exp $
-
-EAPI=5
-
-USE_RUBY="ruby18 ree18 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.11.0-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
-}