diff options
author | Vladimir Smirnov <civil@gentoo.org> | 2014-01-12 23:29:56 +0000 |
---|---|---|
committer | Vladimir Smirnov <civil@gentoo.org> | 2014-01-12 23:29:56 +0000 |
commit | ca7ad5bd4ab76c440125fda68f392c1d0e046c7a (patch) | |
tree | 3aba4620b537925bcffb065b35875a2159af4f00 /dev-perl | |
parent | Add MODULE_VERSION var. (diff) | |
download | gentoo-2-ca7ad5bd4ab76c440125fda68f392c1d0e046c7a.tar.gz gentoo-2-ca7ad5bd4ab76c440125fda68f392c1d0e046c7a.tar.bz2 gentoo-2-ca7ad5bd4ab76c440125fda68f392c1d0e046c7a.zip |
Add MODULE_VERSION variable. Reorder keywords.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xA832680F)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Statistics-Distributions/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Statistics-Distributions/Statistics-Distributions-1.02.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-perl/Statistics-Distributions/ChangeLog b/dev-perl/Statistics-Distributions/ChangeLog index 51f0d8633d0c..4a1dd9f430f7 100644 --- a/dev-perl/Statistics-Distributions/ChangeLog +++ b/dev-perl/Statistics-Distributions/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Statistics-Distributions # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Statistics-Distributions/ChangeLog,v 1.1 2014/01/12 14:39:30 civil Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Statistics-Distributions/ChangeLog,v 1.2 2014/01/12 23:29:56 civil Exp $ + + 12 Jan 2014; Vladimir Smirnov <civil@gentoo.org> + Statistics-Distributions-1.02.ebuild: + Add MODULE_VERSION variable. Reorder keywords. *Statistics-Distributions-1.02 (12 Jan 2014) diff --git a/dev-perl/Statistics-Distributions/Statistics-Distributions-1.02.ebuild b/dev-perl/Statistics-Distributions/Statistics-Distributions-1.02.ebuild index 5285d281fceb..6a65e27fd900 100644 --- a/dev-perl/Statistics-Distributions/Statistics-Distributions-1.02.ebuild +++ b/dev-perl/Statistics-Distributions/Statistics-Distributions-1.02.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/Statistics-Distributions/Statistics-Distributions-1.02.ebuild,v 1.1 2014/01/12 14:39:30 civil Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Statistics-Distributions/Statistics-Distributions-1.02.ebuild,v 1.2 2014/01/12 23:29:56 civil Exp $ EAPI="5" MODULE_AUTHOR="MIKEK" +MODULE_VERSION="1.02" inherit perl-module @@ -12,5 +13,5 @@ DESCRIPTION="Perl module for calculating critical values" LICENSE="|| ( Artistic GPL-1 GPL-2 GPL-3 )" SLOT="0" -KEYWORDS="~arm ~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" IUSE="" |