[arch-commits] Commit in perl-io-all/repos/community-any (PKGBUILD PKGBUILD)
Sergej Pupykin
spupykin at nymeria.archlinux.org
Wed Mar 12 10:57:20 UTC 2014
Date: Wednesday, March 12, 2014 @ 11:57:20
Author: spupykin
Revision: 107088
archrelease: copy trunk to community-any
Added:
perl-io-all/repos/community-any/PKGBUILD
(from rev 107087, perl-io-all/trunk/PKGBUILD)
Deleted:
perl-io-all/repos/community-any/PKGBUILD
----------+
PKGBUILD | 89 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 45 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2014-03-12 10:57:12 UTC (rev 107087)
+++ PKGBUILD 2014-03-12 10:57:20 UTC (rev 107088)
@@ -1,44 +0,0 @@
-# Packager: Justin Davis <jrcd83 at gmail.com>
-# $Id$
-
-pkgname=perl-io-all
-pkgver=0.57
-pkgrel=1
-pkgdesc="IO::All of it to Graham and Damian!"
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=('perl>=5.6.1' 'perl-io-string>=1.08')
-url="http://search.cpan.org/dist/IO-All/"
-source=("http://search.cpan.org/CPAN/authors/id/F/FR/FREW/IO-All-${pkgver}.tar.gz")
-sha1sums=('07cc71d462fba7469f3190df839e9a3c6dd427e3')
-sha1sums=('df2d21b3443a41b5915ea09f04192b527ca44cac')
-
-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 "${srcdir}/IO-All-${pkgver}"
- perl Makefile.PL
- make
-}
-
-check() {
- export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
- cd "${srcdir}/IO-All-${pkgver}"
- make test
-}
-
-package() {
- cd "${srcdir}/IO-All-${pkgver}"
- make DESTDIR="$pkgdir" install
-}
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:
Copied: perl-io-all/repos/community-any/PKGBUILD (from rev 107087, perl-io-all/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2014-03-12 10:57:20 UTC (rev 107088)
@@ -0,0 +1,45 @@
+# Packager: Justin Davis <jrcd83 at gmail.com>
+# $Id$
+
+pkgname=perl-io-all
+pkgver=0.59
+pkgrel=1
+pkgdesc="IO::All of it to Graham and Damian!"
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl>=5.6.1' 'perl-io-string>=1.08')
+url="http://search.cpan.org/dist/IO-All/"
+source=("http://search.cpan.org/CPAN/authors/id/F/FR/FREW/IO-All-${pkgver}.tar.gz")
+sha1sums=('07cc71d462fba7469f3190df839e9a3c6dd427e3')
+sha1sums=('df2d21b3443a41b5915ea09f04192b527ca44cac')
+sha1sums=('5cef329fe8b16381eebc2159fb8868cb8a0c20c5')
+
+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 "${srcdir}/IO-All-${pkgver}"
+ perl Makefile.PL
+ make
+}
+
+check() {
+ export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+ cd "${srcdir}/IO-All-${pkgver}"
+ make test
+}
+
+package() {
+ cd "${srcdir}/IO-All-${pkgver}"
+ make DESTDIR="$pkgdir" install
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list