Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/test-unit/
Date: Fri, 06 May 2016 05:31:01
Message-Id: 1462512649.405c369240571e8b3c9778695a548954da9d44f8.graaff@gentoo
1 commit: 405c369240571e8b3c9778695a548954da9d44f8
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 6 05:26:53 2016 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri May 6 05:30:49 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=405c3692
7
8 dev-ruby/test-unit: cleanup
9
10 Package-Manager: portage-2.2.26
11
12 dev-ruby/test-unit/test-unit-1.2.3-r1.ebuild | 26 --------------------------
13 1 file changed, 26 deletions(-)
14
15 diff --git a/dev-ruby/test-unit/test-unit-1.2.3-r1.ebuild b/dev-ruby/test-unit/test-unit-1.2.3-r1.ebuild
16 deleted file mode 100644
17 index 3cd436a..0000000
18 --- a/dev-ruby/test-unit/test-unit-1.2.3-r1.ebuild
19 +++ /dev/null
20 @@ -1,26 +0,0 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -
27 -USE_RUBY="ruby20"
28 -
29 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
30 -RUBY_FAKEGEM_EXTRADOC="README.txt History.txt"
31 -
32 -# Disable default binwraps
33 -RUBY_FAKEGEM_BINWRAP=""
34 -
35 -inherit ruby-fakegem
36 -
37 -# Tests need to be verified
38 -RESTRICT=test
39 -
40 -DESCRIPTION="Nathaniel Talbott's originial test-unit"
41 -HOMEPAGE="http://test-unit.rubyforge.org/"
42 -
43 -LICENSE="MIT"
44 -SLOT="0"
45 -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
46 -IUSE=""