[arch-commits] Commit in perl-mail-spf-query/repos/community-any (PKGBUILD PKGBUILD)

Sergej Pupykin spupykin at nymeria.archlinux.org
Tue Jul 1 14:10:42 UTC 2014


    Date: Tuesday, July 1, 2014 @ 16:10:42
  Author: spupykin
Revision: 114249

archrelease: copy trunk to community-any

Added:
  perl-mail-spf-query/repos/community-any/PKGBUILD
    (from rev 114248, perl-mail-spf-query/trunk/PKGBUILD)
Deleted:
  perl-mail-spf-query/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-01 14:10:34 UTC (rev 114248)
+++ PKGBUILD	2014-07-01 14:10:42 UTC (rev 114249)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: kevin <kevin at archlinux.org>
-# Contributor: Eric Johnson <eric at coding-zone.com>
-
-pkgname=perl-mail-spf-query
-_realname=Mail-SPF-Query
-pkgver=1.999.1
-pkgrel=5
-pkgdesc="Perl module that provides SPF support"
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url="http://search.cpan.org/dist/${_realname}/"
-depends=('perl-net-cidr-lite>=0.15' 'perl-net-dns>=0.46' 'perl-sys-hostname-long' 'perl-uri' 'perl>=5.10.0')
-options=(!emptydirs)
-source=(http://search.cpan.org/CPAN/authors/id/J/JM/JMEHNLE/mail-spf-query/${_realname}-${pkgver}.tar.gz)
-md5sums=('6d62d024d1614fa1fa4f43bd39ee7bf0')
-
-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-mail-spf-query/repos/community-any/PKGBUILD (from rev 114248, perl-mail-spf-query/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-07-01 14:10:42 UTC (rev 114249)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: kevin <kevin at archlinux.org>
+# Contributor: Eric Johnson <eric at coding-zone.com>
+
+pkgname=perl-mail-spf-query
+_realname=Mail-SPF-Query
+pkgver=1.999.1
+pkgrel=6
+pkgdesc="Perl module that provides SPF support"
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url="http://search.cpan.org/dist/${_realname}/"
+depends=('perl-net-cidr-lite>=0.15' 'perl-net-dns>=0.46' 'perl-sys-hostname-long' 'perl-uri' 'perl>=5.10.0')
+options=(!emptydirs)
+source=(http://search.cpan.org/CPAN/authors/id/J/JM/JMEHNLE/mail-spf-query/${_realname}-${pkgver}.tar.gz)
+md5sums=('6d62d024d1614fa1fa4f43bd39ee7bf0')
+
+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