summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-03-29 02:02:19 +0100
committerSam James <sam@gentoo.org>2023-03-29 13:55:35 +0100
commitc07f0bbc23510a99456b25345779abef012b2acd (patch)
treef59c946e09a91db7eeaf75cb0c1de1974d2808ad /dev-ruby/bacon
parentdev-ruby/crack: drop 0.4.4, 0.4.4-r1, 0.4.4-r2 (diff)
downloadgentoo-c07f0bbc23510a99456b25345779abef012b2acd.tar.gz
gentoo-c07f0bbc23510a99456b25345779abef012b2acd.tar.bz2
gentoo-c07f0bbc23510a99456b25345779abef012b2acd.zip
dev-ruby/bacon: drop 1.2.0-r3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/bacon')
-rw-r--r--dev-ruby/bacon/bacon-1.2.0-r3.ebuild20
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-ruby/bacon/bacon-1.2.0-r3.ebuild b/dev-ruby/bacon/bacon-1.2.0-r3.ebuild
deleted file mode 100644
index 3de0a90a4019..000000000000
--- a/dev-ruby/bacon/bacon-1.2.0-r3.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27 ruby30"
-
-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 arm64 ~hppa ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/rdoc )"