[arch-commits] Commit in perl-net-ssleay/repos (4 files)

Giovanni Scafora giovanni at archlinux.org
Wed Apr 11 14:59:12 UTC 2012


    Date: Wednesday, April 11, 2012 @ 10:59:12
  Author: giovanni
Revision: 156017

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  perl-net-ssleay/repos/extra-i686/PKGBUILD
    (from rev 156016, perl-net-ssleay/trunk/PKGBUILD)
  perl-net-ssleay/repos/extra-x86_64/PKGBUILD
    (from rev 156016, perl-net-ssleay/trunk/PKGBUILD)
Deleted:
  perl-net-ssleay/repos/extra-i686/PKGBUILD
  perl-net-ssleay/repos/extra-x86_64/PKGBUILD

-----------------------+
 extra-i686/PKGBUILD   |   75 ++++++++++++++++++++++++------------------------
 extra-x86_64/PKGBUILD |   75 ++++++++++++++++++++++++------------------------
 2 files changed, 76 insertions(+), 74 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-04-11 14:58:46 UTC (rev 156016)
+++ extra-i686/PKGBUILD	2012-04-11 14:59:12 UTC (rev 156017)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Manolis Tzanidakis
-
-pkgname=perl-net-ssleay
-_cpanname=Net-SSLeay
-pkgver=1.46
-pkgrel=1
-pkgdesc="Perl extension for using OpenSSL"
-arch=('i686' 'x86_64')
-license=('custom:BSD')
-url="http://search.cpan.org/dist/${_cpanname}/"
-depends=('openssl')
-options=(!emptydirs)
-replaces=('net-ssleay')
-provides=('net-ssleay')
-source=("http://www.cpan.org/authors/id/M/MI/MIKEM/${_cpanname}-${pkgver}.tar.gz")
-md5sums=('02ebd818307773f5c9844678e9a38a7d')
-
-build() {
-  cd ${srcdir}/${_cpanname}-${pkgver}
-  # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL -- INSTALLDIRS=vendor 
-  make
-}
-
-package() {
-  cd ${srcdir}/${_cpanname}-${pkgver}
-
-  make install DESTDIR=${pkgdir} 
-
-  # remove perllocal.pod and .packlist
-  find ${pkgdir} -name perllocal.pod -delete
-  find ${pkgdir} -name .packlist -delete
-
-  install -D -m644 README "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: perl-net-ssleay/repos/extra-i686/PKGBUILD (from rev 156016, perl-net-ssleay/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-04-11 14:59:12 UTC (rev 156017)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Manolis Tzanidakis
+
+pkgname=perl-net-ssleay
+_cpanname=Net-SSLeay
+pkgver=1.47
+pkgrel=1
+pkgdesc="Perl extension for using OpenSSL"
+arch=('i686' 'x86_64')
+license=('custom:BSD')
+url="http://search.cpan.org/dist/${_cpanname}/"
+depends=('openssl')
+options=(!emptydirs)
+replaces=('net-ssleay')
+provides=('net-ssleay')
+source=("http://www.cpan.org/authors/id/M/MI/MIKEM/${_cpanname}-${pkgver}.tar.gz")
+md5sums=('5488d82a8e9291d6a7de5202a95cbbed')
+
+build() {
+  cd ${srcdir}/${_cpanname}-${pkgver}
+
+  # install module in vendor directories.
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL -- INSTALLDIRS=vendor 
+  make
+}
+
+package() {
+  cd ${srcdir}/${_cpanname}-${pkgver}
+
+  make install DESTDIR=${pkgdir} 
+
+  # remove perllocal.pod and .packlist
+  find ${pkgdir} -name perllocal.pod -delete
+  find ${pkgdir} -name .packlist -delete
+
+  install -D -m644 README "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-04-11 14:58:46 UTC (rev 156016)
+++ extra-x86_64/PKGBUILD	2012-04-11 14:59:12 UTC (rev 156017)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Manolis Tzanidakis
-
-pkgname=perl-net-ssleay
-_cpanname=Net-SSLeay
-pkgver=1.46
-pkgrel=1
-pkgdesc="Perl extension for using OpenSSL"
-arch=('i686' 'x86_64')
-license=('custom:BSD')
-url="http://search.cpan.org/dist/${_cpanname}/"
-depends=('openssl')
-options=(!emptydirs)
-replaces=('net-ssleay')
-provides=('net-ssleay')
-source=("http://www.cpan.org/authors/id/M/MI/MIKEM/${_cpanname}-${pkgver}.tar.gz")
-md5sums=('02ebd818307773f5c9844678e9a38a7d')
-
-build() {
-  cd ${srcdir}/${_cpanname}-${pkgver}
-  # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL -- INSTALLDIRS=vendor 
-  make
-}
-
-package() {
-  cd ${srcdir}/${_cpanname}-${pkgver}
-
-  make install DESTDIR=${pkgdir} 
-
-  # remove perllocal.pod and .packlist
-  find ${pkgdir} -name perllocal.pod -delete
-  find ${pkgdir} -name .packlist -delete
-
-  install -D -m644 README "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: perl-net-ssleay/repos/extra-x86_64/PKGBUILD (from rev 156016, perl-net-ssleay/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-04-11 14:59:12 UTC (rev 156017)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Manolis Tzanidakis
+
+pkgname=perl-net-ssleay
+_cpanname=Net-SSLeay
+pkgver=1.47
+pkgrel=1
+pkgdesc="Perl extension for using OpenSSL"
+arch=('i686' 'x86_64')
+license=('custom:BSD')
+url="http://search.cpan.org/dist/${_cpanname}/"
+depends=('openssl')
+options=(!emptydirs)
+replaces=('net-ssleay')
+provides=('net-ssleay')
+source=("http://www.cpan.org/authors/id/M/MI/MIKEM/${_cpanname}-${pkgver}.tar.gz")
+md5sums=('5488d82a8e9291d6a7de5202a95cbbed')
+
+build() {
+  cd ${srcdir}/${_cpanname}-${pkgver}
+
+  # install module in vendor directories.
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL -- INSTALLDIRS=vendor 
+  make
+}
+
+package() {
+  cd ${srcdir}/${_cpanname}-${pkgver}
+
+  make install DESTDIR=${pkgdir} 
+
+  # remove perllocal.pod and .packlist
+  find ${pkgdir} -name perllocal.pod -delete
+  find ${pkgdir} -name .packlist -delete
+
+  install -D -m644 README "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}




More information about the arch-commits mailing list