Gentoo Archives: gentoo-commits

From: "Joerg Bornkessel (hd_brummy)" <hd_brummy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/JSON: ChangeLog JSON-2.07.ebuild
Date: Mon, 24 Mar 2008 14:17:47
Message-Id: E1JdnUe-0003eO-TF@stork.gentoo.org
1 hd_brummy 08/03/24 14:17:44
2
3 Modified: ChangeLog
4 Added: JSON-2.07.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.3 dev-perl/JSON/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/JSON/ChangeLog?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/JSON/ChangeLog?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/JSON/ChangeLog?r1=1.2&r2=1.3
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/JSON/ChangeLog,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ChangeLog 3 Feb 2008 14:47:03 -0000 1.2
23 +++ ChangeLog 24 Mar 2008 14:17:44 -0000 1.3
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-perl/JSON
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/ChangeLog,v 1.2 2008/02/03 14:47:03 hd_brummy Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/ChangeLog,v 1.3 2008/03/24 14:17:44 hd_brummy Exp $
29 +
30 +*JSON-2.07 (24 Mar 2008)
31 +
32 + 24 Mar 2008; Joerg Bornkessel <hd_brummy@g.o> +JSON-2.07.ebuild:
33 + version bump
34
35 *JSON-2.04 (03 Feb 2008)
36
37
38
39
40 1.1 dev-perl/JSON/JSON-2.07.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/JSON/JSON-2.07.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/JSON/JSON-2.07.ebuild?rev=1.1&content-type=text/plain
44
45 Index: JSON-2.07.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-perl/JSON/JSON-2.07.ebuild,v 1.1 2008/03/24 14:17:44 hd_brummy Exp $
50
51 inherit perl-module
52
53 DESCRIPTION="parse and convert to JSON (JavaScript Object Notation)"
54 SRC_URI="http://search.cpan.org/CPAN/authors/id/M/MA/MAKAMAKA/${P}.tar.gz"
55 HOMEPAGE="http://search.cpan.org/~makamaka/"
56 SLOT="0"
57 LICENSE="|| ( Artistic GPL-2 )"
58 KEYWORDS="~amd64 ~sparc ~x86"
59
60 SRC_TEST="do"
61
62 DEPEND="dev-lang/perl"
63
64
65
66 --
67 gentoo-commits@l.g.o mailing list