[arch-commits] Commit in perl-filesys-df/trunk (PKGBUILD)

2020-06-21 Thread Evangelos Foutras via arch-commits
Date: Sunday, June 21, 2020 @ 16:02:34
  Author: foutrelis
Revision: 649566

upgpkg: perl-filesys-df 0.92-11: Perl 5.32 rebuild

Modified:
  perl-filesys-df/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-21 16:02:31 UTC (rev 649565)
+++ PKGBUILD2020-06-21 16:02:34 UTC (rev 649566)
@@ -6,7 +6,7 @@
 _perl_namespace=Filesys
 _perl_module=Df
 pkgver=0.92
-pkgrel=10
+pkgrel=11
 pkgdesc="Perl extension for filesystem disk space information"
 arch=('x86_64')
 url="https://metacpan.org/release/${_perl_namespace}-${_perl_module};


[arch-commits] Commit in perl-filesys-df/trunk (PKGBUILD)

2019-06-01 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 1, 2019 @ 14:34:32
  Author: foutrelis
Revision: 476514

Perl 5.30 rebuild

Modified:
  perl-filesys-df/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-01 14:34:22 UTC (rev 476513)
+++ PKGBUILD2019-06-01 14:34:32 UTC (rev 476514)
@@ -6,7 +6,7 @@
 _perl_namespace=Filesys
 _perl_module=Df
 pkgver=0.92
-pkgrel=9
+pkgrel=10
 pkgdesc="Perl extension for filesystem disk space information"
 arch=('x86_64')
 url="https://metacpan.org/release/${_perl_namespace}-${_perl_module};


[arch-commits] Commit in perl-filesys-df/trunk (PKGBUILD)

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 12:02:57
  Author: foutrelis
Revision: 470585

Perl 5.30 rebuild

Modified:
  perl-filesys-df/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-25 12:02:53 UTC (rev 470584)
+++ PKGBUILD2019-05-25 12:02:57 UTC (rev 470585)
@@ -6,7 +6,7 @@
 _perl_namespace=Filesys
 _perl_module=Df
 pkgver=0.92
-pkgrel=8
+pkgrel=9
 pkgdesc="Perl extension for filesystem disk space information"
 arch=('x86_64')
 url="https://metacpan.org/release/${_perl_namespace}-${_perl_module};


[arch-commits] Commit in perl-filesys-df/trunk (PKGBUILD)

2018-08-01 Thread Evangelos Foutras via arch-commits
Date: Wednesday, August 1, 2018 @ 12:16:05
  Author: foutrelis
Revision: 366718

Perl 5.28 rebuild

Modified:
  perl-filesys-df/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-01 12:15:57 UTC (rev 366717)
+++ PKGBUILD2018-08-01 12:16:05 UTC (rev 366718)
@@ -7,7 +7,7 @@
 _perl_namespace=Filesys
 _perl_module=Df
 pkgver=0.92
-pkgrel=7
+pkgrel=8
 pkgdesc="Perl extension for filesystem disk space information"
 arch=('x86_64')
 url="https://metacpan.org/release/${_perl_namespace}-${_perl_module};


[arch-commits] Commit in perl-filesys-df/trunk (PKGBUILD)

2018-04-01 Thread Fabio Castelli via arch-commits
Date: Sunday, April 1, 2018 @ 22:22:37
  Author: muflone
Revision: 313761

upgpkg: perl-filesys-df 0.92-7

Modified:
  perl-filesys-df/trunk/PKGBUILD

--+
 PKGBUILD |9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-01 22:16:40 UTC (rev 313760)
+++ PKGBUILD2018-04-01 22:22:37 UTC (rev 313761)
@@ -7,7 +7,7 @@
 _perl_namespace=Filesys
 _perl_module=Df
 pkgver=0.92
-pkgrel=6
+pkgrel=7
 pkgdesc="Perl extension for filesystem disk space information"
 arch=('x86_64')
 url="https://metacpan.org/release/${_perl_namespace}-${_perl_module};
@@ -19,6 +19,8 @@
 
 build() {
   cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
   perl Makefile.PL
   make
 }
@@ -25,10 +27,13 @@
 
 check() {
   cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1
   make test
 }
 
 package() {
   cd "${_perl_namespace}-${_perl_module}-${pkgver}"
-  make pure_install DESTDIR="${pkgdir}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  make pure_install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
 }


[arch-commits] Commit in perl-filesys-df/trunk (PKGBUILD)

2018-03-31 Thread Fabio Castelli via arch-commits
Date: Sunday, April 1, 2018 @ 01:44:33
  Author: muflone
Revision: 313682

upgpkg: perl-filesys-df 0.92-6

Modified:
  perl-filesys-df/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-01 01:41:48 UTC (rev 313681)
+++ PKGBUILD2018-04-01 01:44:33 UTC (rev 313682)
@@ -10,7 +10,7 @@
 pkgrel=6
 pkgdesc="Perl extension for filesystem disk space information"
 arch=('x86_64')
-url="https://metacpan.org/release/${_perl_module};
+url="https://metacpan.org/release/${_perl_namespace}-${_perl_module};
 license=('PerlArtistic' 'GPL')
 depends=('perl')
 
