[arch-commits] Commit in perl-filesys-df/repos/community-testing-x86_64 (2 files)

Fabio Castelli muflone at archlinux.org
Sun Apr 1 01:47:41 UTC 2018


    Date: Sunday, April 1, 2018 @ 01:47:40
  Author: muflone
Revision: 313683

archrelease: copy trunk to community-testing-x86_64

Added:
  perl-filesys-df/repos/community-testing-x86_64/PKGBUILD
    (from rev 313682, perl-filesys-df/trunk/PKGBUILD)
Deleted:
  perl-filesys-df/repos/community-testing-x86_64/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-01 01:44:33 UTC (rev 313682)
+++ PKGBUILD	2018-04-01 01:47:40 UTC (rev 313683)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Ian Guthrie <iguthrie [at] aol [dot] com>
-# Contributor: der_FeniX <derfenix [at] gmail [dot] com>
-
-pkgname=perl-filesys-df
-_perl_namespace=Filesys
-_perl_module=Df
-pkgver=0.92
-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://www.cpan.org/modules/by-module/${_perl_namespace}/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz")
-sha256sums=('fe89cbb427e0e05f1cd97c2dd6d3866ac6b21bc7a85734ede159bdc35479552a')
-options=('!emptydirs')
-
-build() {
-  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
-  perl Makefile.PL
-  make
-}
-
-check() {
-  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
-  make test
-}
-
-package() {
-  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
-  make pure_install DESTDIR="${pkgdir}"
-}

Copied: perl-filesys-df/repos/community-testing-x86_64/PKGBUILD (from rev 313682, perl-filesys-df/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-01 01:47:40 UTC (rev 313683)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Ian Guthrie <iguthrie [at] aol [dot] com>
+# Contributor: der_FeniX <derfenix [at] gmail [dot] com>
+
+pkgname=perl-filesys-df
+_perl_namespace=Filesys
+_perl_module=Df
+pkgver=0.92
+pkgrel=6
+pkgdesc="Perl extension for filesystem disk space information"
+arch=('x86_64')
+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")
+sha256sums=('fe89cbb427e0e05f1cd97c2dd6d3866ac6b21bc7a85734ede159bdc35479552a')
+options=('!emptydirs')
+
+build() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  make pure_install DESTDIR="${pkgdir}"
+}



More information about the arch-commits mailing list