aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2014-11-01 10:25:08 +0100
committerJustin Lecher <jlec@gentoo.org>2014-11-01 10:25:08 +0100
commit7a8715466cb8fd0848e51b7490a759a36a2857bc (patch)
treec2a9fc866a260073fab796f404f0a9dbae7064d8 /dev-perl
parentsci-chemistry/pymol: Make it really multi py ABI ready; use internal apbs plugin (diff)
downloadsci-7a8715466cb8fd0848e51b7490a759a36a2857bc.tar.gz
sci-7a8715466cb8fd0848e51b7490a759a36a2857bc.tar.bz2
sci-7a8715466cb8fd0848e51b7490a759a36a2857bc.zip
dev-perl/Lab-Instrument: Bump to EAPI=5
Package-Manager: portage-2.2.14
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Lab-Instrument/ChangeLog10
-rw-r--r--dev-perl/Lab-Instrument/Lab-Instrument-2.01.ebuild16
-rw-r--r--dev-perl/Lab-Instrument/metadata.xml6
3 files changed, 23 insertions, 9 deletions
diff --git a/dev-perl/Lab-Instrument/ChangeLog b/dev-perl/Lab-Instrument/ChangeLog
index 41f66c7ac..39a451491 100644
--- a/dev-perl/Lab-Instrument/ChangeLog
+++ b/dev-perl/Lab-Instrument/ChangeLog
@@ -1,7 +1,15 @@
# ChangeLog for dev-perl/Lab-Instrument
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 01 Nov 2014; Justin Lecher <jlec@gentoo.org> Lab-Instrument-2.01.ebuild,
+ metadata.xml:
+ Bump to EAPI=5
+
+ 01 Nov 2014; Justin Lecher <jlec@gentoo.org> Lab-Instrument-2.01.ebuild,
+ metadata.xml:
+ Bump to EAPI=5
+
25 Oct 2011; Justin Lecher <jlec@gentoo.org> metadata.xml:
Removed no-herd from herd tag in metadata.xml
diff --git a/dev-perl/Lab-Instrument/Lab-Instrument-2.01.ebuild b/dev-perl/Lab-Instrument/Lab-Instrument-2.01.ebuild
index 6c9282559..ff44dfd04 100644
--- a/dev-perl/Lab-Instrument/Lab-Instrument-2.01.ebuild
+++ b/dev-perl/Lab-Instrument/Lab-Instrument-2.01.ebuild
@@ -2,17 +2,23 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
+EAPI=5
+
inherit perl-module
-DESCRIPTION="Perl module interface to an instrument that is connected via GPIB, serial bus or ethernet"
+DESCRIPTION="Interface to an instrument via GPIB, serial bus or ethernet"
HOMEPAGE="http://www.labvisa.de/"
SRC_URI="mirror://cpan/authors/id/S/SC/SCHROEER/Lab/${P}.tar.gz"
-LICENSE="|| ( Artistic GPL-2 )"
-
SLOT="0"
+LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="~x86 ~amd64"
IUSE=""
-RDEPEND="dev-lang/perl perl-core/Time-HiRes dev-perl/Lab-VISA"
-DEPEND="${RDEPEND} virtual/perl-Module-Build"
+RDEPEND="
+ dev-lang/perl
+ dev-perl/Lab-VISA
+ virtual/perl-Time-HiRes
+ "
+DEPEND="${RDEPEND}
+ virtual/perl-Module-Build"
diff --git a/dev-perl/Lab-Instrument/metadata.xml b/dev-perl/Lab-Instrument/metadata.xml
index 4e9342c1f..5e7df8a87 100644
--- a/dev-perl/Lab-Instrument/metadata.xml
+++ b/dev-perl/Lab-Instrument/metadata.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer>
- <email>mail@akhuettel.de</email>
- </maintainer>
+ <maintainer>
+ <email>mail@akhuettel.de</email>
+ </maintainer>
</pkgmetadata>