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