[arch-commits] Commit in perl-net-ip/repos/extra-any (PKGBUILD PKGBUILD)

Felix Yan fyan at nymeria.archlinux.org
Mon Jun 30 04:45:24 UTC 2014


    Date: Monday, June 30, 2014 @ 06:45:24
  Author: fyan
Revision: 215624

archrelease: copy trunk to extra-any

Added:
  perl-net-ip/repos/extra-any/PKGBUILD
    (from rev 215623, perl-net-ip/trunk/PKGBUILD)
Deleted:
  perl-net-ip/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-30 04:44:51 UTC (rev 215623)
+++ PKGBUILD	2014-06-30 04:45:24 UTC (rev 215624)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Kevin Piche <kevin at archlinux.org>
-
-pkgname=perl-net-ip
-_realname=Net-IP
-pkgver=1.26
-pkgrel=1
-pkgdesc="Perl Module:  Easy manipulation of IPv4 and IPv6 addresses"
-arch=('any')
-license=('PerlArtistic')
-url="http://search.cpan.org/dist/${_realname}/"
-depends=('perl>=5.10.0')
-options=(!emptydirs)
-source=(http://www.cpan.org/authors/id/M/MA/MANU/${_realname}-${pkgver}.tar.gz)
-md5sums=('3a98e3ac45d69ea38a63a7e678bd716d')
-
-build() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-  # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-  make test
-}
-
-package() {
-  cd "${srcdir}/${_realname}-${pkgver}"
-  make install DESTDIR="${pkgdir}"
-}

Copied: perl-net-ip/repos/extra-any/PKGBUILD (from rev 215623, perl-net-ip/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-06-30 04:45:24 UTC (rev 215624)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: Kevin Piche <kevin at archlinux.org>
+
+pkgname=perl-net-ip
+_realname=Net-IP
+pkgver=1.26
+pkgrel=2
+pkgdesc="Perl Module:  Easy manipulation of IPv4 and IPv6 addresses"
+arch=('any')
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/${_realname}/"
+depends=('perl')
+options=(!emptydirs)
+source=(http://www.cpan.org/authors/id/M/MA/MANU/${_realname}-${pkgver}.tar.gz)
+md5sums=('3a98e3ac45d69ea38a63a7e678bd716d')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  # install module in vendor directories.
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make install DESTDIR="${pkgdir}"
+}




More information about the arch-commits mailing list