[arch-commits] Commit in perl-sys-hostname-long/repos/extra-any (PKGBUILD PKGBUILD)
Allan McRae
allan at archlinux.org
Fri Feb 17 07:28:10 UTC 2012
Date: Friday, February 17, 2012 @ 02:28:10
Author: allan
Revision: 150349
archrelease: copy trunk to extra-any
Added:
perl-sys-hostname-long/repos/extra-any/PKGBUILD
(from rev 150348, perl-sys-hostname-long/trunk/PKGBUILD)
Deleted:
perl-sys-hostname-long/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2012-02-17 07:27:22 UTC (rev 150348)
+++ PKGBUILD 2012-02-17 07:28:10 UTC (rev 150349)
@@ -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=4
-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 || return 1
- make || return 1
-}
-
-package() {
- cd ${srcdir}/${_realname}-${pkgver}
- make install DESTDIR=${pkgdir} || return 1
-}
Copied: perl-sys-hostname-long/repos/extra-any/PKGBUILD (from rev 150348, perl-sys-hostname-long/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2012-02-17 07:28:10 UTC (rev 150349)
@@ -0,0 +1,27 @@
+# $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}
+}
More information about the arch-commits
mailing list