[arch-commits] Commit in perl-file-sharedir-install/repos/community-any (2 files)

2018-05-21 Thread Sergej Pupykin via arch-commits
Date: Monday, May 21, 2018 @ 13:42:04
  Author: spupykin
Revision: 326155

archrelease: copy trunk to community-any

Added:
  perl-file-sharedir-install/repos/community-any/PKGBUILD
(from rev 326154, perl-file-sharedir-install/trunk/PKGBUILD)
Deleted:
  perl-file-sharedir-install/repos/community-any/PKGBUILD

--+
 PKGBUILD |   64 ++---
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-21 13:41:50 UTC (rev 326154)
+++ PKGBUILD2018-05-21 13:42:04 UTC (rev 326155)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jason St. John 
-# Contributor: AUR Perl 
-
-pkgname=perl-file-sharedir-install
-pkgver=0.11
-pkgrel=3
-pkgdesc="File::ShareDir::Install - Install read-only data files from a 
distribution"
-arch=('any')
-url="http://search.cpan.org/dist/File-ShareDir-Install;
-license=('GPL' 'PerlArtistic')
-checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
-options=('!emptydirs')
-source=("http://cpan.org/modules/by-module/File/File-ShareDir-Install-${pkgver}.tar.gz;)
-md5sums=('61107e6ce6eee42bf29525b1a4d029e0')
-
-build() {
-   cd "File-ShareDir-Install-${pkgver}"
-   PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-   make
-}
-
-check() {
-   cd "File-ShareDir-Install-${pkgver}"
-   make test
-}
-
-package() {
-   cd "File-ShareDir-Install-${pkgver}"
-   make install DESTDIR="${pkgdir}"
-}

Copied: perl-file-sharedir-install/repos/community-any/PKGBUILD (from rev 
326154, perl-file-sharedir-install/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-21 13:42:04 UTC (rev 326155)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jason St. John 
+# Contributor: AUR Perl 
+
+pkgname=perl-file-sharedir-install
+pkgver=0.13
+pkgrel=1
+pkgdesc="File::ShareDir::Install - Install read-only data files from a 
distribution"
+arch=('any')
+url="http://search.cpan.org/dist/File-ShareDir-Install;
+license=('GPL' 'PerlArtistic')
+checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
+options=('!emptydirs')
+source=("http://cpan.org/modules/by-module/File/File-ShareDir-Install-${pkgver}.tar.gz;)
+sha256sums=('45befdf0d95cbefe7c25a1daf293d85f780d6d2576146546e6828aad26e580f9')
+
+build() {
+   cd "File-ShareDir-Install-${pkgver}"
+   PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+   make
+}
+
+check() {
+   cd "File-ShareDir-Install-${pkgver}"
+   make test
+}
+
+package() {
+   cd "File-ShareDir-Install-${pkgver}"
+   make install DESTDIR="${pkgdir}"
+}


[arch-commits] Commit in perl-file-sharedir-install/repos/community-any (2 files)

2016-10-12 Thread Sergej Pupykin
Date: Wednesday, October 12, 2016 @ 11:17:27
  Author: spupykin
Revision: 192040

archrelease: copy trunk to community-any

Added:
  perl-file-sharedir-install/repos/community-any/PKGBUILD
(from rev 192039, perl-file-sharedir-install/trunk/PKGBUILD)
Deleted:
  perl-file-sharedir-install/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-10-12 11:17:12 UTC (rev 192039)
+++ PKGBUILD2016-10-12 11:17:27 UTC (rev 192040)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jason St. John 
-# Contributor: AUR Perl 
-
-_perlmod=File-ShareDir-Install
-_modnamespace=File
-pkgname=perl-file-sharedir-install
-pkgver=0.10
-pkgrel=1
-pkgdesc="File::ShareDir::Install - Install read-only data files from a 
distribution"
-arch=('any')
-url="http://search.cpan.org/dist/${_perlmod};
-license=('GPL' 'PerlArtistic')
-checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
-options=('!emptydirs')
-source=("http://cpan.org/modules/by-module/${_modnamespace}/${_perlmod}-${pkgver}.tar.gz;)
-md5sums=('37fb7fa72ce7184516dd022aba62f524')
-
-build() {
-   cd "${_perlmod}-${pkgver}"
-
-   # Install module in vendor directories.
-   PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-   make
-}
-
-check() {
-   cd "${_perlmod}-${pkgver}"
-   make test
-}
-
-package() {
-   cd "${_perlmod}-${pkgver}"
-   make install DESTDIR="${pkgdir}"
-}

Copied: perl-file-sharedir-install/repos/community-any/PKGBUILD (from rev 
192039, perl-file-sharedir-install/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-10-12 11:17:27 UTC (rev 192040)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jason St. John 
+# Contributor: AUR Perl 
+
+pkgname=perl-file-sharedir-install
+pkgver=0.11
+pkgrel=1
+pkgdesc="File::ShareDir::Install - Install read-only data files from a 
distribution"
+arch=('any')
+url="http://search.cpan.org/dist/File-ShareDir-Install;
+license=('GPL' 'PerlArtistic')
+checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
+options=('!emptydirs')
+source=("http://cpan.org/modules/by-module/File/File-ShareDir-Install-${pkgver}.tar.gz;)
+md5sums=('61107e6ce6eee42bf29525b1a4d029e0')
+
+build() {
+   cd "File-ShareDir-Install-${pkgver}"
+   PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+   make
+}
+
+check() {
+   cd "File-ShareDir-Install-${pkgver}"
+   make test
+}
+
+package() {
+   cd "File-ShareDir-Install-${pkgver}"
+   make install DESTDIR="${pkgdir}"
+}