diff options
author | Hans de Graaff <graaff@gentoo.org> | 2010-10-09 08:29:59 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2010-10-09 08:29:59 +0000 |
commit | 12aecbee25d484c95c433245aa90e5a6e958ce5d (patch) | |
tree | a5b0f95053cdcd3c6edff7e06a53666bde661df1 | |
parent | Add ~ia64 also to 0.7.1. (diff) | |
download | gentoo-2-12aecbee25d484c95c433245aa90e5a6e958ce5d.tar.gz gentoo-2-12aecbee25d484c95c433245aa90e5a6e958ce5d.tar.bz2 gentoo-2-12aecbee25d484c95c433245aa90e5a6e958ce5d.zip |
Remove old version.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
-rw-r--r-- | dev-ruby/rake-compiler/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/rake-compiler/rake-compiler-0.7.0-r1.ebuild | 61 |
2 files changed, 5 insertions, 62 deletions
diff --git a/dev-ruby/rake-compiler/ChangeLog b/dev-ruby/rake-compiler/ChangeLog index 1a2c9f87bb4e..4aa2b85182d1 100644 --- a/dev-ruby/rake-compiler/ChangeLog +++ b/dev-ruby/rake-compiler/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/rake-compiler # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/ChangeLog,v 1.20 2010/10/09 08:28:55 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/ChangeLog,v 1.21 2010/10/09 08:29:59 graaff Exp $ + + 09 Oct 2010; Hans de Graaff <graaff@gentoo.org> + -rake-compiler-0.7.0-r1.ebuild: + Remove old version. 09 Oct 2010; Hans de Graaff <graaff@gentoo.org> rake-compiler-0.7.1.ebuild: diff --git a/dev-ruby/rake-compiler/rake-compiler-0.7.0-r1.ebuild b/dev-ruby/rake-compiler/rake-compiler-0.7.0-r1.ebuild deleted file mode 100644 index bd463f5de32d..000000000000 --- a/dev-ruby/rake-compiler/rake-compiler-0.7.0-r1.ebuild +++ /dev/null @@ -1,61 +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/rake-compiler/rake-compiler-0.7.0-r1.ebuild,v 1.10 2010/09/18 16:32:33 armin76 Exp $ - -EAPI=2 -USE_RUBY="ruby18 ree18 ruby19 jruby" - -# Tests for now seem only to work when rubygems is fully installed for -# the implementation and that for now only means Ruby 1.8 -RUBY_FAKEGEM_TASK_TEST="spec cucumber" - -RUBY_FAKEGEM_DOCDIR="doc/api" -RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc" - -inherit ruby-fakegem eutils - -DESCRIPTION="Provide a standard and simplified way to build and package Ruby extensions" -HOMEPAGE="http://github.com/luislavena/rake-compiler" -LICENSE="as-is" # truly - -SRC_URI="http://github.com/luislavena/${PN}/tarball/v${PV} -> ${P}.tar.gz" -S="${WORKDIR}/luislavena-${PN}-2834041" - -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris" -SLOT="0" -IUSE="" - -ruby_add_bdepend "doc? ( >=dev-ruby/rdoc-2.4.3 )" - -USE_RUBY=ruby18 \ - ruby_add_bdepend "test? ( dev-ruby/rspec dev-util/cucumber dev-ruby/rubygems )" - -ruby_add_rdepend "dev-ruby/rake" - -all_ruby_prepare() { - epatch "${FILESDIR}"/${P}+ruby-1.8.7.patch -} - -each_ruby_prepare() { - case ${RUBY} in - *ruby19|*jruby) - # Remove this task so that it won't load on Ruby 1.9 and JRuby - # that lack the package_task file. It is, though, needed for the - # tests - rm tasks/gem.rake || die - ;; - *) - ;; - esac -} - -each_ruby_test() { - case ${RUBY} in - *ruby19|*jruby) - ewarn "Tests disabled for this implementation. Long story, check ebuild if you want." - ;; - *) - each_fakegem_test - ;; - esac -} |