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 11:30:42
Message-Id: 20100627113038.85C9E2CF90@corvid.gentoo.org
1 ssuominen 10/06/27 11:30:38
2
3 Modified: Test-Command-0.08.ebuild
4 Log:
5 Do some cosmetics, thanks to tove for review
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.5 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.5&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Command/Test-Command-0.08.ebuild?rev=1.5&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.4&r2=1.5
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.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- Test-Command-0.08.ebuild 27 Jun 2010 11:00:26 -0000 1.4
22 +++ Test-Command-0.08.ebuild 27 Jun 2010 11:30:38 -0000 1.5
23 @@ -1,20 +1,22 @@
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.4 2010/06/27 11:00:26 fauli Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Command/Test-Command-0.08.ebuild,v 1.5 2010/06/27 11:30:38 ssuominen Exp $
28 +
29 +EAPI=2
30
31 MODULE_AUTHOR=DANBOO
32 inherit perl-module
33
34 DESCRIPTION="Test routines for external commands"
35
36 -LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
37 SLOT="0"
38 KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc x86"
39 IUSE="test"
40
41 SRC_TEST="do"
42
43 -RDEPEND=""
44 -DEPEND="virtual/perl-Module-Build
45 +RDEPEND="dev-lang/perl"
46 +DEPEND="${RDEPEND}
47 + virtual/perl-Module-Build
48 test? ( dev-perl/Test-Pod
49 dev-perl/Test-Pod-Coverage )"