[gentoo-commits] repo/gentoo:master commit in: dev-perl/Quota/

2021-11-27 Thread Andreas K. Hüttel
commit: 347c2628a5a5853ebc8a39a66794abe685d640bf
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Nov 27 14:08:12 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Nov 27 14:09:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=347c2628

dev-perl/Quota: Version bump 1.8.2

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/Quota/Manifest   |  1 +
 dev-perl/Quota/Quota-1.8.2.ebuild | 48 +++
 2 files changed, 49 insertions(+)

diff --git a/dev-perl/Quota/Manifest b/dev-perl/Quota/Manifest
index 8b409ac2f46f..fd64a1af661d 100644
--- a/dev-perl/Quota/Manifest
+++ b/dev-perl/Quota/Manifest
@@ -1 +1,2 @@
 DIST Quota-1.8.1.tar.gz 57058 BLAKE2B 
9f34d11896e6a8660f8777b5d6d6405d53619936aef2a17af58cf3e024f936b278fe14e055a685508c6cef9d07b56eab0712f6745e53c9fdb99d6bd97e864435
 SHA512 
9e27cb03c7cd76a995ff775b9a5a67b8d8deeb814efacb17b4769c567935ebabe03ba2354a6977ae86fffaeb65e8f457906adee60de3e0a86ba78516057c1d72
+DIST Quota-1.8.2.tar.gz 57158 BLAKE2B 
6cdad5c6322ab88f9d857395cdcb96be7c348ed3a51358e85040ef65ff194f65510b0b447b92b1495a05f620ed824c4f136584715b72a00e69e2e5c0894a432f
 SHA512 
5cbadbdc7b62e75d5b58ef65e58b39597e70a94d6105dea9f441d2629f3751977fd4e77ecdffa0ecc4192b1d225dffabf328d4b237e4bdb896ee68e81efba668

diff --git a/dev-perl/Quota/Quota-1.8.2.ebuild 
b/dev-perl/Quota/Quota-1.8.2.ebuild
new file mode 100644
index ..7b2014f2a3ea
--- /dev/null
+++ b/dev-perl/Quota/Quota-1.8.2.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=TOMZO
+inherit perl-module toolchain-funcs flag-o-matic
+
+DESCRIPTION="Perl interface to file system quotas"
+
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+   sys-fs/quota[rpc]
+   net-libs/libtirpc
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   virtual/pkgconfig
+"
+
+# Tests need real FS access/root permissions and are interactive
+DIST_TEST=skip
+
+src_prepare() {
+   default
+   DIST_MAKE=(
+   "INC=$($(tc-getPKG_CONFIG) --cflags libtirpc)"
+   "OTHERLDFLAGS=$($(tc-getPKG_CONFIG) --libs libtirpc)"
+   )
+
+   # disable AFS completely for now, need somebody who can really test it
+   sed -i -e 's|-d "/afs"|0|' Makefile.PL || die "sed failed"
+}
+
+src_test() {
+   ebegin "Compile testing Quota ${PV}"
+   perl -Mblib="${S}" -M"Quota ${PV} ()" -e1
+   if ! eend $?; then
+   echo
+   eerror "One or more modules failed compile:";
+   eerror "  Quota ${PV}"
+   die "Failing due to module compilation errors";
+   fi
+   perl-module_src_test
+}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Quota/

2021-11-27 Thread Andreas K. Hüttel
commit: d659f956e26e22ef7227b56e2c015e11c9c6f547
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Nov 27 14:07:04 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Nov 27 14:09:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d659f956

dev-perl/Quota: Remove old

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/Quota/Manifest  |  1 -
 dev-perl/Quota/Quota-1.7.2-r1.ebuild | 45 
 2 files changed, 46 deletions(-)

diff --git a/dev-perl/Quota/Manifest b/dev-perl/Quota/Manifest
index ef8d579cf4c3..8b409ac2f46f 100644
--- a/dev-perl/Quota/Manifest
+++ b/dev-perl/Quota/Manifest
@@ -1,2 +1 @@
-DIST Quota-1.7.2.tar.gz 50436 BLAKE2B 
6a90e545fcb3739f4f10cbe5caed7ba5a3542c19a8f1b68baeefc12dab77ac27d125e3de083c1cf6d68c29fe126c8e4f2eaddaa1c55c1974de0e0451011f6c7c
 SHA512 
