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/Lab-Instrument/
Date: Sat, 01 Nov 2014 09:50:54
Message-Id: 1414833908.7a8715466cb8fd0848e51b7490a759a36a2857bc.jlec@gentoo
1 commit: 7a8715466cb8fd0848e51b7490a759a36a2857bc
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 1 09:25:08 2014 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 1 09:25:08 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=7a871546
7
8 dev-perl/Lab-Instrument: Bump to EAPI=5
9
10 Package-Manager: portage-2.2.14
11
12 ---
13 dev-perl/Lab-Instrument/ChangeLog | 10 +++++++++-
14 dev-perl/Lab-Instrument/Lab-Instrument-2.01.ebuild | 16 +++++++++++-----
15 dev-perl/Lab-Instrument/metadata.xml | 6 +++---
16 3 files changed, 23 insertions(+), 9 deletions(-)
17
18 diff --git a/dev-perl/Lab-Instrument/ChangeLog b/dev-perl/Lab-Instrument/ChangeLog
19 index 41f66c7..39a4514 100644
20 --- a/dev-perl/Lab-Instrument/ChangeLog
21 +++ b/dev-perl/Lab-Instrument/ChangeLog
22 @@ -1,7 +1,15 @@
23 # ChangeLog for dev-perl/Lab-Instrument
24 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
25 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
26 # $Header: $
27
28 + 01 Nov 2014; Justin Lecher <jlec@g.o> Lab-Instrument-2.01.ebuild,
29 + metadata.xml:
30 + Bump to EAPI=5
31 +
32 + 01 Nov 2014; Justin Lecher <jlec@g.o> Lab-Instrument-2.01.ebuild,
33 + metadata.xml:
34 + Bump to EAPI=5
35 +
36 25 Oct 2011; Justin Lecher <jlec@g.o> metadata.xml:
37 Removed no-herd from herd tag in metadata.xml
38
39
40 diff --git a/dev-perl/Lab-Instrument/Lab-Instrument-2.01.ebuild b/dev-perl/Lab-Instrument/Lab-Instrument-2.01.ebuild
41 index 6c92825..ff44dfd 100644
42 --- a/dev-perl/Lab-Instrument/Lab-Instrument-2.01.ebuild
43 +++ b/dev-perl/Lab-Instrument/Lab-Instrument-2.01.ebuild
44 @@ -2,17 +2,23 @@
45 # Distributed under the terms of the GNU General Public License v2
46 # $Header: $
47
48 +EAPI=5
49 +
50 inherit perl-module
51
52 -DESCRIPTION="Perl module interface to an instrument that is connected via GPIB, serial bus or ethernet"
53 +DESCRIPTION="Interface to an instrument via GPIB, serial bus or ethernet"
54 HOMEPAGE="http://www.labvisa.de/"
55 SRC_URI="mirror://cpan/authors/id/S/SC/SCHROEER/Lab/${P}.tar.gz"
56
57 -LICENSE="|| ( Artistic GPL-2 )"
58 -
59 SLOT="0"
60 +LICENSE="|| ( Artistic GPL-2 )"
61 KEYWORDS="~x86 ~amd64"
62 IUSE=""
63
64 -RDEPEND="dev-lang/perl perl-core/Time-HiRes dev-perl/Lab-VISA"
65 -DEPEND="${RDEPEND} virtual/perl-Module-Build"
66 +RDEPEND="
67 + dev-lang/perl
68 + dev-perl/Lab-VISA
69 + virtual/perl-Time-HiRes
70 + "
71 +DEPEND="${RDEPEND}
72 + virtual/perl-Module-Build"
73
74 diff --git a/dev-perl/Lab-Instrument/metadata.xml b/dev-perl/Lab-Instrument/metadata.xml
75 index 4e9342c..5e7df8a 100644
76 --- a/dev-perl/Lab-Instrument/metadata.xml
77 +++ b/dev-perl/Lab-Instrument/metadata.xml
78 @@ -1,7 +1,7 @@
79 <?xml version="1.0" encoding="UTF-8"?>
80 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
81 <pkgmetadata>
82 - <maintainer>
83 - <email>mail@×××××××××.de</email>
84 - </maintainer>
85 + <maintainer>
86 + <email>mail@×××××××××.de</email>
87 + </maintainer>
88 </pkgmetadata>