Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Net-IRC: Net-IRC-0.79.ebuild ChangeLog Net-IRC-0.76.ebuild
Date: Sat, 03 Sep 2011 08:44:37
Message-Id: 20110903084426.D165320051@flycatcher.gentoo.org
1 scarabeus 11/09/03 08:44:26
2
3 Modified: Net-IRC-0.79.ebuild ChangeLog
4 Removed: Net-IRC-0.76.ebuild
5 Log:
6 Remove the stupid keywords. The 0.79 again has the files that .76 had missing.
7
8 (Portage version: 2.2.0_alpha52/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 dev-perl/Net-IRC/Net-IRC-0.79.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-IRC/Net-IRC-0.79.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-IRC/Net-IRC-0.79.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-IRC/Net-IRC-0.79.ebuild?r1=1.1&r2=1.2
16
17 Index: Net-IRC-0.79.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Net-IRC/Net-IRC-0.79.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- Net-IRC-0.79.ebuild 27 Mar 2010 21:47:02 -0000 1.1
24 +++ Net-IRC-0.79.ebuild 3 Sep 2011 08:44:26 -0000 1.2
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2010 Gentoo Foundation
27 +# Copyright 1999-2011 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-IRC/Net-IRC-0.79.ebuild,v 1.1 2010/03/27 21:47:02 robbat2 Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-IRC/Net-IRC-0.79.ebuild,v 1.2 2011/09/03 08:44:26 scarabeus Exp $
31
32 MODULE_AUTHOR="APEIRON"
33 EAPI=2
34 @@ -10,11 +10,7 @@
35
36 SLOT="0"
37 LICENSE="Artistic"
38 -# upstream is missing some files from the tarball that are needed.
39 -# Entry.pm, EventQueue.pm
40 -# this is being added to the tree just so we can track it.
41 -KEYWORDS="-*"
42 -#KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86"
43 +KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86"
44 IUSE=""
45
46 SRC_TEST="do"
47
48
49
50 1.30 dev-perl/Net-IRC/ChangeLog
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-IRC/ChangeLog?rev=1.30&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-IRC/ChangeLog?rev=1.30&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Net-IRC/ChangeLog?r1=1.29&r2=1.30
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Net-IRC/ChangeLog,v
59 retrieving revision 1.29
60 retrieving revision 1.30
61 diff -u -r1.29 -r1.30
62 --- ChangeLog 27 Mar 2010 21:47:02 -0000 1.29
63 +++ ChangeLog 3 Sep 2011 08:44:26 -0000 1.30
64 @@ -1,6 +1,11 @@
65 # ChangeLog for dev-perl/Net-IRC
66 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-IRC/ChangeLog,v 1.29 2010/03/27 21:47:02 robbat2 Exp $
68 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
69 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-IRC/ChangeLog,v 1.30 2011/09/03 08:44:26 scarabeus Exp $
70 +
71 + 03 Sep 2011; Tomáš Chvátal <scarabeus@g.o> -Net-IRC-0.76.ebuild,
72 + Net-IRC-0.79.ebuild:
73 + Remove the stupid keywords. The 0.79 again has the files that .76 had
74 + missing.
75
76 *Net-IRC-0.79 (27 Mar 2010)