55ea9fbf027676b0e6f7a6f97fd3e75749860ebefe0127791a0d8cd8a427676eb1f6bf1ddf1a3687666752430faef877eedd12ccce39b7b76466fc7bfc628433
 DIST Quota-1.8.1.tar.gz 57058 BLAKE2B 
9f34d11896e6a8660f8777b5d6d6405d53619936aef2a17af58cf3e024f936b278fe14e055a685508c6cef9d07b56eab0712f6745e53c9fdb99d6bd97e864435
 SHA512 
9e27cb03c7cd76a995ff775b9a5a67b8d8deeb814efacb17b4769c567935ebabe03ba2354a6977ae86fffaeb65e8f457906adee60de3e0a86ba78516057c1d72

diff --git a/dev-perl/Quota/Quota-1.7.2-r1.ebuild 
b/dev-perl/Quota/Quota-1.7.2-r1.ebuild
deleted file mode 100644
index af59b238f3c2..
--- a/dev-perl/Quota/Quota-1.7.2-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=TOMZO
-inherit perl-module toolchain-funcs flag-o-matic
-
-DESCRIPTION="Perl interface to file system quotas"
-
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="
-   sys-fs/quota[rpc]
-   net-libs/libtirpc
-"
-DEPEND="${RDEPEND}
-   virtual/perl-ExtUtils-MakeMaker
-   virtual/pkgconfig
-"
-
-# Tests need real FS access/root permissions and are interactive
-DIST_TEST=skip
-
-src_prepare() {
-   default
-   export mymake="INC=$($(tc-getPKG_CONFIG) --cflags libtirpc) 
OTHERLDFLAGS=$($(tc-getPKG_CONFIG) --libs libtirpc)"
-
-   # disable AFS completely for now, need somebody who can really test it
-   sed -i -e 's|-d "/afs"|0|' Makefile.PL || die "sed failed"
-}
-
-src_test() {
-   ebegin "Compile testing Quota ${PV}"
-   perl -Mblib="${S}" -M"Quota ${PV} ()" -e1
-   if ! eend $?; then
-   echo
-   eerror "One or more modules failed compile:";
-   eerror "  Quota ${PV}"
-   die "Failing due to module compilation errors";
-   fi
-   perl-module_src_test
-}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Quota/

2021-08-02 Thread Andreas K. Hüttel
commit: 6dd3848d4ed7c18a49f29c3d4f010e3e670cfd71
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Aug  2 21:08:14 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Mon Aug  2 21:14:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dd3848d

dev-perl/Quota: Version bump 1.8.1

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/Quota/Manifest   |  1 +
 dev-perl/Quota/Quota-1.8.1.ebuild | 48 +++
 2 files changed, 49 insertions(+)

diff --git a/dev-perl/Quota/Manifest b/dev-perl/Quota/Manifest
index cf9c0f6e79c..ef8d579cf4c 100644
--- a/dev-perl/Quota/Manifest
+++ b/dev-perl/Quota/Manifest
@@ -1 +1,2 @@
 DIST Quota-1.7.2.tar.gz 50436 BLAKE2B 
6a90e545fcb3739f4f10cbe5caed7ba5a3542c19a8f1b68baeefc12dab77ac27d125e3de083c1cf6d68c29fe126c8e4f2eaddaa1c55c1974de0e0451011f6c7c
 SHA512 
55ea9fbf027676b0e6f7a6f97fd3e75749860ebefe0127791a0d8cd8a427676eb1f6bf1ddf1a3687666752430faef877eedd12ccce39b7b76466fc7bfc628433
+DIST Quota-1.8.1.tar.gz 57058 BLAKE2B 
9f34d11896e6a8660f8777b5d6d6405d53619936aef2a17af58cf3e024f936b278fe14e055a685508c6cef9d07b56eab0712f6745e53c9fdb99d6bd97e864435
 SHA512 
9e27cb03c7cd76a995ff775b9a5a67b8d8deeb814efacb17b4769c567935ebabe03ba2354a6977ae86fffaeb65e8f457906adee60de3e0a86ba78516057c1d72

