commit:     a543a5f9362abcfc0b6f2bd0bc8c6c27b27f0eb9
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 23 07:42:23 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Mar 23 07:44:32 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a543a5f9

dev-ruby/transaction-simple: cleanup

Package-Manager: portage-2.2.26

 .../transaction-simple-1.4.0.2-r1.ebuild           | 32 ----------------------
 1 file changed, 32 deletions(-)

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 1c08c27..0000000
--- 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
-}

Reply via email to