[arch-commits] Commit in perl-class-data-inheritable/repos (4 files)

Evangelos Foutras foutrelis at archlinux.org
Thu Jun 1 08:53:05 UTC 2017


    Date: Thursday, June 1, 2017 @ 08:53:03
  Author: foutrelis
Revision: 231833

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  perl-class-data-inheritable/repos/community-staging-i686/
  perl-class-data-inheritable/repos/community-staging-i686/PKGBUILD
    (from rev 231830, perl-class-data-inheritable/trunk/PKGBUILD)
  perl-class-data-inheritable/repos/community-staging-x86_64/
  perl-class-data-inheritable/repos/community-staging-x86_64/PKGBUILD
    (from rev 231831, perl-class-data-inheritable/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   27 +++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   27 +++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

Copied: perl-class-data-inheritable/repos/community-staging-i686/PKGBUILD (from rev 231830, perl-class-data-inheritable/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-06-01 08:53:03 UTC (rev 231833)
@@ -0,0 +1,27 @@
+# This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman
+# Contributor: François Charette <firmicus ατ gmx δοτ net>
+
+pkgname=perl-class-data-inheritable
+pkgver=0.08
+pkgrel=7
+pkgdesc="Inheritable, overridable class data "
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/Class-Data-Inheritable"
+license=('GPL' 'PerlArtistic')
+depends=('perl>=5.10.0')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/T/TM/TMTM/Class-Data-Inheritable-$pkgver.tar.gz) 
+md5sums=('fc0fe65926eb8fb932743559feb54eb9')
+
+build() {
+  cd  Class-Data-Inheritable-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  Class-Data-Inheritable-${pkgver}
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}

Copied: perl-class-data-inheritable/repos/community-staging-x86_64/PKGBUILD (from rev 231831, perl-class-data-inheritable/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-06-01 08:53:03 UTC (rev 231833)
@@ -0,0 +1,27 @@
+# This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman
+# Contributor: François Charette <firmicus ατ gmx δοτ net>
+
+pkgname=perl-class-data-inheritable
+pkgver=0.08
+pkgrel=7
+pkgdesc="Inheritable, overridable class data "
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/Class-Data-Inheritable"
+license=('GPL' 'PerlArtistic')
+depends=('perl>=5.10.0')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/T/TM/TMTM/Class-Data-Inheritable-$pkgver.tar.gz) 
+md5sums=('fc0fe65926eb8fb932743559feb54eb9')
+
+build() {
+  cd  Class-Data-Inheritable-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  Class-Data-Inheritable-${pkgver}
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list