diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-10-24 13:10:02 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-10-24 14:48:41 +1300 |
commit | a0b7e8ccda063e09d602aeba957ee40a06fa6bcc (patch) | |
tree | ceab0ff8359e3ce52a58f3690146ac8cc9943bba /dev-perl/Getopt-Tabular | |
parent | dev-perl/Getopt-GUI-Long: Enable tests (diff) | |
download | gentoo-a0b7e8ccda063e09d602aeba957ee40a06fa6bcc.tar.gz gentoo-a0b7e8ccda063e09d602aeba957ee40a06fa6bcc.tar.bz2 gentoo-a0b7e8ccda063e09d602aeba957ee40a06fa6bcc.zip |
dev-perl/Getopt-Tabular: Enable tests
- EAPI6ify
- Normalize version
- Enable tests
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-perl/Getopt-Tabular')
-rw-r--r-- | dev-perl/Getopt-Tabular/Getopt-Tabular-0.300.0-r1.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-perl/Getopt-Tabular/Getopt-Tabular-0.300.0-r1.ebuild b/dev-perl/Getopt-Tabular/Getopt-Tabular-0.300.0-r1.ebuild new file mode 100644 index 000000000000..4d4d8421af98 --- /dev/null +++ b/dev-perl/Getopt-Tabular/Getopt-Tabular-0.300.0-r1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=GWARD +DIST_VERSION="0.3" +DIST_EXAMPLES=("demo") +inherit perl-module + +DESCRIPTION="Table-driven argument parsing with help text" + +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" |