commit:     df743489f034603f7656e8e12175890ddf23e0d2
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 30 21:28:25 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Apr 30 21:28:49 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df743489

dev-perl/Quota: Fix version normalization; version bump

Package-Manager: portage-2.2.28

 dev-perl/Quota/Manifest                                   |  1 +
 .../Quota/{Quota-1.700.0-r1.ebuild => Quota-1.7.0.ebuild} |  3 +--
 .../Quota/{Quota-1.700.0-r1.ebuild => Quota-1.7.2.ebuild} | 15 ++++++++-------
 3 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/dev-perl/Quota/Manifest b/dev-perl/Quota/Manifest
index b420d34..c575ace 100644
--- a/dev-perl/Quota/Manifest
+++ b/dev-perl/Quota/Manifest
@@ -1 +1,2 @@
 DIST Quota-1.7.0.tar.gz 50342 SHA256 
960057167b7e15c998771142e8d0cce8069760edd86d77da26e0907f27e65cac SHA512 
3b99dda17f6f578cf469962ff4c6b662ba9a1a955356ee90a7b749f0ea7df1234356ef77c5c3091389749ef4b4f82df90b20886bae365af27828760c16125ded
 WHIRLPOOL 
ef7aae289ca773df25905d3cd1cd4a6d40d189ae4d8778a7e4923af69f871788d1dc9f73e34358d0db62fcec25635f4e82c267a44248fd2f84ac313fc4cbe730
+DIST Quota-1.7.2.tar.gz 50436 SHA256 
1001eb006cfe8f49b195145e04b0c37c2b09d1023c78ccda1871b30f551c312b SHA512 
55ea9fbf027676b0e6f7a6f97fd3e75749860ebefe0127791a0d8cd8a427676eb1f6bf1ddf1a3687666752430faef877eedd12ccce39b7b76466fc7bfc628433
 WHIRLPOOL 
2a88a4eed16ea553bbacee7d19af3e1a6e0c751c144c3bac4ab89a788ed3fcce044da5f044cd1db4fae4f7426312f00ca4c6c81a86ca6a8e8b0461cb23a6e0a8

diff --git a/dev-perl/Quota/Quota-1.700.0-r1.ebuild 
b/dev-perl/Quota/Quota-1.7.0.ebuild
similarity index 88%
copy from dev-perl/Quota/Quota-1.700.0-r1.ebuild
copy to dev-perl/Quota/Quota-1.7.0.ebuild
index 32ac21c..95d99b2 100644
--- a/dev-perl/Quota/Quota-1.700.0-r1.ebuild
+++ b/dev-perl/Quota/Quota-1.7.0.ebuild
@@ -1,11 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
 MODULE_AUTHOR=TOMZO
-MODULE_VERSION=1.7.0
 inherit perl-module
 
 DESCRIPTION="Quota - Perl interface to file system quotas"

diff --git a/dev-perl/Quota/Quota-1.700.0-r1.ebuild 
b/dev-perl/Quota/Quota-1.7.2.ebuild
similarity index 66%
rename from dev-perl/Quota/Quota-1.700.0-r1.ebuild
rename to dev-perl/Quota/Quota-1.7.2.ebuild
index 32ac21c..64ca57a 100644
--- a/dev-perl/Quota/Quota-1.700.0-r1.ebuild
+++ b/dev-perl/Quota/Quota-1.7.2.ebuild
@@ -1,26 +1,27 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-MODULE_AUTHOR=TOMZO
-MODULE_VERSION=1.7.0
+DIST_AUTHOR=TOMZO
 inherit perl-module
 
-DESCRIPTION="Quota - Perl interface to file system quotas"
+DESCRIPTION="Perl interface to file system quotas"
 
 SLOT="0"
 KEYWORDS="~amd64"
 IUSE=""
 
-DEPEND=""
 RDEPEND=""
+DEPEND="virtual/perl-ExtUtils-MakeMaker"
 
 # Tests need real FS access/root permissions and are interactive
-SRC_TEST="skip"
+DIST_TEST=skip
 
 src_prepare() {
+       default
+
        # disable AFS completely for now, need somebody who can really test it
        sed -i -e 's|-d "/afs"|0|' Makefile.PL || die "sed failed"
 }

Reply via email to