diff options
author | 2013-12-20 00:00:44 +0000 | |
---|---|---|
committer | 2013-12-20 00:00:44 +0000 | |
commit | 2ae8981f6f41b328a34c9eea71e0618ae0a0abf3 (patch) | |
tree | 689caaac333e9fcf7445ab644d627a998096cb37 /dev-ruby | |
parent | Cleanup old. (diff) | |
download | gentoo-2-2ae8981f6f41b328a34c9eea71e0618ae0a0abf3.tar.gz gentoo-2-2ae8981f6f41b328a34c9eea71e0618ae0a0abf3.tar.bz2 gentoo-2-2ae8981f6f41b328a34c9eea71e0618ae0a0abf3.zip |
Cleanup old.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/fakeweb/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/fakeweb/fakeweb-1.3.0.ebuild | 37 |
2 files changed, 4 insertions, 38 deletions
diff --git a/dev-ruby/fakeweb/ChangeLog b/dev-ruby/fakeweb/ChangeLog index c892e9809d14..04cbd2e217d6 100644 --- a/dev-ruby/fakeweb/ChangeLog +++ b/dev-ruby/fakeweb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/fakeweb # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fakeweb/ChangeLog,v 1.17 2013/11/17 10:31:01 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fakeweb/ChangeLog,v 1.18 2013/12/20 00:00:44 mrueg Exp $ + + 20 Dec 2013; Manuel Rüger <mrueg@gentoo.org> -fakeweb-1.3.0.ebuild: + Cleanup old. *fakeweb-1.3.0-r1 (17 Nov 2013) diff --git a/dev-ruby/fakeweb/fakeweb-1.3.0.ebuild b/dev-ruby/fakeweb/fakeweb-1.3.0.ebuild deleted file mode 100644 index c6795dce5b25..000000000000 --- a/dev-ruby/fakeweb/fakeweb-1.3.0.ebuild +++ /dev/null @@ -1,37 +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/fakeweb/fakeweb-1.3.0.ebuild,v 1.6 2013/01/15 07:10:38 zerochaos Exp $ - -EAPI=2 - -USE_RUBY="ruby18 ree18 ruby19 jruby" - -RUBY_FAKEGEM_DOCDIR="html" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc" - -inherit ruby-fakegem - -DESCRIPTION="Helper for faking web requests in Ruby" -HOMEPAGE="http://github.com/chrisk/fakeweb" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" -IUSE="" - -ruby_add_bdepend " - test? ( - >=dev-ruby/mocha-0.9.5 - virtual/ruby-test-unit - dev-ruby/samuel - dev-ruby/right_http_connection - )" - -all_ruby_prepare() { - # The package bundles samuel and right_http_connection, remove - # them and use the packages instead. - rm -r test/vendor || die "failed to remove bundled gems" - - # We don't package sdoc and we don't have the direct template. - sed -i -e 's/sdoc/rdoc/' -e '/template/d' Rakefile || die -} |