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

Sébastien Luttringer seblu at nymeria.archlinux.org
Sun Nov 3 17:43:01 UTC 2013


    Date: Sunday, November 3, 2013 @ 18:43:01
  Author: seblu
Revision: 100406

archrelease: copy trunk to community-any

Added:
  perl-mixin-linewise/repos/community-any/PKGBUILD
    (from rev 100405, 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-11-03 17:42:52 UTC (rev 100405)
+++ PKGBUILD	2013-11-03 17:43:01 UTC (rev 100406)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=perl-mixin-linewise
-pkgver=0.004
-pkgrel=1
-pkgdesc='Perl Mixin::Linewise module - write your linewise code for handles'
-arch=('any')
-url='http://search.cpan.org/~rjbs/Mixin-Linewise-0.003/'
-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=('bd79936157ed8930e74b9fcfb223525f')
-
-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 100405, perl-mixin-linewise/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-11-03 17:43:01 UTC (rev 100406)
@@ -0,0 +1,32 @@
+# $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:




More information about the arch-commits mailing list