From: Hans de Graaff Date: Wed, 23 Mar 2016 07:42:23 +0000 (+0100) Subject: dev-ruby/transaction-simple: cleanup X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a543a5f9362abcfc0b6f2bd0bc8c6c27b27f0eb9;p=gentoo.git dev-ruby/transaction-simple: cleanup Package-Manager: portage-2.2.26 --- diff --git a/dev-ruby/transaction-simple/transaction-simple-1.4.0.2-r1.ebuild b/dev-ruby/transaction-simple/transaction-simple-1.4.0.2-r1.ebuild deleted file mode 100644 index 1c08c2721876..000000000000 --- a/dev-ruby/transaction-simple/transaction-simple-1.4.0.2-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -USE_RUBY="ruby19 ruby20" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_RECIPE_TEST="none" - -RUBY_FAKEGEM_TASK_DOC="docs" -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc" - -inherit ruby-fakegem - -DESCRIPTION="Provides transaction support at the object level" -HOMEPAGE="https://github.com/halostatue/transaction-simple" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 x86" -IUSE="test" - -ruby_add_bdepend " - test? ( - >=dev-ruby/test-unit-2.5.1-r1 - )" - -each_ruby_test() { - ruby-ng_testrb-2 -Ilib test/test_*.rb -}