[arch-commits] Commit in perl-text-template/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Mar 9 07:29:17 UTC 2017


    Date: Thursday, March 9, 2017 @ 07:29:16
  Author: felixonmars
Revision: 215361

archrelease: copy trunk to community-any

Added:
  perl-text-template/repos/community-any/PKGBUILD
    (from rev 215360, perl-text-template/trunk/PKGBUILD)
Deleted:
  perl-text-template/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-09 07:28:50 UTC (rev 215360)
+++ PKGBUILD	2017-03-09 07:29:16 UTC (rev 215361)
@@ -1,31 +0,0 @@
-# $Id$
-# Contributor: Sébastien Luttringer <seblu at archlinux.org>
-
-pkgname=perl-text-template
-pkgver=1.46
-pkgrel=2
-pkgdesc='Expand template text with embedded perl'
-arch=('any')
-url='http://search.cpan.org/dist/Text-Template'
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/M/MJ/MJD/Text-Template-$pkgver.tar.gz")
-md5sums=('912ce180e05d99a169f20aaf4fbf8b8f')
-
-build() {
-  cd Text-Template-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Text-Template-$pkgver
-  make test
-}
-
-package() {
-  cd Text-Template-$pkgver
-  make install DESTDIR="$pkgdir/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: perl-text-template/repos/community-any/PKGBUILD (from rev 215360, perl-text-template/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-03-09 07:29:16 UTC (rev 215361)
@@ -0,0 +1,31 @@
+# $Id$
+# Contributor: Sébastien Luttringer <seblu at archlinux.org>
+
+pkgname=perl-text-template
+pkgver=1.47
+pkgrel=1
+pkgdesc='Expand template text with embedded perl'
+arch=('any')
+url='http://search.cpan.org/dist/Text-Template'
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/M/MS/MSCHOUT/Text-Template-$pkgver.tar.gz")
+md5sums=('8929caccface52375e162d200e328131')
+
+build() {
+  cd Text-Template-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Text-Template-$pkgver
+  make test
+}
+
+package() {
+  cd Text-Template-$pkgver
+  make install DESTDIR="$pkgdir/"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list