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

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

archrelease: copy trunk to community-testing-x86_64

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

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-01 22:16:02 UTC (rev 313759)
+++ PKGBUILD2018-04-01 22:16:40 UTC (rev 313760)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-
-pkgname=perl-data-uuid
-_perl_namespace=Data
-_perl_module=UUID
-pkgver=1.221
-pkgrel=4
-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}"
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  /usr/bin/perl Makefile.PL
-  make
-}
-
-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}"
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  make pure_install INSTALLDIRS=vendor 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 
313759, perl-data-uuid/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-01 22:16:40 UTC (rev 313760)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+
+pkgname=perl-data-uuid
+_perl_namespace=Data
+_perl_module=UUID
+pkgver=1.221
+pkgrel=4
+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}"
+  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
+}
+
+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}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  make pure_install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
+  # Install license file
+  install -m 755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m 644 -t "${pkgdir}/usr/share/licenses/${pkgname}" "LICENSE"
+}


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

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

archrelease: copy trunk to community-testing-x86_64

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

--+
 PKGBUILD |   75 -
 1 file changed, 40 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-01 22:13:03 UTC (rev 313757)
+++ PKGBUILD2018-04-01 22:14:10 UTC (rev 313758)
@@ -1,35 +0,0 @@
-# $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"
-}

Copied: perl-data-uuid/repos/community-testing-x86_64/PKGBUILD (from rev 
313757, perl-data-uuid/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-01 22:14:10 UTC (rev 313758)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+
+pkgname=perl-data-uuid
+_perl_namespace=Data
+_perl_module=UUID
+pkgver=1.221
+pkgrel=4
+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}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  /usr/bin/perl Makefile.PL
+  make
+}
+
+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}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  make pure_install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
+  # Install license file
+  install -m 755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -m 644 -t "${pkgdir}/usr/share/licenses/${pkgname}" "LICENSE"
+}


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

2018-03-31 Thread Fabio Castelli via arch-commits
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
===
--- PKGBUILD2018-04-01 01:52:45 UTC (rev 313684)
+++ PKGBUILD2018-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)
+++ PKGBUILD2018-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"
+}


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

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

archrelease: copy trunk to community-testing-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-01 01:24:12 UTC (rev 313678)
+++ PKGBUILD2018-04-01 01:24:50 UTC (rev 313679)
@@ -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 
313678, perl-data-uuid/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-01 01:24:50 UTC (rev 313679)
@@ -0,0 +1,34 @@
+# $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"
+}