[arch-commits] Commit in perl-crypt-ssleay/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Florian Pritz bluewind at archlinux.org
Sat Feb 6 13:37:53 UTC 2021


    Date: Saturday, February 6, 2021 @ 13:37:52
  Author: bluewind
Revision: 407587

archrelease: copy trunk to extra-x86_64

Added:
  perl-crypt-ssleay/repos/extra-x86_64/PKGBUILD
    (from rev 407586, perl-crypt-ssleay/trunk/PKGBUILD)
Deleted:
  perl-crypt-ssleay/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-06 13:37:50 UTC (rev 407586)
+++ PKGBUILD	2021-02-06 13:37:52 UTC (rev 407587)
@@ -1,37 +0,0 @@
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: François Charette <firmicus ατ gmx δοτ net>
-
-pkgname=perl-crypt-ssleay
-pkgver=0.73_04
-pkgrel=13
-pkgdesc="OpenSSL glue that provides LWP https support"
-arch=('x86_64')
-url="https://search.cpan.org/dist/Crypt-SSLeay"
-license=('GPL' 'PerlArtistic')
-depends=('perl-lwp-protocol-https' 'perl-try-tiny' 'perl-path-class')
-options=('!emptydirs')
-source=("https://www.cpan.org/CPAN/authors/id/N/NA/NANIS/Crypt-SSLeay-$pkgver.tar.gz")
-md5sums=('7508b2a34da2202cc0c78deb59e36526')
-
-build() {
-  cd  "${srcdir}/Crypt-SSLeay-${pkgver}"
-
-  PERL_USE_UNSAFE_INC=1 \
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd  "${srcdir}/Crypt-SSLeay-${pkgver}"
-
-#  make test
-}
-
-package() {
-  cd  "${srcdir}/Crypt-SSLeay-${pkgver}"
-
-  make install DESTDIR="${pkgdir}"
-
-  find "${pkgdir}" -name '.packlist' -delete
-  find "${pkgdir}" -name '*.pod' -delete
-}

Copied: perl-crypt-ssleay/repos/extra-x86_64/PKGBUILD (from rev 407586, perl-crypt-ssleay/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-06 13:37:52 UTC (rev 407587)
@@ -0,0 +1,37 @@
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: François Charette <firmicus ατ gmx δοτ net>
+
+pkgname=perl-crypt-ssleay
+pkgver=0.73_04
+pkgrel=14
+pkgdesc="OpenSSL glue that provides LWP https support"
+arch=('x86_64')
+url="https://search.cpan.org/dist/Crypt-SSLeay"
+license=('GPL' 'PerlArtistic')
+depends=('perl-lwp-protocol-https' 'perl-try-tiny' 'perl-path-class' 'perl-bytes-random-secure')
+options=('!emptydirs')
+source=("https://www.cpan.org/CPAN/authors/id/N/NA/NANIS/Crypt-SSLeay-$pkgver.tar.gz")
+md5sums=('7508b2a34da2202cc0c78deb59e36526')
+
+build() {
+  cd  "${srcdir}/Crypt-SSLeay-${pkgver}"
+
+  PERL_USE_UNSAFE_INC=1 \
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd  "${srcdir}/Crypt-SSLeay-${pkgver}"
+
+#  make test
+}
+
+package() {
+  cd  "${srcdir}/Crypt-SSLeay-${pkgver}"
+
+  make install DESTDIR="${pkgdir}"
+
+  find "${pkgdir}" -name '.packlist' -delete
+  find "${pkgdir}" -name '*.pod' -delete
+}



More information about the arch-commits mailing list