Gentoo Archives: gentoo-commits

From: "Kacper Kowalik (xarthisius)" <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Test-Inter: ChangeLog Test-Inter-1.01.ebuild
Date: Sun, 20 Feb 2011 16:13:20
Message-Id: 20110220161302.D7D0C20054@flycatcher.gentoo.org
1 xarthisius 11/02/20 16:13:02
2
3 Modified: ChangeLog Test-Inter-1.01.ebuild
4 Log:
5 No stable keywords for prefix
6
7 (Portage version: 2.2.0_alpha24/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.8 dev-perl/Test-Inter/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Inter/ChangeLog?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Inter/ChangeLog?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Inter/ChangeLog?r1=1.7&r2=1.8
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Test-Inter/ChangeLog,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- ChangeLog 23 Oct 2010 08:54:29 -0000 1.7
23 +++ ChangeLog 20 Feb 2011 16:13:02 -0000 1.8
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-perl/Test-Inter
26 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Inter/ChangeLog,v 1.7 2010/10/23 08:54:29 ssuominen Exp $
28 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Inter/ChangeLog,v 1.8 2011/02/20 16:13:02 xarthisius Exp $
30 +
31 + 20 Feb 2011; Kacper Kowalik <xarthisius@g.o> Test-Inter-1.01.ebuild:
32 + No stable keywords for prefix
33
34 23 Oct 2010; Samuli Suominen <ssuominen@g.o>
35 Test-Inter-1.01.ebuild:
36
37
38
39 1.9 dev-perl/Test-Inter/Test-Inter-1.01.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Inter/Test-Inter-1.01.ebuild?rev=1.9&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Inter/Test-Inter-1.01.ebuild?rev=1.9&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Test-Inter/Test-Inter-1.01.ebuild?r1=1.8&r2=1.9
44
45 Index: Test-Inter-1.01.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Test-Inter/Test-Inter-1.01.ebuild,v
48 retrieving revision 1.8
49 retrieving revision 1.9
50 diff -u -r1.8 -r1.9
51 --- Test-Inter-1.01.ebuild 23 Oct 2010 08:54:29 -0000 1.8
52 +++ Test-Inter-1.01.ebuild 20 Feb 2011 16:13:02 -0000 1.9
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2010 Gentoo Foundation
55 +# Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Inter/Test-Inter-1.01.ebuild,v 1.8 2010/10/23 08:54:29 ssuominen Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Test-Inter/Test-Inter-1.01.ebuild,v 1.9 2011/02/20 16:13:02 xarthisius Exp $
59
60 EAPI="3"
61
62 @@ -10,7 +10,7 @@
63 DESCRIPTION="Framework for more readable interactive test scripts"
64
65 SLOT="0"
66 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ppc-aix ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
67 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
68 IUSE="test"
69
70 RDEPEND=""