source=("https://www.cpan.org/modules/by-module/${_perl_namespace}/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz;)


[arch-commits] Commit in perl-filesys-df/trunk (PKGBUILD)

2018-03-31 Thread Fabio Castelli via arch-commits
Date: Sunday, April 1, 2018 @ 01:41:10
  Author: muflone
Revision: 313680

upgpkg: perl-filesys-df 0.92-6

Modified:
  perl-filesys-df/trunk/PKGBUILD

--+
 PKGBUILD |   13 +++--
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-01 01:24:50 UTC (rev 313679)
+++ PKGBUILD2018-04-01 01:41:10 UTC (rev 313680)
@@ -4,30 +4,31 @@
 # Contributor: der_FeniX 
 
 pkgname=perl-filesys-df
-_perl_module=Filesys-Df
+_perl_namespace=Filesys
+_perl_module=Df
 pkgver=0.92
-pkgrel=5
+pkgrel=6
 pkgdesc="Perl extension for filesystem disk space information"
 arch=('x86_64')
 url="https://metacpan.org/release/${_perl_module};
 license=('PerlArtistic' 'GPL')
 depends=('perl')
-source=("https://cpan.metacpan.org/authors/id/I/IG/IGUTHRIE/${_perl_module}-${pkgver}.tar.gz;)
+source=("https://www.cpan.org/modules/by-module/${_perl_namespace}/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz;)
 sha256sums=('fe89cbb427e0e05f1cd97c2dd6d3866ac6b21bc7a85734ede159bdc35479552a')
 options=('!emptydirs')
 
 build() {
-  cd "${_perl_module}-${pkgver}"
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
   perl Makefile.PL
   make
 }
 
 check() {
-  cd "${_perl_module}-${pkgver}"
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
   make test
 }
 
 package() {
-  cd "${_perl_module}-${pkgver}"
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
   make pure_install DESTDIR="${pkgdir}"
 }


[arch-commits] Commit in perl-filesys-df/trunk (PKGBUILD)

2018-03-31 Thread Fabio Castelli via arch-commits
Date: Sunday, April 1, 2018 @ 01:08:59
  Author: muflone
Revision: 313674

upgpkg: perl-filesys-df 0.92-5

Modified:
  perl-filesys-df/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-01 01:05:40 UTC (rev 313673)
+++ PKGBUILD2018-04-01 01:08:59 UTC (rev 313674)
@@ -17,17 +17,17 @@
 options=('!emptydirs')
 
 build() {
-   cd "${_perl_module}-${pkgver}"
-   perl Makefile.PL
-   make
+  cd "${_perl_module}-${pkgver}"
+  perl Makefile.PL
+  make
 }
 
 check() {
-   cd "${_perl_module}-${pkgver}"
-   make test
+  cd "${_perl_module}-${pkgver}"
+  make test
 }
 
 package() {
-   cd "${_perl_module}-${pkgver}"
-   make pure_install DESTDIR="${pkgdir}"
+  cd "${_perl_module}-${pkgver}"
+  make pure_install DESTDIR="${pkgdir}"
 }


[arch-commits] Commit in perl-filesys-df/trunk (PKGBUILD)

2018-03-31 Thread Fabio Castelli via arch-commits
Date: Sunday, April 1, 2018 @ 01:05:03
  Author: muflone
Revision: 313672

upgpkg: perl-filesys-df 0.92-5

Modified:
  perl-filesys-df/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-01 01:02:12 UTC (rev 313671)
+++ PKGBUILD2018-04-01 01:05:03 UTC (rev 313672)
@@ -10,7 +10,7 @@
 pkgdesc="Perl extension for filesystem disk space information"
 arch=('x86_64')
 url="https://metacpan.org/release/${_perl_module};
-license=('GPL3')
+license=('PerlArtistic' 'GPL')
 depends=('perl')
 
source=("https://cpan.metacpan.org/authors/id/I/IG/IGUTHRIE/${_perl_module}-${pkgver}.tar.gz;)
 sha256sums=('fe89cbb427e0e05f1cd97c2dd6d3866ac6b21bc7a85734ede159bdc35479552a')


[arch-commits] Commit in perl-filesys-df/trunk (PKGBUILD)

2018-03-31 Thread Fabio Castelli via arch-commits
Date: Sunday, April 1, 2018 @ 01:01:26
  Author: muflone
Revision: 313670

upgpkg: perl-filesys-df 0.92-5

Modified:
  perl-filesys-df/trunk/PKGBUILD

--+
 PKGBUILD |7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-01 00:36:56 UTC (rev 313669)
+++ PKGBUILD2018-04-01 01:01:26 UTC (rev 313670)
@@ -6,7 +6,7 @@
 pkgname=perl-filesys-df
 _perl_module=Filesys-Df
 pkgver=0.92
-pkgrel=4
+pkgrel=5
 pkgdesc="Perl extension for filesystem disk space information"
 arch=('x86_64')
 url="https://metacpan.org/release/${_perl_module};
@@ -22,6 +22,11 @@
make
 }
 
+check() {
+   cd "${_perl_module}-${pkgver}"
+   make test
+}
+
 package() {
cd "${_perl_module}-${pkgver}"
make pure_install DESTDIR="${pkgdir}"


[arch-commits] Commit in perl-filesys-df/trunk (PKGBUILD)

2018-03-31 Thread Fabio Castelli via arch-commits
Date: Sunday, April 1, 2018 @ 00:36:13
  Author: muflone
Revision: 313668

upgpkg: perl-filesys-df 0.92-4

Modified:
  perl-filesys-df/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-01 00:36:06 UTC (rev 313667)
+++ PKGBUILD2018-04-01 00:36:13 UTC (rev 313668)
@@ -1,4 +1,4 @@
-# $Id
+# $Id$
 # Maintainer: Muflone http://www.muflone.com/contacts/english/
 # Contributor: Ian Guthrie 
 # Contributor: der_FeniX