Date: Friday, May 27, 2016 @ 10:02:22
  Author: bluewind
Revision: 177232

db-move: moved perl-sub-name from [community-staging] to [community-testing] 
(i686, x86_64)

Added:
  perl-sub-name/repos/community-testing-i686/
  perl-sub-name/repos/community-testing-i686/PKGBUILD
    (from rev 177231, perl-sub-name/repos/community-staging-i686/PKGBUILD)
  perl-sub-name/repos/community-testing-x86_64/
  perl-sub-name/repos/community-testing-x86_64/PKGBUILD
    (from rev 177231, perl-sub-name/repos/community-staging-x86_64/PKGBUILD)
Deleted:
  perl-sub-name/repos/community-staging-i686/
  perl-sub-name/repos/community-staging-x86_64/

-----------------------------------+
 community-testing-i686/PKGBUILD   |   33 +++++++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 2 files changed, 66 insertions(+)

Copied: perl-sub-name/repos/community-testing-i686/PKGBUILD (from rev 177231, 
perl-sub-name/repos/community-staging-i686/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD                             (rev 0)
+++ community-testing-i686/PKGBUILD     2016-05-27 08:02:22 UTC (rev 177232)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Maxwell Pray a.k.a. Synthead <[email protected]>
+# Contributor: Justin Davis <[email protected]>
+
+pkgname=perl-sub-name
+_cpanname="Sub-Name"
+pkgver=0.15
+pkgrel=2
+pkgdesc="(re)name a sub"
+arch=('i686' 'x86_64')
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+url="http://search.cpan.org/dist/$_cpanname";
+source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/$_cpanname-$pkgver.tar.gz";)
+md5sums=('9711808eae4e8b792ed9316daa2d80d4')
+
+build() {
+  cd "$srcdir/$_cpanname-$pkgver"
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "$srcdir/$_cpanname-$pkgver"
+  make test
+}
+
+package() {
+  cd "$srcdir/$_cpanname-$pkgver"
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+}

Copied: perl-sub-name/repos/community-testing-x86_64/PKGBUILD (from rev 177231, 
perl-sub-name/repos/community-staging-x86_64/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD                           (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-05-27 08:02:22 UTC (rev 177232)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Maxwell Pray a.k.a. Synthead <[email protected]>
+# Contributor: Justin Davis <[email protected]>
+
+pkgname=perl-sub-name
+_cpanname="Sub-Name"
+pkgver=0.15
+pkgrel=2
+pkgdesc="(re)name a sub"
+arch=('i686' 'x86_64')
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+url="http://search.cpan.org/dist/$_cpanname";
+source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/$_cpanname-$pkgver.tar.gz";)
+md5sums=('9711808eae4e8b792ed9316daa2d80d4')
+
+build() {
+  cd "$srcdir/$_cpanname-$pkgver"
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "$srcdir/$_cpanname-$pkgver"
+  make test
+}
+
+package() {
+  cd "$srcdir/$_cpanname-$pkgver"
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+}

Reply via email to