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

Fabio Castelli muflone at archlinux.org
Sun Apr 1 01:55:05 UTC 2018


    Date: Sunday, April 1, 2018 @ 01:55:04
  Author: muflone
Revision: 313685

archrelease: copy trunk to community-testing-x86_64

Added:
  perl-data-uuid/repos/community-testing-x86_64/PKGBUILD
    (from rev 313684, perl-data-uuid/trunk/PKGBUILD)
Deleted:
  perl-data-uuid/repos/community-testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-01 01:52:45 UTC (rev 313684)
+++ PKGBUILD	2018-04-01 01:55:04 UTC (rev 313685)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-
-pkgname=perl-data-uuid
-_perl_module=Data-UUID
-pkgver=1.221
-pkgrel=2
-pkgdesc="Globally/Universally Unique Identifiers (GUIDs/UUIDs)"
-arch=('x86_64')
-url="https://metacpan.org/release/${_perl_module}"
-license=('BSD')
-depends=('perl')
-source=("http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/${_perl_module}-${pkgver}.tar.gz")
-sha256sums=('3cc7b2a3a7b74b45a059e013f7fd878078500ea4b7269036f84556b022078667')
-options=('!emptydirs')
-
-build() {
-  cd "${_perl_module}-${pkgver}"
-  perl Makefile.PL
-  make
-}
-
-check() {
-  cd "${_perl_module}-${pkgver}"
-  make test
-}
-
-package() {
-  cd "${_perl_module}-${pkgver}"
-  make pure_install DESTDIR="${pkgdir}"
-  # Install license file
-  install -m 755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -m 644 -t "${pkgdir}/usr/share/licenses/${pkgname}" "LICENSE"
-}

Copied: perl-data-uuid/repos/community-testing-x86_64/PKGBUILD (from rev 313684, perl-data-uuid/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-01 01:55:04 UTC (rev 313685)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+
+pkgname=perl-data-uuid
+_perl_namespace=Data
+_perl_module=UUID
+pkgver=1.221
+pkgrel=3
+pkgdesc="Globally/Universally Unique Identifiers (GUIDs/UUIDs)"
+arch=('x86_64')
+url="https://metacpan.org/release/${_perl_namespace}-${_perl_module}"
+license=('BSD')
+depends=('perl')
+source=("https://www.cpan.org/modules/by-module/${_perl_namespace}/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz")
+sha256sums=('3cc7b2a3a7b74b45a059e013f7fd878078500ea4b7269036f84556b022078667')
+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}"
+  # Install license file
+  install -m 755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m 644 -t "${pkgdir}/usr/share/licenses/${pkgname}" "LICENSE"
+}



More information about the arch-commits mailing list