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

Eric Bélanger eric at archlinux.org
Tue Oct 18 03:11:21 UTC 2011


    Date: Monday, October 17, 2011 @ 23:11:21
  Author: eric
Revision: 140680

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2011-10-18 03:11:07 UTC (rev 140679)
+++ PKGBUILD	2011-10-18 03:11:21 UTC (rev 140680)
@@ -1,29 +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.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

Copied: perl-mailtools/repos/extra-any/PKGBUILD (from rev 140679, perl-mailtools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2011-10-18 03:11:21 UTC (rev 140680)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Kevin Piche <kevin at archlinux.org>
+# Contributor: Eric Johnson <eric at coding-zone.com>
+
+pkgname=perl-mailtools
+_realname=MailTools
+pkgver=2.08
+pkgrel=1
+pkgdesc="Perl module that provides email tools"
+arch=('any')
+url="http://search.cpan.org/dist/${_realname}/"
+license=('PerlArtistic')
+depends=('perl>=5.10.0')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/${_realname}-${pkgver}.tar.gz)
+md5sums=('0245bf7985c6661e0cf31a59657a18f0')
+
+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}"
+}




More information about the arch-commits mailing list