[arch-commits] Commit in perl-net-smtp-ssl/repos/community-any (PKGBUILD PKGBUILD)
Sergej Pupykin
spupykin at nymeria.archlinux.org
Mon Sep 30 09:17:37 UTC 2013
Date: Monday, September 30, 2013 @ 11:17:35
Author: spupykin
Revision: 97829
archrelease: copy trunk to community-any
Added:
perl-net-smtp-ssl/repos/community-any/PKGBUILD
(from rev 97828, perl-net-smtp-ssl/trunk/PKGBUILD)
Deleted:
perl-net-smtp-ssl/repos/community-any/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2013-09-30 09:17:25 UTC (rev 97828)
+++ PKGBUILD 2013-09-30 09:17:35 UTC (rev 97829)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Chris Brannon <cmbrannon79 at gmail.com>
-# Contributor: Abhishek Dasgupta <abhidg at gmail.com>
-
-pkgname=perl-net-smtp-ssl
-pkgver=1.01
-pkgrel=3
-pkgdesc="SSL support for Net::SMTP"
-arch=(any)
-url="http://search.cpan.org/dist/Net-SMTP-SSL/"
-license=('GPL' 'PerlArtistic')
-depends=('perl-io-socket-ssl')
-source=("http://www.cpan.org/authors/id/C/CW/CWEST/Net-SMTP-SSL-${pkgver}.tar.gz")
-options=(!emptydirs)
-
-package() {
- cd "${srcdir}/Net-SMTP-SSL-${pkgver}"
- # Install module into the vendor directories.
- perl Makefile.PL INSTALLDIRS=vendor
- make
- make DESTDIR="$pkgdir" install || return 1
-
- # Remove .packlist and perllocal.pod files.
- find "$pkgdir" -name '.packlist' -delete
- find "$pkgdir" -name 'perllocal.pod' -delete
-}
-md5sums=('ba039288ebf7a343feecacd374da8c1a')
Copied: perl-net-smtp-ssl/repos/community-any/PKGBUILD (from rev 97828, perl-net-smtp-ssl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2013-09-30 09:17:35 UTC (rev 97829)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Chris Brannon <cmbrannon79 at gmail.com>
+# Contributor: Abhishek Dasgupta <abhidg at gmail.com>
+
+pkgname=perl-net-smtp-ssl
+pkgver=1.01
+pkgrel=4
+pkgdesc="SSL support for Net::SMTP"
+arch=(any)
+url="http://search.cpan.org/dist/Net-SMTP-SSL/"
+license=('GPL' 'PerlArtistic')
+depends=('perl-io-socket-ssl')
+source=("http://www.cpan.org/authors/id/C/CW/CWEST/Net-SMTP-SSL-${pkgver}.tar.gz")
+options=(!emptydirs)
+
+package() {
+ cd "${srcdir}/Net-SMTP-SSL-${pkgver}"
+ # Install module into the vendor directories.
+ perl Makefile.PL INSTALLDIRS=vendor
+ make
+ make DESTDIR="$pkgdir" install || return 1
+
+ # Remove .packlist and perllocal.pod files.
+ find "$pkgdir" -name '.packlist' -delete
+ find "$pkgdir" -name 'perllocal.pod' -delete
+}
+md5sums=('ba039288ebf7a343feecacd374da8c1a')
More information about the arch-commits
mailing list