diff --git a/dev-perl/Quota/Quota-1.8.1.ebuild 
b/dev-perl/Quota/Quota-1.8.1.ebuild
new file mode 100644
index 000..7b2014f2a3e
--- /dev/null
+++ b/dev-perl/Quota/Quota-1.8.1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=TOMZO
+inherit perl-module toolchain-funcs flag-o-matic
+
+DESCRIPTION="Perl interface to file system quotas"
+
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+   sys-fs/quota[rpc]
+   net-libs/libtirpc
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   virtual/pkgconfig
+"
+
+# Tests need real FS access/root permissions and are interactive
+DIST_TEST=skip
+
+src_prepare() {
+   default
+   DIST_MAKE=(
+   "INC=$($(tc-getPKG_CONFIG) --cflags libtirpc)"
+   "OTHERLDFLAGS=$($(tc-getPKG_CONFIG) --libs libtirpc)"
+   )
+
+   # disable AFS completely for now, need somebody who can really test it
+   sed -i -e 's|-d "/afs"|0|' Makefile.PL || die "sed failed"
+}
+
+src_test() {
+   ebegin "Compile testing Quota ${PV}"
+   perl -Mblib="${S}" -M"Quota ${PV} ()" -e1
+   if ! eend $?; then
+   echo
+   eerror "One or more modules failed compile:";
+   eerror "  Quota ${PV}"
+   die "Failing due to module compilation errors";
+   fi
+   perl-module_src_test
+}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Quota/

2018-02-11 Thread Michał Górny
commit: 6d325419257eea7e3818bbc118df6a65dd4a9fff
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb 11 10:31:51 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb 11 10:35:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d325419

dev-perl/Quota: Remove useless maintainer 

Remove useless/redundant maintainer . It does not benefit
bug wrangling, and only wastes developer's time on reading it. Few tips:

- assignee/CC is implied by ordering, there is no reason to repeat it,
- we know that maintainer is maintainer (la la la la la),
- most of adjectives for maintainer are of no value and/or are obvious.

 dev-perl/Quota/metadata.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dev-perl/Quota/metadata.xml b/dev-perl/Quota/metadata.xml
index 959339cb91d..357936dbeea 100644
--- a/dev-perl/Quota/metadata.xml
+++ b/dev-perl/Quota/metadata.xml
@@ -4,11 +4,9 @@
   
 c.affol...@purplehaze.ch
 Christian Affolter
-Maintainer
   
   
 dev-z...@gentoo.org
-Proxy maintainer
   
   
 proxy-ma...@gentoo.org



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Quota/

2018-01-23 Thread Kent Fredric
commit: bc5f9c41bdf10594cba2edb7da5aa47b0f3a281a
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Jan 24 04:43:41 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Jan 24 04:43:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc5f9c41

dev-perl/Quota: -r1 bump for RDEPEND propagation

