Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/parrot: parrot-1.3.0.ebuild ChangeLog
Date: Sat, 27 Jun 2009 17:20:12
Message-Id: E1MKbZS-0008AA-5z@stork.gentoo.org
1 patrick 09/06/27 17:20:10
2
3 Modified: parrot-1.3.0.ebuild ChangeLog
4 Log:
5 Fixing license, thanks to tove for noticing
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 dev-lang/parrot/parrot-1.3.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/parrot/parrot-1.3.0.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/parrot/parrot-1.3.0.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/parrot/parrot-1.3.0.ebuild?r1=1.2&r2=1.3
14
15 Index: parrot-1.3.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/parrot/parrot-1.3.0.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- parrot-1.3.0.ebuild 27 Jun 2009 17:13:14 -0000 1.2
22 +++ parrot-1.3.0.ebuild 27 Jun 2009 17:20:10 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/parrot-1.3.0.ebuild,v 1.2 2009/06/27 17:13:14 patrick Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/parrot-1.3.0.ebuild,v 1.3 2009/06/27 17:20:10 patrick Exp $
28
29 EAPI=2
30
31 @@ -10,7 +10,7 @@
32 HOMEPAGE="http://www.parrot.org/"
33 SRC_URI="ftp://ftp.parrot.org/pub/parrot/releases/devel/${PV}/${P}.tar.gz"
34
35 -LICENSE="|| ( Artistic GPL-2 )"
36 +LICENSE="Artistic-2"
37 SLOT="0"
38 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
39 IUSE="opengl nls doc examples gdbm gmp ssl unicode pcre"
40
41
42
43 1.23 dev-lang/parrot/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/parrot/ChangeLog?rev=1.23&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/parrot/ChangeLog?rev=1.23&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/parrot/ChangeLog?r1=1.22&r2=1.23
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-lang/parrot/ChangeLog,v
52 retrieving revision 1.22
53 retrieving revision 1.23
54 diff -u -r1.22 -r1.23
55 --- ChangeLog 27 Jun 2009 17:13:14 -0000 1.22
56 +++ ChangeLog 27 Jun 2009 17:20:10 -0000 1.23
57 @@ -1,6 +1,9 @@
58 # ChangeLog for dev-lang/parrot
59 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/ChangeLog,v 1.22 2009/06/27 17:13:14 patrick Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/ChangeLog,v 1.23 2009/06/27 17:20:10 patrick Exp $
62 +
63 + 27 Jun 2009; Patrick Lauer <patrick@g.o> parrot-1.3.0.ebuild:
64 + Fixing license, thanks to tove for noticing
65
66 27 Jun 2009; Patrick Lauer <patrick@g.o> parrot-1.3.0.ebuild:
67 Adding accidentally dropped arches x86 and sparc back