summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2016-03-23 08:42:23 +0100
committerHans de Graaff <graaff@gentoo.org>2016-03-23 08:44:32 +0100
commita543a5f9362abcfc0b6f2bd0bc8c6c27b27f0eb9 (patch)
treed425a1c4213ceb149c427a3729058524b7895a03 /dev-ruby/transaction-simple
parentdev-ruby/transaction-simple: mark ruby21 revision stable (diff)
downloadgentoo-a543a5f9362abcfc0b6f2bd0bc8c6c27b27f0eb9.tar.gz
gentoo-a543a5f9362abcfc0b6f2bd0bc8c6c27b27f0eb9.tar.bz2
gentoo-a543a5f9362abcfc0b6f2bd0bc8c6c27b27f0eb9.zip
dev-ruby/transaction-simple: cleanup
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-ruby/transaction-simple')
-rw-r--r--dev-ruby/transaction-simple/transaction-simple-1.4.0.2-r1.ebuild32
1 files changed, 0 insertions, 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 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
-}