[arch-commits] Commit in perl-lingua-en-numbers-ordinate/repos/community-any (2 files)

Sergej Pupykin spupykin at nymeria.archlinux.org
Tue Jul 1 14:09:52 UTC 2014


    Date: Tuesday, July 1, 2014 @ 16:09:52
  Author: spupykin
Revision: 114241

archrelease: copy trunk to community-any

Added:
  perl-lingua-en-numbers-ordinate/repos/community-any/PKGBUILD
    (from rev 114240, perl-lingua-en-numbers-ordinate/trunk/PKGBUILD)
Deleted:
  perl-lingua-en-numbers-ordinate/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++++-------------------------
 1 file changed, 29 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-01 14:09:44 UTC (rev 114240)
+++ PKGBUILD	2014-07-01 14:09:52 UTC (rev 114241)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Allan McRae <mcrae_allan at hotmail.com>
-# Contributor: François Charette <firmicus ατ gmx δοτ net>
-
-pkgname=perl-lingua-en-numbers-ordinate
-pkgver=1.02
-pkgrel=4
-pkgdesc="Go from cardinal (53) to ordinal (53rd)"
-arch=('any')
-url="http://search.cpan.org/dist/Lingua-EN-Numbers-Ordinate"
-license=('GPL' 'PerlArtistic')
-depends=('perl>=5.10.0')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/S/SB/SBURKE/Lingua-EN-Numbers-Ordinate-$pkgver.tar.gz)
-md5sums=('e92078fafd9108a137972c4e9bae9e99')
-
-build() {
-  cd  $srcdir/Lingua-EN-Numbers-Ordinate-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-lingua-en-numbers-ordinate/repos/community-any/PKGBUILD (from rev 114240, perl-lingua-en-numbers-ordinate/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-07-01 14:09:52 UTC (rev 114241)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Allan McRae <mcrae_allan at hotmail.com>
+# Contributor: François Charette <firmicus ατ gmx δοτ net>
+
+pkgname=perl-lingua-en-numbers-ordinate
+pkgver=1.02
+pkgrel=5
+pkgdesc="Go from cardinal (53) to ordinal (53rd)"
+arch=('any')
+url="http://search.cpan.org/dist/Lingua-EN-Numbers-Ordinate"
+license=('GPL' 'PerlArtistic')
+depends=('perl>=5.10.0')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/S/SB/SBURKE/Lingua-EN-Numbers-Ordinate-$pkgver.tar.gz)
+md5sums=('e92078fafd9108a137972c4e9bae9e99')
+
+build() {
+  cd  $srcdir/Lingua-EN-Numbers-Ordinate-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/Lingua-EN-Numbers-Ordinate-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}




More information about the arch-commits mailing list