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

Rémy Oudompheng remy at archlinux.org
Sun Sep 18 09:37:18 UTC 2011


    Date: Sunday, September 18, 2011 @ 05:37:18
  Author: remy
Revision: 138188

archrelease: copy trunk to extra-any

Added:
  perl-mailtools/repos/extra-any/PKGBUILD
    (from rev 138187, perl-mailtools/trunk/PKGBUILD)
Deleted:
  perl-mailtools/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++---------------------------------
 1 file changed, 29 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2011-09-18 09:37:01 UTC (rev 138187)
+++ PKGBUILD	2011-09-18 09:37:18 UTC (rev 138188)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Kevin Piche <kevin at archlinux.org>
-# Contributor: Eric Johnson <eric at coding-zone.com>
-
-pkgname=perl-mailtools
-_realname=MailTools
-pkgver=2.06
-pkgrel=2
-pkgdesc="Perl module that provides email tools"
-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/M/MA/MARKOV/${_realname}-${pkgver}.tar.gz)
-md5sums=('3f90297c7f566cc0cc9c89ee47906abf')
-
-build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-
-  # remove perllocal.pod and .packlist
-  find ${pkgdir} -name perllocal.pod -delete
-  find ${pkgdir} -name .packlist -delete
-}
-# vim: ts=2 sw=2 et ft=sh

Copied: perl-mailtools/repos/extra-any/PKGBUILD (from rev 138187, perl-mailtools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2011-09-18 09:37:18 UTC (rev 138188)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Kevin Piche <kevin at archlinux.org>
+# Contributor: Eric Johnson <eric at coding-zone.com>
+
+pkgname=perl-mailtools
+_realname=MailTools
+pkgver=2.07
+pkgrel=1
+pkgdesc="Perl module that provides email tools"
+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/M/MA/MARKOV/${_realname}-${pkgver}.tar.gz)
+md5sums=('df861e05cbcf3a336ecebfb2c42529d0')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}
+# vim: ts=2 sw=2 et ft=sh




More information about the arch-commits mailing list