Skip to content

Commit

Permalink
dev-perl/Test-NoTabs: -r1 bump to modernize
Browse files Browse the repository at this point in the history
- EAPI6
- Parallel tests
- Declare RDEPS
- Normalise correctly ( -r1 added because 2.000.0 and 2.0.0 sort
  as equivlanets )

Package-Manager: Portage-2.3.4, Repoman-2.3.2
  • Loading branch information
kentfredric committed Apr 14, 2017
1 parent b9dedcb commit 5b13c0a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5
EAPI=6

MODULE_AUTHOR=ETHER
MODULE_VERSION=2.00
DIST_AUTHOR=ETHER
DIST_VERSION=2.00

inherit perl-module

Expand All @@ -14,4 +14,13 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="test"

SRC_TEST="do"
RDEPEND="
virtual/perl-File-Spec
virtual/perl-Test-Simple
"
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-File-Temp
)
"
2 changes: 1 addition & 1 deletion dev-perl/Test-NoTabs/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>[email protected]</email>
<email>[email protected]</email>
</maintainer>
<maintainer type="project">
<email>[email protected]</email>
Expand Down

0 comments on commit 5b13c0a

Please sign in to comment.