diff options
Diffstat (limited to 'dev-perl/Getopt-Tabular')
-rw-r--r-- | dev-perl/Getopt-Tabular/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Getopt-Tabular/Getopt-Tabular-0.3.ebuild | 5 | ||||
-rw-r--r-- | dev-perl/Getopt-Tabular/metadata.xml | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/dev-perl/Getopt-Tabular/ChangeLog b/dev-perl/Getopt-Tabular/ChangeLog index 7889cdfe5d66..f1317d565d9a 100644 --- a/dev-perl/Getopt-Tabular/ChangeLog +++ b/dev-perl/Getopt-Tabular/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Getopt-Tabular # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Getopt-Tabular/ChangeLog,v 1.1 2014/01/12 14:48:17 civil Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Getopt-Tabular/ChangeLog,v 1.2 2014/01/12 23:32:02 civil Exp $ + + 12 Jan 2014; Vladimir Smirnov <civil@gentoo.org> Getopt-Tabular-0.3.ebuild, + metadata.xml: + Reorder KEYWORDS. Add MODULE_VERSION variable. Fixed metadata.xml. *Getopt-Tabular-0.3 (12 Jan 2014) diff --git a/dev-perl/Getopt-Tabular/Getopt-Tabular-0.3.ebuild b/dev-perl/Getopt-Tabular/Getopt-Tabular-0.3.ebuild index 96d24b5b60b5..fac1b755b48c 100644 --- a/dev-perl/Getopt-Tabular/Getopt-Tabular-0.3.ebuild +++ b/dev-perl/Getopt-Tabular/Getopt-Tabular-0.3.ebuild @@ -1,10 +1,11 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Getopt-Tabular/Getopt-Tabular-0.3.ebuild,v 1.1 2014/01/12 14:48:17 civil Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Getopt-Tabular/Getopt-Tabular-0.3.ebuild,v 1.2 2014/01/12 23:32:02 civil Exp $ EAPI="5" MODULE_AUTHOR="GWARD" +MODULE_VERSION="0.3" inherit perl-module @@ -12,5 +13,5 @@ DESCRIPTION="Table-driven argument parsing with help text" LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )" SLOT="0" -KEYWORDS="~arm ~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" IUSE="" diff --git a/dev-perl/Getopt-Tabular/metadata.xml b/dev-perl/Getopt-Tabular/metadata.xml index 60b9b721d7c8..65b2950e62fd 100644 --- a/dev-perl/Getopt-Tabular/metadata.xml +++ b/dev-perl/Getopt-Tabular/metadata.xml @@ -3,7 +3,7 @@ <pkgmetadata> <herd>perl</herd> <upstream> - <remote-id type="cpan">Statistics-TTest</remote-id> - <remote-id type="cpan-module">Statistics::TTest</remote-id> + <remote-id type="cpan">Getopt-Tabular</remote-id> + <remote-id type="cpan-module">Getopt::Tabular</remote-id> </upstream> </pkgmetadata> |