Package-Manager: Portage-2.3.18, Repoman-2.3.6

 dev-perl/Quota/{Quota-1.7.2.ebuild => Quota-1.7.2-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Quota/Quota-1.7.2.ebuild 
b/dev-perl/Quota/Quota-1.7.2-r1.ebuild
similarity index 96%
rename from dev-perl/Quota/Quota-1.7.2.ebuild
rename to dev-perl/Quota/Quota-1.7.2-r1.ebuild
index 74a17df08e4..bb9aaf14817 100644
--- a/dev-perl/Quota/Quota-1.7.2.ebuild
+++ b/dev-perl/Quota/Quota-1.7.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Quota/

2018-01-23 Thread Kent Fredric
commit: f77afa38d6f043304e1713d6a121b59539c0a4fe
Author: Marcel Greter  ocbnet  ch>
AuthorDate: Sat Jan 13 03:57:10 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Jan 24 04:40:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f77afa38

dev-perl/Quota: Fix linkage against libtirpc bug #644420

- add dependency to libtirpc
- add minimal test case

Closes: https://bugs.gentoo.org/644420
Closes: https://github.com/gentoo/gentoo/pull/6845

 dev-perl/Quota/Quota-1.7.2.ebuild | 15 ++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/dev-perl/Quota/Quota-1.7.2.ebuild 
b/dev-perl/Quota/Quota-1.7.2.ebuild
index 7e107a67f8f..74a17df08e4 100644
--- a/dev-perl/Quota/Quota-1.7.2.ebuild
+++ b/dev-perl/Quota/Quota-1.7.2.ebuild
@@ -14,6 +14,7 @@ IUSE=""
 
 RDEPEND="
sys-fs/quota[rpc]
+   net-libs/libtirpc
 "
 DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
@@ -24,8 +25,20 @@ DIST_TEST=skip
 
 src_prepare() {
default
-   export mymake="OPTIMIZE=$($(tc-getPKG_CONFIG) --cflags libtirpc)"
+   export mymake="INC=$($(tc-getPKG_CONFIG) --cflags libtirpc) 
OTHERLDFLAGS=$($(tc-getPKG_CONFIG) --libs libtirpc)"
 
# disable AFS completely for now, need somebody who can really test it
sed -i -e 's|-d "/afs"|0|' Makefile.PL || die "sed failed"
 }
+
+src_test() {
+   ebegin "Compile testing Quota ${PV}"
+   perl -Mblib="${S}" -M"Quota ${PV} ()" -e1
+   if ! eend $?; then
+   echo
+   eerror "One or more modules failed compile:";
+   eerror "  Quota ${PV}"
+   die "Failing due to module compilation errors";
+   fi
+   perl-module_src_test
+}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Quota/

2017-11-01 Thread Andreas Hüttel
commit: 1259579a303b3397efa95e9868c02d17d601d524
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Nov  1 21:18:30 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Wed Nov  1 21:18:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1259579a

dev-perl/Quota: Fix build with glibc-2.26, bug 630568

Not sure if this is complete though... it compiles, but does it run?

Closes: https://bugs.gentoo.org/630568
Package-Manager: Portage-2.3.13, Repoman-2.3.4

 dev-perl/Quota/Quota-1.7.2.ebuild | 13 +
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/dev-perl/Quota/Quota-1.7.2.ebuild 
b/dev-perl/Quota/Quota-1.7.2.ebuild
index 9b1c897be01..7e107a67f8f 100644
--- a/dev-perl/Quota/Quota-1.7.2.ebuild
+++ b/dev-perl/Quota/Quota-1.7.2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 DIST_AUTHOR=TOMZO
-inherit perl-module
+inherit perl-module toolchain-funcs flag-o-matic
 
 DESCRIPTION="Perl interface to file system quotas"
 
@@ -12,14 +12,19 @@ SLOT="0"
 KEYWORDS="~amd64"
 IUSE=""
 
-RDEPEND=""
-DEPEND="virtual/perl-ExtUtils-MakeMaker"
+RDEPEND="
+   sys-fs/quota[rpc]
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+"
 
 # Tests need real FS access/root permissions and are interactive
 DIST_TEST=skip
 
 src_prepare() {
default
+   export mymake="OPTIMIZE=$($(tc-getPKG_CONFIG) --cflags libtirpc)"
 
# disable AFS completely for now, need somebody who can really test it
sed -i -e 's|-d "/afs"|0|' Makefile.PL || die "sed failed"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Quota/

2017-09-18 Thread Kent Fredric
commit: 654d9b64a8ddd2b5ed21c953f5bcbd6f251ea508
Author: Kent Fredric  gentoo  org>
AuthorDate: Mon Sep 18 16:38:12 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Mon Sep 18 16:49:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=654d9b64

dev-perl/Quota: fix mixed metadata.xml indentation

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/Quota/metadata.xml | 22 +++---
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/dev-perl/Quota/metadata.xml b/dev-perl/Quota/metadata.xml
index ad078d878cd..959339cb91d 100644
--- a/dev-perl/Quota/metadata.xml
+++ b/dev-perl/Quota/metadata.xml
@@ -1,20 +1,20 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   c.affol...@purplehaze.ch
-   Christian Affolter
-   Maintainer
-   
-   
-   dev-z...@gentoo.org
-   Proxy maintainer
-   
-   
+  
+c.affol...@purplehaze.ch
+Christian Affolter
+Maintainer
+  
+  
+dev-z...@gentoo.org
+Proxy maintainer
+  
+  
 proxy-ma...@gentoo.org
 Proxy Maintainers
   
-   The Quota module provides access to file system 
quotas. The quotactl system call or ioctl is used to query or set quotas on the 
local host, or queries are submitted via RPC to a remote host. Mount tables can 
be parsed with getmntent and paths can be translated to device files (or 
whatever the actual quotactl implementations needs as argument) of the 
according file system.
+  The Quota module provides access to file system quotas. The 
quotactl system call or ioctl is used to query or set quotas on the local host, 
or queries are submitted via RPC to a remote host. Mount tables can be parsed 
with getmntent and paths can be translated to device files (or whatever the 
actual quotactl implementations needs as argument) of the according file 
system.
   
 Quota
 Quota



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Quota/

2017-09-10 Thread Patrice Clement
commit: 92ba4aa75be76ff8e3bedb6da5e23addfd09c1c1
Author: Christian Affolter  purplehaze  ch>
AuthorDate: Sun Sep 10 16:48:38 2017 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Sep 10 20:48:04 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92ba4aa7

dev-perl/Quota: update maintainer email address.

Closes: https://github.com/gentoo/gentoo/pull/5679

 dev-perl/Quota/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Quota/metadata.xml b/dev-perl/Quota/metadata.xml
index b984ab15c78..ad078d878cd 100644
--- a/dev-perl/Quota/metadata.xml
+++ b/dev-perl/Quota/metadata.xml
@@ -2,7 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 

-   c.affol...@stepping-stone.ch
+   c.affol...@purplehaze.ch
Christian Affolter
Maintainer




[gentoo-commits] repo/gentoo:master commit in: dev-perl/Quota/

2017-05-20 Thread Kent Fredric
commit: dbccb2149ce7842371d762e8a149dca0d07d0215
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat May 20 23:04:13 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat May 20 23:04:51 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbccb214

dev-perl/Quota: Remove old

This version hasn't compiled since kernel 4.x

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-perl/Quota/Manifest   |  1 -
 dev-perl/Quota/Quota-1.7.0.ebuild | 24 
 2 files changed, 25 deletions(-)

diff --git a/dev-perl/Quota/Manifest b/dev-perl/Quota/Manifest
index c575ace4c47..455ff0120dd 100644
--- a/dev-perl/Quota/Manifest
+++ b/dev-perl/Quota/Manifest
@@ -1,2 +1 @@
-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.7.0.ebuild 
b/dev-perl/Quota/Quota-1.7.0.ebuild
deleted file mode 100644
index 855dfcaadd8..000
--- a/dev-perl/Quota/Quota-1.7.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=TOMZO
-inherit perl-module
-
-DESCRIPTION="Quota - Perl interface to file system quotas"
-
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-# Tests need real FS access/root permissions and are interactive
-SRC_TEST="skip"
-
-src_prepare() {
-   # disable AFS completely for now, need somebody who can really test it
-   sed -i -e 's|-d "/afs"|0|' Makefile.PL || die "sed failed"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Quota/

2016-04-30 Thread Andreas Hüttel
commit: df743489f034603f7656e8e12175890ddf23e0d2
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Apr 30 21:28:25 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Apr 30 21:28:49 2016 +
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"
 }



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Quota/

2015-10-29 Thread Ian Delaney
commit: 0bcbfd94a25179df5ff1395d0b915cdb5c4ad66a
Author: Ian Delaney  gentoo  org>
AuthorDate: Thu Oct 29 14:07:40 2015 +
Commit: Ian Delaney  gentoo  org>
CommitDate: Thu Oct 29 16:11:43 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bcbfd94

dev-perl/Quota: update maintainer's email address in metadata

Package-Manager: portage-2.2.23

 dev-perl/Quota/metadata.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-perl/Quota/metadata.xml b/dev-perl/Quota/metadata.xml
index 83d1dd4..fd3d3c6 100644
--- a/dev-perl/Quota/metadata.xml
+++ b/dev-perl/Quota/metadata.xml
@@ -3,7 +3,8 @@
 
proxy-maintainers

-   christian.affol...@stepping-stone.ch
+   c.affol...@stepping-stone.ch
+   Christian Affolter
Maintainer