summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2014-11-26 06:52:22 +0000
committerHans de Graaff <graaff@gentoo.org>2014-11-26 06:52:22 +0000
commit58bf49d444834b7bb8d1f479daee84d0f356b23b (patch)
tree6c0c7f35140665ed5e4fa5d0b11b4a1bf9f3d75b /dev-ruby
parentclean old python impls (diff)
downloadgentoo-2-58bf49d444834b7bb8d1f479daee84d0f356b23b.tar.gz
gentoo-2-58bf49d444834b7bb8d1f479daee84d0f356b23b.tar.bz2
gentoo-2-58bf49d444834b7bb8d1f479daee84d0f356b23b.zip
Cleanup.
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/arel/ChangeLog6
-rw-r--r--dev-ruby/arel/arel-4.0.1.ebuild37
-rw-r--r--dev-ruby/arel/arel-5.0.0.ebuild37
3 files changed, 5 insertions, 75 deletions
diff --git a/dev-ruby/arel/ChangeLog b/dev-ruby/arel/ChangeLog
index 83d03b9d6bcb..a7c82981042e 100644
--- a/dev-ruby/arel/ChangeLog
+++ b/dev-ruby/arel/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/arel
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/arel/ChangeLog,v 1.46 2014/11/26 06:44:07 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/arel/ChangeLog,v 1.47 2014/11/26 06:52:22 graaff Exp $
+
+ 26 Nov 2014; Hans de Graaff <graaff@gentoo.org> -arel-4.0.1.ebuild,
+ -arel-5.0.0.ebuild:
+ Cleanup.
*arel-6.0.0 (26 Nov 2014)
diff --git a/dev-ruby/arel/arel-4.0.1.ebuild b/dev-ruby/arel/arel-4.0.1.ebuild
deleted file mode 100644
index e4251e5dd0b5..000000000000
--- a/dev-ruby/arel/arel-4.0.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/arel/arel-4.0.1.ebuild,v 1.3 2014/08/12 18:44:35 blueness Exp $
-
-EAPI=5
-USE_RUBY="ruby19 ruby20"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="History.txt README.markdown"
-
-# Generating the gemspec from metadata causes a crash in jruby
-RUBY_FAKEGEM_GEMSPEC="arel.gemspec"
-
-inherit ruby-fakegem versionator
-
-DESCRIPTION="Arel is a Relational Algebra for Ruby"
-HOMEPAGE="http://github.com/rails/arel"
-LICENSE="MIT"
-SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-ruby_add_bdepend "
- test? (
- dev-ruby/test-unit:2
- virtual/ruby-minitest
- )"
-
-all_ruby_prepare() {
- # Put the proper version number in the gemspec.
- sed -i -e "s/ s.version = \".*\"/ s.version = \"${PV}\"/" arel.gemspec || die
-}
-
-each_ruby_test() {
- ruby-ng_testrb-2 -Ilib test/test_*.rb
-}
diff --git a/dev-ruby/arel/arel-5.0.0.ebuild b/dev-ruby/arel/arel-5.0.0.ebuild
deleted file mode 100644
index b74633d829bf..000000000000
--- a/dev-ruby/arel/arel-5.0.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/arel/arel-5.0.0.ebuild,v 1.3 2014/08/12 18:44:35 blueness Exp $
-
-EAPI=5
-USE_RUBY="ruby19 ruby20"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="History.txt README.markdown"
-
-# Generating the gemspec from metadata causes a crash in jruby
-RUBY_FAKEGEM_GEMSPEC="arel.gemspec"
-
-inherit ruby-fakegem versionator
-
-DESCRIPTION="Arel is a Relational Algebra for Ruby"
-HOMEPAGE="http://github.com/rails/arel"
-LICENSE="MIT"
-SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-ruby_add_bdepend "
- test? (
- dev-ruby/test-unit:2
- virtual/ruby-minitest
- )"
-
-all_ruby_prepare() {
- # Put the proper version number in the gemspec.
- sed -i -e "s/ s.version = \".*\"/ s.version = \"${PV}\"/" arel.gemspec || die
-}
-
-each_ruby_test() {
- ruby-ng_testrb-2 -Ilib test/test_*.rb
-}