Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/MARC-Charset: ChangeLog MARC-Charset-1.1.ebuild
Date: Wed, 01 Jul 2009 05:24:37
Message-Id: E1MLsJ8-0002PP-H5@stork.gentoo.org
1 tove 09/07/01 05:24:34
2
3 Modified: ChangeLog
4 Added: MARC-Charset-1.1.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc33/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-perl/MARC-Charset/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/MARC-Charset/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/MARC-Charset/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/MARC-Charset/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/MARC-Charset/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 29 Sep 2008 02:06:59 -0000 1.1
23 +++ ChangeLog 1 Jul 2009 05:24:34 -0000 1.2
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-perl/MARC-Charset
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/MARC-Charset/ChangeLog,v 1.1 2008/09/29 02:06:59 robbat2 Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MARC-Charset/ChangeLog,v 1.2 2009/07/01 05:24:34 tove Exp $
30 +
31 +*MARC-Charset-1.1 (01 Jul 2009)
32 +
33 + 01 Jul 2009; Torsten Veller <tove@g.o> +MARC-Charset-1.1.ebuild:
34 + Version bump
35
36 *MARC-Charset-1.0 (29 Sep 2008)
37
38
39
40
41 1.1 dev-perl/MARC-Charset/MARC-Charset-1.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/MARC-Charset/MARC-Charset-1.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/MARC-Charset/MARC-Charset-1.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: MARC-Charset-1.1.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-perl/MARC-Charset/MARC-Charset-1.1.ebuild,v 1.1 2009/07/01 05:24:34 tove Exp $
51
52 EAPI=2
53
54 MODULE_AUTHOR="ESUMMERS"
55 inherit perl-module
56
57 DESCRIPTION="convert MARC-8 encoded strings to UTF-8"
58
59 SLOT="0"
60 KEYWORDS="~amd64 ~ppc ~x86"
61 IUSE="test"
62
63 RDEPEND="dev-perl/XML-SAX
64 dev-perl/Class-Accessor"
65 DEPEND="${RDEPEND}
66 test? ( dev-perl/Test-Pod )"
67
68 SRC_TEST=do