From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6AFAF138206 for ; Sat, 30 Apr 2016 22:05:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2CCBA21C085; Sat, 30 Apr 2016 22:05:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1F65D21C01D for ; Sat, 30 Apr 2016 22:05:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 98BF7340CD7 for ; Sat, 30 Apr 2016 22:05:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8AD97188 for ; Sat, 30 Apr 2016 22:05:17 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1462051729.df743489f034603f7656e8e12175890ddf23e0d2.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Quota/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Quota/Manifest dev-perl/Quota/Quota-1.7.0.ebuild dev-perl/Quota/Quota-1.7.2.ebuild dev-perl/Quota/Quota-1.700.0-r1.ebuild X-VCS-Directories: dev-perl/Quota/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: df743489f034603f7656e8e12175890ddf23e0d2 X-VCS-Branch: master Date: Sat, 30 Apr 2016 22:05:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ad245c82-8a86-4945-beb4-0f6c7bc1f615 X-Archives-Hash: 29495d37df40371b2d5d7839594520e0 commit: df743489f034603f7656e8e12175890ddf23e0d2 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Apr 30 21:28:25 2016 +0000 Commit: Andreas Hüttel gentoo 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" }