Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Test-Command: Test-Command-0.08.ebuild
Date: Sun, 27 Jun 2010 00:16:12
Message-Id: 20100627001608.8888E2CF85@corvid.gentoo.org
1 ssuominen 10/06/27 00:16:08
2
3 Modified: Test-Command-0.08.ebuild
4 Log:
5 Missing test in IUSE
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 dev-perl/Test-Command/Test-Command-0.08.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Command/Test-Command-0.08.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Command/Test-Command-0.08.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Command/Test-Command-0.08.ebuild?r1=1.2&r2=1.3
14
15 Index: Test-Command-0.08.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Test-Command/Test-Command-0.08.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- Test-Command-0.08.ebuild 27 Jun 2010 00:12:53 -0000 1.2
22 +++ Test-Command-0.08.ebuild 27 Jun 2010 00:16:08 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Command/Test-Command-0.08.ebuild,v 1.2 2010/06/27 00:12:53 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Command/Test-Command-0.08.ebuild,v 1.3 2010/06/27 00:16:08 ssuominen Exp $
28
29 MODULE_AUTHOR=DANBOO
30 inherit perl-module
31 @@ -10,7 +10,7 @@
32 LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
33 SLOT="0"
34 KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc ~x86"
35 -IUSE=""
36 +IUSE="test"
37
38 SRC_TEST="do"