forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-perl/Sort-Key-IPv4: EAPI6 + Tests
- EAPI6ify - Enable tests - Add missing CPAN remote-ids Package-Manager: Portage-2.3.18, Repoman-2.3.6
- Loading branch information
1 parent
ad12fe2
commit 6abd705
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Copyright 1999-2018 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=6 | ||
|
||
DIST_AUTHOR="SALVA" | ||
DIST_VERSION="0.03" | ||
|
||
inherit perl-module | ||
|
||
DESCRIPTION="Sort IP v4 addresses" | ||
|
||
SLOT="0" | ||
KEYWORDS="~amd64" | ||
IUSE="" | ||
|
||
RDEPEND=">=dev-perl/Sort-Key-1.280.0" | ||
DEPEND="${RDEPEND}" | ||
|
||
PERL_RM_FILES=( "t/pods.t" ) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters