Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Curses-UI: ChangeLog Curses-UI-0.96.07.ebuild Curses-UI-0.95.ebuild
Date: Thu, 02 Jul 2009 20:30:39
Message-Id: E1MMSvV-0000EQ-KJ@stork.gentoo.org
1 jer 09/07/02 20:30:37
2
3 Modified: ChangeLog Curses-UI-0.96.07.ebuild
4 Curses-UI-0.95.ebuild
5 Log:
6 Marked ~hppa too.
7 (Portage version: 2.2_rc33/cvs/Linux i686)
8
9 Revision Changes Path
10 1.22 dev-perl/Curses-UI/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Curses-UI/ChangeLog?rev=1.22&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Curses-UI/ChangeLog?rev=1.22&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Curses-UI/ChangeLog?r1=1.21&r2=1.22
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Curses-UI/ChangeLog,v
19 retrieving revision 1.21
20 retrieving revision 1.22
21 diff -u -r1.21 -r1.22
22 --- ChangeLog 2 May 2009 11:35:54 -0000 1.21
23 +++ ChangeLog 2 Jul 2009 20:30:37 -0000 1.22
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-perl/Curses-UI
26 -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Curses-UI/ChangeLog,v 1.21 2009/05/02 11:35:54 tove Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Curses-UI/ChangeLog,v 1.22 2009/07/02 20:30:37 jer Exp $
30 +
31 + 02 Jul 2009; Jeroen Roovers <jer@g.o> Curses-UI-0.95.ebuild,
32 + Curses-UI-0.96.07.ebuild:
33 + Marked ~hppa too.
34
35 02 May 2009; Torsten Veller <tove@g.o> -Curses-UI-0.96.05.ebuild:
36 Cleanup
37
38
39
40 1.2 dev-perl/Curses-UI/Curses-UI-0.96.07.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Curses-UI/Curses-UI-0.96.07.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Curses-UI/Curses-UI-0.96.07.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Curses-UI/Curses-UI-0.96.07.ebuild?r1=1.1&r2=1.2
45
46 Index: Curses-UI-0.96.07.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Curses-UI/Curses-UI-0.96.07.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- Curses-UI-0.96.07.ebuild 23 Dec 2008 18:35:42 -0000 1.1
53 +++ Curses-UI-0.96.07.ebuild 2 Jul 2009 20:30:37 -0000 1.2
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2008 Gentoo Foundation
56 +# Copyright 1999-2009 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Curses-UI/Curses-UI-0.96.07.ebuild,v 1.1 2008/12/23 18:35:42 robbat2 Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Curses-UI/Curses-UI-0.96.07.ebuild,v 1.2 2009/07/02 20:30:37 jer Exp $
60
61 inherit versionator
62 MY_P=${PN}-$(delete_version_separator 2)
63 @@ -11,7 +11,7 @@
64 DESCRIPTION="Perl UI framework based on the curses library."
65 LICENSE="|| ( Artistic GPL-2 )"
66 SLOT="0"
67 -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
68 +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
69 IUSE=""
70
71 SRC_TEST="do"
72
73
74
75 1.13 dev-perl/Curses-UI/Curses-UI-0.95.ebuild
76
77 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Curses-UI/Curses-UI-0.95.ebuild?rev=1.13&view=markup
78 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Curses-UI/Curses-UI-0.95.ebuild?rev=1.13&content-type=text/plain
79 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/Curses-UI/Curses-UI-0.95.ebuild?r1=1.12&r2=1.13
80
81 Index: Curses-UI-0.95.ebuild
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Curses-UI/Curses-UI-0.95.ebuild,v
84 retrieving revision 1.12
85 retrieving revision 1.13
86 diff -u -r1.12 -r1.13
87 --- Curses-UI-0.95.ebuild 15 Jan 2007 15:39:23 -0000 1.12
88 +++ Curses-UI-0.95.ebuild 2 Jul 2009 20:30:37 -0000 1.13
89 @@ -1,6 +1,6 @@
90 -# Copyright 1999-2007 Gentoo Foundation
91 +# Copyright 1999-2009 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Curses-UI/Curses-UI-0.95.ebuild,v 1.12 2007/01/15 15:39:23 mcummings Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Curses-UI/Curses-UI-0.95.ebuild,v 1.13 2009/07/02 20:30:37 jer Exp $
95
96 inherit perl-module
97
98 @@ -9,7 +9,7 @@
99 SRC_URI="mirror://cpan/authors/id/M/MA/MARCUS/${P}.tar.gz"
100 LICENSE="|| ( Artistic GPL-2 )"
101 SLOT="0"
102 -KEYWORDS="amd64 ia64 ppc ppc64 sparc x86"
103 +KEYWORDS="amd64 ~hppa ia64 ppc ppc64 sparc x86"
104 IUSE=""
105
106 SRC_TEST="do"