[arch-commits] Commit in perl-sys-hostname-long/repos/extra-any (PKGBUILD PKGBUILD)

Felix Yan fyan at nymeria.archlinux.org
Mon Jun 30 04:50:11 UTC 2014


    Date: Monday, June 30, 2014 @ 06:50:11
  Author: fyan
Revision: 215630

archrelease: copy trunk to extra-any

Added:
  perl-sys-hostname-long/repos/extra-any/PKGBUILD
    (from rev 215629, perl-sys-hostname-long/trunk/PKGBUILD)
Deleted:
  perl-sys-hostname-long/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   55 ++++++++++++++++++++++++++++---------------------------
 1 file changed, 28 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-30 04:49:35 UTC (rev 215629)
+++ PKGBUILD	2014-06-30 04:50:11 UTC (rev 215630)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Dale Blount <dale at archlinux.org>
-
-pkgname=perl-sys-hostname-long
-_realname=Sys-Hostname-Long
-pkgver=1.4
-pkgrel=5
-pkgdesc="Perl module getting a full hostname"
-arch=('any')
-license=('PerlArtistic')
-url="http://search.cpan.org/dist/${_realname}/"
-depends=('perl>=5.10.0')
-options=(!emptydirs)
-source=(http://search.cpan.org/CPAN/authors/id/S/SC/SCOTT/${_realname}-${pkgver}.tar.gz)
-md5sums=('a5b3c23754cbcff10e283d16c42ec3d3')
-
-build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-}

Copied: perl-sys-hostname-long/repos/extra-any/PKGBUILD (from rev 215629, perl-sys-hostname-long/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-06-30 04:50:11 UTC (rev 215630)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: Dale Blount <dale at archlinux.org>
+
+pkgname=perl-sys-hostname-long
+_realname=Sys-Hostname-Long
+pkgver=1.4
+pkgrel=6
+pkgdesc="Perl module getting a full hostname"
+arch=('any')
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/${_realname}/"
+depends=('perl')
+options=(!emptydirs)
+source=(http://search.cpan.org/CPAN/authors/id/S/SC/SCOTT/${_realname}-${pkgver}.tar.gz)
+md5sums=('a5b3c23754cbcff10e283d16c42ec3d3')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  # install module in vendor directories.
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}




More information about the arch-commits mailing list