Gentoo Archives: gentoo-commits

From: "Ian Stakenvicius (axs)" <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/Business-ISBN-Data: Business-ISBN-Data-20120719.1.0-r1.ebuild ChangeLog Business-ISBN-Data-20120719.1.0.ebuild
Date: Tue, 26 Aug 2014 14:46:30
Message-Id: 20140826144626.10DC13EDB@oystercatcher.gentoo.org
1 axs 14/08/26 14:46:26
2
3 Modified: ChangeLog
4 Added: Business-ISBN-Data-20120719.1.0-r1.ebuild
5 Removed: Business-ISBN-Data-20120719.1.0.ebuild
6 Log:
7 bumped EAPI to 5 to help with dev-lang/perl upgrade
8
9 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
10
11 Revision Changes Path
12 1.2 dev-perl/Business-ISBN-Data/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Business-ISBN-Data/ChangeLog?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Business-ISBN-Data/ChangeLog?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Business-ISBN-Data/ChangeLog?r1=1.1&r2=1.2
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Business-ISBN-Data/ChangeLog,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- ChangeLog 11 Sep 2012 16:32:13 -0000 1.1
25 +++ ChangeLog 26 Aug 2014 14:46:26 -0000 1.2
26 @@ -1,10 +1,16 @@
27 # ChangeLog for dev-perl/Business-ISBN-Data
28 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Business-ISBN-Data/ChangeLog,v 1.1 2012/09/11 16:32:13 tove Exp $
30 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Business-ISBN-Data/ChangeLog,v 1.2 2014/08/26 14:46:26 axs Exp $
32 +
33 +*Business-ISBN-Data-20120719.1.0-r1 (26 Aug 2014)
34 +
35 + 26 Aug 2014; Ian Stakenvicius (_AxS_) <axs@g.o>
36 + +Business-ISBN-Data-20120719.1.0-r1.ebuild,
37 + -Business-ISBN-Data-20120719.1.0.ebuild:
38 + bumped EAPI to 5 to help with dev-lang/perl upgrade
39
40 *Business-ISBN-Data-20120719.1.0 (11 Sep 2012)
41
42 11 Sep 2012; Torsten Veller <tove@g.o>
43 +Business-ISBN-Data-20120719.1.0.ebuild, +metadata.xml:
44 Initial commit for biber (#428800)
45 -
46
47
48
49 1.1 dev-perl/Business-ISBN-Data/Business-ISBN-Data-20120719.1.0-r1.ebuild
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Business-ISBN-Data/Business-ISBN-Data-20120719.1.0-r1.ebuild?rev=1.1&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Business-ISBN-Data/Business-ISBN-Data-20120719.1.0-r1.ebuild?rev=1.1&content-type=text/plain
53
54 Index: Business-ISBN-Data-20120719.1.0-r1.ebuild
55 ===================================================================
56 # Copyright 1999-2014 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Business-ISBN-Data/Business-ISBN-Data-20120719.1.0-r1.ebuild,v 1.1 2014/08/26 14:46:26 axs Exp $
59
60 EAPI=5
61
62 MODULE_AUTHOR=BDFOY
63 MODULE_VERSION=20120719.001
64 inherit perl-module
65
66 DESCRIPTION="Data pack for Business::ISBN"
67
68 SLOT="0"
69 KEYWORDS="~amd64 ~x86"
70 IUSE="test"
71
72 DEPEND="
73 test? (
74 >=virtual/perl-Test-Simple-0.950.0
75 dev-perl/Test-Pod
76 dev-perl/Test-Pod-Coverage
77 )
78 "
79
80 SRC_TEST=do