[arch-commits] Commit in perl-mixin-linewise/repos/community-any (PKGBUILD PKGBUILD)

Sébastien Luttringer seblu at nymeria.archlinux.org
Mon Dec 23 00:34:35 UTC 2013


    Date: Monday, December 23, 2013 @ 01:34:35
  Author: seblu
Revision: 102864

archrelease: copy trunk to community-any

Added:
  perl-mixin-linewise/repos/community-any/PKGBUILD
    (from rev 102863, perl-mixin-linewise/trunk/PKGBUILD)
Deleted:
  perl-mixin-linewise/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-23 00:34:20 UTC (rev 102863)
+++ PKGBUILD	2013-12-23 00:34:35 UTC (rev 102864)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=perl-mixin-linewise
-pkgver=0.102
-pkgrel=1
-pkgdesc='Perl Mixin::Linewise module - write your linewise code for handles'
-arch=('any')
-url='http://search.cpan.org/~rjbs/Mixin-Linewise/'
-license=('GPL' 'PerlArtistic')
-depends=('perl-io-string' 'perl-sub-exporter')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Mixin-Linewise-$pkgver.tar.gz")
-md5sums=('f441e865d53720acc9367ecf1328134d')
-
-build() {
-  cd Mixin-Linewise-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Mixin-Linewise-$pkgver
-  make test
-}
-
-package() {
-  cd Mixin-Linewise-$pkgver
-  make install DESTDIR="$pkgdir/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: perl-mixin-linewise/repos/community-any/PKGBUILD (from rev 102863, perl-mixin-linewise/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-12-23 00:34:35 UTC (rev 102864)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=perl-mixin-linewise
+pkgver=0.104
+pkgrel=1
+pkgdesc='Perl Mixin::Linewise module - write your linewise code for handles'
+arch=('any')
+url='http://search.cpan.org/~rjbs/Mixin-Linewise/'
+license=('GPL' 'PerlArtistic')
+depends=('perl-io-string' 'perl-sub-exporter')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Mixin-Linewise-$pkgver.tar.gz")
+md5sums=('475e272a831fe323fcdc5f9e7b5a5983')
+
+build() {
+  cd Mixin-Linewise-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Mixin-Linewise-$pkgver
+  make test
+}
+
+package() {
+  cd Mixin-Linewise-$pkgver
+  make install DESTDIR="$pkgdir/"
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list