[arch-commits] Commit in perl-unicode-stringprep/repos/community-any (2 files)
Sergej Pupykin
spupykin at nymeria.archlinux.org
Tue Jul 1 14:33:47 UTC 2014
Date: Tuesday, July 1, 2014 @ 16:33:47
Author: spupykin
Revision: 114317
archrelease: copy trunk to community-any
Added:
perl-unicode-stringprep/repos/community-any/PKGBUILD
(from rev 114316, perl-unicode-stringprep/trunk/PKGBUILD)
Deleted:
perl-unicode-stringprep/repos/community-any/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2014-07-01 14:33:38 UTC (rev 114316)
+++ PKGBUILD 2014-07-01 14:33:47 UTC (rev 114317)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=perl-unicode-stringprep
-pkgver=1.104.0
-_pkgver=1.104
-pkgrel=1
-pkgdesc="Preparation of Internationalized Strings (RFC 3454)"
-arch=('any')
-url="http://search.cpan.org/dist/Unicode-Stringprep/"
-license=('GPL' 'PerlArtistic')
-depends=('perl')
-makedepends=('perl-test-nowarnings')
-provides=("perl-unicode-stringprep-bidi=$pkgver" "perl-unicode-stringprep-mapping=$pkgver"
- "perl-unicode-stringprep-prohibited=$pkgver" "perl-unicode-stringprep-unassigned=$pkgver")
-options=(!emptydirs)
-source=("http://search.cpan.org/CPAN/authors/id/C/CF/CFAERBER/Unicode-Stringprep-${_pkgver}.tar.gz")
-md5sums=('cd19b39c9d3dd7caf6db4b2bf3464a72')
-
-build() {
- local _dir=$(find $srcdir -maxdepth 2 -type f -name 'Makefile.PL')
- cd $(dirname "$_dir")
- PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
- make
-}
-
-package() {
- local _dir=$(find $srcdir -maxdepth 2 -type f -name 'Makefile.PL')
- cd $(dirname "$_dir")
- make install DESTDIR="${pkgdir}"
- # remove perllocal.pod and .packlist
- find ${pkgdir} -name perllocal.pod -delete
- find ${pkgdir} -name .packlist -delete
-}
Copied: perl-unicode-stringprep/repos/community-any/PKGBUILD (from rev 114316, perl-unicode-stringprep/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2014-07-01 14:33:47 UTC (rev 114317)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=perl-unicode-stringprep
+pkgver=1.104.0
+_pkgver=1.104
+pkgrel=2
+pkgdesc="Preparation of Internationalized Strings (RFC 3454)"
+arch=('any')
+url="http://search.cpan.org/dist/Unicode-Stringprep/"
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+makedepends=('perl-test-nowarnings')
+provides=("perl-unicode-stringprep-bidi=$pkgver" "perl-unicode-stringprep-mapping=$pkgver"
+ "perl-unicode-stringprep-prohibited=$pkgver" "perl-unicode-stringprep-unassigned=$pkgver")
+options=(!emptydirs)
+source=("http://search.cpan.org/CPAN/authors/id/C/CF/CFAERBER/Unicode-Stringprep-${_pkgver}.tar.gz")
+md5sums=('cd19b39c9d3dd7caf6db4b2bf3464a72')
+
+build() {
+ local _dir=$(find $srcdir -maxdepth 2 -type f -name 'Makefile.PL')
+ cd $(dirname "$_dir")
+ PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+package() {
+ local _dir=$(find $srcdir -maxdepth 2 -type f -name 'Makefile.PL')
+ cd $(dirname "$_dir")
+ make install DESTDIR="${pkgdir}"
+ # remove perllocal.pod and .packlist
+ find ${pkgdir} -name perllocal.pod -delete
+ find ${pkgdir} -name .packlist -delete
+}
More information about the arch-commits
mailing list