summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2013-12-24 14:20:33 +0000
committerManuel Rüger <mrueg@gentoo.org>2013-12-24 14:20:33 +0000
commit0dc1a38f2856adee895928087b63391bf77e50e9 (patch)
treef08fd5a6ea1040d49a1455763900f55d38e88410 /dev-ruby/bacon
parentCleanup old. (diff)
downloadgentoo-2-0dc1a38f2856adee895928087b63391bf77e50e9.tar.gz
gentoo-2-0dc1a38f2856adee895928087b63391bf77e50e9.tar.bz2
gentoo-2-0dc1a38f2856adee895928087b63391bf77e50e9.zip
Cleanup old.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/bacon')
-rw-r--r--dev-ruby/bacon/ChangeLog6
-rw-r--r--dev-ruby/bacon/bacon-1.1.0-r1.ebuild21
-rw-r--r--dev-ruby/bacon/bacon-1.2.0.ebuild19
-rw-r--r--dev-ruby/bacon/files/bacon-1.1.0+ruby-1.9.2.patch21
4 files changed, 5 insertions, 62 deletions
diff --git a/dev-ruby/bacon/ChangeLog b/dev-ruby/bacon/ChangeLog
index 7be5f90d0da1..9982f91ad3ad 100644
--- a/dev-ruby/bacon/ChangeLog
+++ b/dev-ruby/bacon/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/bacon
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bacon/ChangeLog,v 1.25 2013/12/24 12:49:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bacon/ChangeLog,v 1.26 2013/12/24 14:20:33 mrueg Exp $
+
+ 24 Dec 2013; Manuel Rüger <mrueg@gentoo.org> -bacon-1.1.0-r1.ebuild,
+ -bacon-1.2.0.ebuild, -files/bacon-1.1.0+ruby-1.9.2.patch:
+ Cleanup old.
24 Dec 2013; Agostino Sarubbo <ago@gentoo.org> bacon-1.2.0-r1.ebuild:
Stable for x86, wrt bug #490176
diff --git a/dev-ruby/bacon/bacon-1.1.0-r1.ebuild b/dev-ruby/bacon/bacon-1.1.0-r1.ebuild
deleted file mode 100644
index 9693764ae842..000000000000
--- a/dev-ruby/bacon/bacon-1.1.0-r1.ebuild
+++ /dev/null
@@ -1,21 +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/bacon/bacon-1.1.0-r1.ebuild,v 1.16 2013/01/15 04:55:02 zerochaos Exp $
-
-EAPI=2
-USE_RUBY="ruby18 ruby19 ree18 jruby"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="ChangeLog README"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Small RSpec clone weighing less than 350 LoC"
-HOMEPAGE="http://chneukirchen.org/repos/bacon"
-
-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 ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RUBY_PATCHES="${FILESDIR}/${P}+ruby-1.9.2.patch"
diff --git a/dev-ruby/bacon/bacon-1.2.0.ebuild b/dev-ruby/bacon/bacon-1.2.0.ebuild
deleted file mode 100644
index 1f7a511b6b33..000000000000
--- a/dev-ruby/bacon/bacon-1.2.0.ebuild
+++ /dev/null
@@ -1,19 +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/bacon/bacon-1.2.0.ebuild,v 1.1 2013/02/23 10:38:08 graaff Exp $
-
-EAPI=5
-USE_RUBY="ruby18 ruby19 ree18 jruby"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="ChangeLog README.rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Small RSpec clone weighing less than 350 LoC"
-HOMEPAGE="http://chneukirchen.org/repos/bacon"
-
-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 ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
diff --git a/dev-ruby/bacon/files/bacon-1.1.0+ruby-1.9.2.patch b/dev-ruby/bacon/files/bacon-1.1.0+ruby-1.9.2.patch
deleted file mode 100644
index 36f7c7919738..000000000000
--- a/dev-ruby/bacon/files/bacon-1.1.0+ruby-1.9.2.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Filtered from upstream commit bc0df844c7b20f30e456c493e086a9a871471550
-Author: Eloy Duran <eloy.de.enige@gmail.com>
-Date: Mon Aug 31 23:36:56 2009 +0200
-
---- a/test/spec_bacon.rb
-+++ b/test/spec_bacon.rb
-@@ -1,5 +1,5 @@
- $-w,w = nil, $-w
--require File.join(File.dirname(__FILE__), '../lib/bacon')
-+require File.expand_path('../../lib/bacon', __FILE__)
- $-w = w
-
- # Hooray for meta-testing.
---- a/test/spec_should.rb
-+++ b/test/spec_should.rb
-@@ -1,4 +1,4 @@
--require File.join(File.dirname(__FILE__), '../lib/bacon')
-+require File.expand_path('../../lib/bacon', __FILE__)
-
- describe "#should shortcut for #it('should')" do
-