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-ISSN: Business-ISSN-0.910.0-r1.ebuild ChangeLog Business-ISSN-0.910.0.ebuild
Date: Tue, 26 Aug 2014 14:59:01
Message-Id: 20140826145856.0E7923ED3@oystercatcher.gentoo.org
1 axs 14/08/26 14:58:56
2
3 Modified: ChangeLog
4 Added: Business-ISSN-0.910.0-r1.ebuild
5 Removed: Business-ISSN-0.910.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-ISSN/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Business-ISSN/ChangeLog?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Business-ISSN/ChangeLog?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Business-ISSN/ChangeLog?r1=1.1&r2=1.2
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-perl/Business-ISSN/ChangeLog,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- ChangeLog 11 Sep 2012 03:31:54 -0000 1.1
25 +++ ChangeLog 26 Aug 2014 14:58:55 -0000 1.2
26 @@ -1,10 +1,15 @@
27 # ChangeLog for dev-perl/Business-ISSN
28 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Business-ISSN/ChangeLog,v 1.1 2012/09/11 03:31:54 tove Exp $
30 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Business-ISSN/ChangeLog,v 1.2 2014/08/26 14:58:55 axs Exp $
32 +
33 +*Business-ISSN-0.910.0-r1 (26 Aug 2014)
34 +
35 + 26 Aug 2014; Ian Stakenvicius (_AxS_) <axs@g.o>
36 + +Business-ISSN-0.910.0-r1.ebuild, -Business-ISSN-0.910.0.ebuild:
37 + bumped EAPI to 5 to help with dev-lang/perl upgrade
38
39 *Business-ISSN-0.910.0 (11 Sep 2012)
40
41 11 Sep 2012; Torsten Veller <tove@g.o> +Business-ISSN-0.910.0.ebuild,
42 +metadata.xml:
43 Initial commit for biber (#428818)
44 -
45
46
47
48 1.1 dev-perl/Business-ISSN/Business-ISSN-0.910.0-r1.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Business-ISSN/Business-ISSN-0.910.0-r1.ebuild?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Business-ISSN/Business-ISSN-0.910.0-r1.ebuild?rev=1.1&content-type=text/plain
52
53 Index: Business-ISSN-0.910.0-r1.ebuild
54 ===================================================================
55 # Copyright 1999-2014 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Business-ISSN/Business-ISSN-0.910.0-r1.ebuild,v 1.1 2014/08/26 14:58:55 axs Exp $
58
59 EAPI=5
60
61 MODULE_AUTHOR=BDFOY
62 MODULE_VERSION=0.91
63 inherit perl-module
64
65 DESCRIPTION="Object and functions to work with International Standard Serial Numbers"
66
67 SLOT="0"
68 KEYWORDS="~amd64 ~x86"
69 IUSE="test"
70
71 DEPEND="
72 test? (
73 dev-perl/Test-Pod
74 dev-perl/Test-Pod-Coverage
75 )
76 "
77
78 SRC_TEST=do
79
80 src_install() {
81 perl-module_src_install
82 rm -rf "${ED}"/usr/share/man || die
83 }