[arch-commits] Commit in perl-package-stash-xs/repos (4 files)
Jonathan Steel
jsteel at nymeria.archlinux.org
Tue Jul 16 19:26:22 UTC 2013
Date: Tuesday, July 16, 2013 @ 21:26:21
Author: jsteel
Revision: 94211
archrelease: copy trunk to community-i686, community-x86_64
Added:
perl-package-stash-xs/repos/community-i686/PKGBUILD
(from rev 94210, perl-package-stash-xs/trunk/PKGBUILD)
perl-package-stash-xs/repos/community-x86_64/PKGBUILD
(from rev 94210, perl-package-stash-xs/trunk/PKGBUILD)
Deleted:
perl-package-stash-xs/repos/community-i686/PKGBUILD
perl-package-stash-xs/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 92 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 48 ----------------------
community-x86_64/PKGBUILD | 48 ----------------------
3 files changed, 92 insertions(+), 96 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2013-07-16 19:26:01 UTC (rev 94210)
+++ community-i686/PKGBUILD 2013-07-16 19:26:21 UTC (rev 94211)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel <mail at jsteel.org>
-# Contributor: Justin Davis <jrcd83 at gmail.com>
-
-pkgname=perl-package-stash-xs
-pkgver=0.26
-pkgrel=2
-pkgdesc="Faster and more correct implementation of the Package::Stash API"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/Package-Stash-XS"
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-makedepends=('perl-extutils-makemaker')
-checkdepends=('perl-test-fatal' 'perl-test-simple' 'perl-test-requires')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/D/DO/DOY/Package-Stash-XS-${pkgver}.tar.gz")
-md5sums=('33b07af6344d4a16ecd4e9ae3fa48984')
-
-build() {
- ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
- PERL_AUTOINSTALL=--skipdeps \
- PERL_MM_OPT="INSTALLDIRS=vendor" \
- PERL_MB_OPT="--installdirs vendor" \
- MODULEBUILDRC=/dev/null
-
- cd Package-Stash-XS-${pkgver}
- /usr/bin/perl Makefile.PL
- make
- )
-}
-
-check() {
- ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
- cd Package-Stash-XS-${pkgver}
- make test
- )
-}
-
-package() {
- cd Package-Stash-XS-${pkgver}
- make DESTDIR="$pkgdir" install
-}
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:
Copied: perl-package-stash-xs/repos/community-i686/PKGBUILD (from rev 94210, perl-package-stash-xs/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-16 19:26:21 UTC (rev 94211)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jonathan Steel <mail at jsteel.org>
+# Contributor: Justin Davis <jrcd83 at gmail.com>
+
+pkgname=perl-package-stash-xs
+pkgver=0.28
+pkgrel=1
+pkgdesc="Faster and more correct implementation of the Package::Stash API"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/Package-Stash-XS"
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+makedepends=('perl-extutils-makemaker')
+checkdepends=('perl-test-fatal' 'perl-test-simple' 'perl-test-requires')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/D/DO/DOY/Package-Stash-XS-$pkgver.tar.gz)
+md5sums=('9664356ec3be02626cbd3081ec246b70')
+
+build() {
+ ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+ PERL_AUTOINSTALL=--skipdeps \
+ PERL_MM_OPT="INSTALLDIRS=vendor" \
+ PERL_MB_OPT="--installdirs vendor" \
+ MODULEBUILDRC=/dev/null
+
+ cd Package-Stash-XS-${pkgver}
+
+ /usr/bin/perl Makefile.PL
+
+ make
+ )
+}
+
+check() {
+ ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+ cd Package-Stash-XS-${pkgver}
+
+ make test
+ )
+}
+
+package() {
+ cd Package-Stash-XS-${pkgver}
+
+ make DESTDIR="$pkgdir"/ install
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2013-07-16 19:26:01 UTC (rev 94210)
+++ community-x86_64/PKGBUILD 2013-07-16 19:26:21 UTC (rev 94211)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel <mail at jsteel.org>
-# Contributor: Justin Davis <jrcd83 at gmail.com>
-
-pkgname=perl-package-stash-xs
-pkgver=0.26
-pkgrel=2
-pkgdesc="Faster and more correct implementation of the Package::Stash API"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/Package-Stash-XS"
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-makedepends=('perl-extutils-makemaker')
-checkdepends=('perl-test-fatal' 'perl-test-simple' 'perl-test-requires')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/D/DO/DOY/Package-Stash-XS-${pkgver}.tar.gz")
-md5sums=('33b07af6344d4a16ecd4e9ae3fa48984')
-
-build() {
- ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
- PERL_AUTOINSTALL=--skipdeps \
- PERL_MM_OPT="INSTALLDIRS=vendor" \
- PERL_MB_OPT="--installdirs vendor" \
- MODULEBUILDRC=/dev/null
-
- cd Package-Stash-XS-${pkgver}
- /usr/bin/perl Makefile.PL
- make
- )
-}
-
-check() {
- ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
- cd Package-Stash-XS-${pkgver}
- make test
- )
-}
-
-package() {
- cd Package-Stash-XS-${pkgver}
- make DESTDIR="$pkgdir" install
-}
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:
Copied: perl-package-stash-xs/repos/community-x86_64/PKGBUILD (from rev 94210, perl-package-stash-xs/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2013-07-16 19:26:21 UTC (rev 94211)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jonathan Steel <mail at jsteel.org>
+# Contributor: Justin Davis <jrcd83 at gmail.com>
+
+pkgname=perl-package-stash-xs
+pkgver=0.28
+pkgrel=1
+pkgdesc="Faster and more correct implementation of the Package::Stash API"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/Package-Stash-XS"
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+makedepends=('perl-extutils-makemaker')
+checkdepends=('perl-test-fatal' 'perl-test-simple' 'perl-test-requires')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/D/DO/DOY/Package-Stash-XS-$pkgver.tar.gz)
+md5sums=('9664356ec3be02626cbd3081ec246b70')
+
+build() {
+ ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+ PERL_AUTOINSTALL=--skipdeps \
+ PERL_MM_OPT="INSTALLDIRS=vendor" \
+ PERL_MB_OPT="--installdirs vendor" \
+ MODULEBUILDRC=/dev/null
+
+ cd Package-Stash-XS-${pkgver}
+
+ /usr/bin/perl Makefile.PL
+
+ make
+ )
+}
+
+check() {
+ ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+ cd Package-Stash-XS-${pkgver}
+
+ make test
+ )
+}
+
+package() {
+ cd Package-Stash-XS-${pkgver}
+
+ make DESTDIR="$pkgdir"/ install
+}
More information about the arch-commits
mailing list