Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-perl/BTLib/
Date: Wed, 24 Sep 2014 06:45:11
Message-Id: 1411539887.7da7319313303f4adcff6e6c58da16fa3ddd7264.jlec@gentoo
1 commit: 7da7319313303f4adcff6e6c58da16fa3ddd7264
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 24 06:24:47 2014 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 24 06:24:47 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=7da73193
7
8 dev-perl/BTLib: Bump to EAPI=5
9
10 Package-Manager: portage-2.2.13
11
12 ---
13 dev-perl/BTLib/BTLib-0.19.ebuild | 10 ++++------
14 dev-perl/BTLib/ChangeLog | 5 ++++-
15 dev-perl/BTLib/metadata.xml | 2 +-
16 3 files changed, 9 insertions(+), 8 deletions(-)
17
18 diff --git a/dev-perl/BTLib/BTLib-0.19.ebuild b/dev-perl/BTLib/BTLib-0.19.ebuild
19 index 49f5032..60a7d26 100644
20 --- a/dev-perl/BTLib/BTLib-0.19.ebuild
21 +++ b/dev-perl/BTLib/BTLib-0.19.ebuild
22 @@ -2,20 +2,18 @@
23 # Distributed under the terms of the GNU General Public License v2
24 # $Header: $
25
26 -EAPI=3
27 +EAPI=5
28
29 MODULE_AUTHOR=""
30 +
31 inherit perl-module
32 -SRC_URI="http://downloads.sourceforge.net/estscan/BTLib-0.19.tar.gz"
33
34 -DESCRIPTION=" A part of the estscan package"
35 +DESCRIPTION="Perl part of the estscan package"
36 +SRC_URI="http://downloads.sourceforge.net/estscan/${P}.tar.gz"
37
38 #LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )"
39 SLOT="0"
40 KEYWORDS="~amd64 ~x86"
41 IUSE=""
42
43 -RDEPEND=""
44 -DEPEND="${RDEPEND}"
45 -
46 SRC_TEST="do"
47
48 diff --git a/dev-perl/BTLib/ChangeLog b/dev-perl/BTLib/ChangeLog
49 index 3d57b6a..35f071d 100644
50 --- a/dev-perl/BTLib/ChangeLog
51 +++ b/dev-perl/BTLib/ChangeLog
52 @@ -1,7 +1,10 @@
53 # ChangeLog for dev-perl/BTLib
54 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
55 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
56 # $Header: $
57
58 + 24 Sep 2014; Justin Lecher <jlec@g.o> BTLib-0.19.ebuild, metadata.xml:
59 + Bump to EAPI=5
60 +
61 *BTLib-0.19 (30 Jul 2011)
62
63 30 Jul 2011; Martin Mokrejs <mmokrejs@×××××××××××××××.cz> +BTLib-0.19.ebuild,
64
65 diff --git a/dev-perl/BTLib/metadata.xml b/dev-perl/BTLib/metadata.xml
66 index d464821..f17a827 100644
67 --- a/dev-perl/BTLib/metadata.xml
68 +++ b/dev-perl/BTLib/metadata.xml
69 @@ -1,5 +1,5 @@
70 <?xml version="1.0" encoding="UTF-8"?>
71 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
72 <pkgmetadata>
73 - <herd>sci-biology</herd>
74 + <herd>sci-biology</herd>
75 </pkgmetadata>