[arch-commits] Commit in perl-sub-quote/repos/community-any (PKGBUILD PKGBUILD)

2022-06-03 Thread Sergej Pupykin via arch-commits
Date: Friday, June 3, 2022 @ 23:27:21
  Author: spupykin
Revision: 1220724

archrelease: copy trunk to community-any

Added:
  perl-sub-quote/repos/community-any/PKGBUILD
(from rev 1220723, perl-sub-quote/trunk/PKGBUILD)
Deleted:
  perl-sub-quote/repos/community-any/PKGBUILD

--+
 PKGBUILD |   79 ++---
 1 file changed, 40 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-03 23:27:13 UTC (rev 1220723)
+++ PKGBUILD2022-06-03 23:27:21 UTC (rev 1220724)
@@ -1,39 +0,0 @@
-pkgname=perl-sub-quote
-pkgver=2.006_007
-pkgrel=1
-pkgdesc="efficient generation of subroutines via string eval"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl')
-makedepends=('perl-test-fatal>=0.010')
-url='https://search.cpan.org/dist/Sub-Quote'
-source=("https://search.cpan.org/CPAN/authors/id/H/HA/HAARG/Sub-Quote-$pkgver.tar.gz;)
-sha256sums=('ccb226d1d1a0d1cde99eabe98cb4eeb89f9f9eaf961be226d903e9ac333e5220')
-
-build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
-  PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
-  MODULEBUILDRC=/dev/null
-
-cd "$srcdir/Sub-Quote-$pkgver"
-perl Makefile.PL
-make
-  )
-}
-
-check() {
-  cd "$srcdir/Sub-Quote-$pkgver"
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-make test
-  )
-}
-
-package() {
-  cd "$srcdir/Sub-Quote-$pkgver"
-  make install
-
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}

Copied: perl-sub-quote/repos/community-any/PKGBUILD (from rev 1220723, 
perl-sub-quote/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-03 23:27:21 UTC (rev 1220724)
@@ -0,0 +1,40 @@
+pkgname=perl-sub-quote
+epoch=1
+pkgver=2.006_007
+pkgrel=2
+pkgdesc="efficient generation of subroutines via string eval"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+makedepends=('perl-test-fatal>=0.010')
+url='https://search.cpan.org/dist/Sub-Quote'
+source=("https://search.cpan.org/CPAN/authors/id/H/HA/HAARG/Sub-Quote-$pkgver.tar.gz;)
+sha256sums=('ccb226d1d1a0d1cde99eabe98cb4eeb89f9f9eaf961be226d903e9ac333e5220')
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
+  PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
+  MODULEBUILDRC=/dev/null
+
+cd "$srcdir/Sub-Quote-$pkgver"
+perl Makefile.PL
+make
+  )
+}
+
+check() {
+  cd "$srcdir/Sub-Quote-$pkgver"
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+make test
+  )
+}
+
+package() {
+  cd "$srcdir/Sub-Quote-$pkgver"
+  make install
+
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}



[arch-commits] Commit in perl-sub-quote/repos/community-any (PKGBUILD PKGBUILD)

2022-06-03 Thread Sergej Pupykin via arch-commits
Date: Friday, June 3, 2022 @ 23:18:16
  Author: spupykin
Revision: 1220716

archrelease: copy trunk to community-any

Added:
  perl-sub-quote/repos/community-any/PKGBUILD
(from rev 1220715, perl-sub-quote/trunk/PKGBUILD)
Deleted:
  perl-sub-quote/repos/community-any/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-03 23:18:07 UTC (rev 1220715)
+++ PKGBUILD2022-06-03 23:18:16 UTC (rev 1220716)
@@ -1,39 +0,0 @@
-pkgname=perl-sub-quote
-pkgver=2.006006
-pkgrel=3
-pkgdesc="efficient generation of subroutines via string eval"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl')
-makedepends=('perl-test-fatal>=0.010')
-url='https://search.cpan.org/dist/Sub-Quote'
-source=("https://search.cpan.org/CPAN/authors/id/H/HA/HAARG/Sub-Quote-$pkgver.tar.gz;)
-sha256sums=('6e4e2af42388fa6d2609e0e82417de7cc6be47223f576592c656c73c7524d89d')
-
-build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
-  PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
-  MODULEBUILDRC=/dev/null
-
-cd "$srcdir/Sub-Quote-$pkgver"
-perl Makefile.PL
-make
-  )
-}
-
-check() {
-  cd "$srcdir/Sub-Quote-$pkgver"
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-make test
-  )
-}
-
-package() {
-  cd "$srcdir/Sub-Quote-$pkgver"
-  make install
-
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}

Copied: perl-sub-quote/repos/community-any/PKGBUILD (from rev 1220715, 
perl-sub-quote/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-06-03 23:18:16 UTC (rev 1220716)
@@ -0,0 +1,39 @@
+pkgname=perl-sub-quote
+pkgver=2.006_007
+pkgrel=1
+pkgdesc="efficient generation of subroutines via string eval"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+makedepends=('perl-test-fatal>=0.010')
+url='https://search.cpan.org/dist/Sub-Quote'
+source=("https://search.cpan.org/CPAN/authors/id/H/HA/HAARG/Sub-Quote-$pkgver.tar.gz;)
+sha256sums=('ccb226d1d1a0d1cde99eabe98cb4eeb89f9f9eaf961be226d903e9ac333e5220')
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
+  PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
+  MODULEBUILDRC=/dev/null
+
+cd "$srcdir/Sub-Quote-$pkgver"
+perl Makefile.PL
+make
+  )
+}
+
+check() {
+  cd "$srcdir/Sub-Quote-$pkgver"
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+make test
+  )
+}
+
+package() {
+  cd "$srcdir/Sub-Quote-$pkgver"
+  make install
+
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}



[arch-commits] Commit in perl-sub-quote/repos/community-any (PKGBUILD PKGBUILD)

2022-03-02 Thread Allan McRae via arch-commits
Date: Wednesday, March 2, 2022 @ 12:21:47
  Author: allan
Revision: 1139512

archrelease: copy trunk to community-any

Added:
  perl-sub-quote/repos/community-any/PKGBUILD
(from rev 1139511, perl-sub-quote/trunk/PKGBUILD)
Deleted:
  perl-sub-quote/repos/community-any/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-03-02 12:21:30 UTC (rev 1139511)
+++ PKGBUILD2022-03-02 12:21:47 UTC (rev 1139512)
@@ -1,39 +0,0 @@
-pkgname=perl-sub-quote
-pkgver=2.006006
-pkgrel=1
-pkgdesc="efficient generation of subroutines via string eval"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl')
-makedepends=('perl-test-fatal>=0.010')
-url='https://search.cpan.org/dist/Sub-Quote'
-source=("https://search.cpan.org/CPAN/authors/id/H/HA/HAARG/Sub-Quote-$pkgver.tar.gz;)
-sha256sums=('6e4e2af42388fa6d2609e0e82417de7cc6be47223f576592c656c73c7524d89d')
-
-build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
-  PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
-  MODULEBUILDRC=/dev/null
-
-cd "$srcdir/Sub-Quote-$pkgver"
-perl Makefile.PL
-make
-  )
-}
-
-check() {
-  cd "$srcdir/Sub-Quote-$pkgver"
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-make test
-  )
-}
-
-package() {
-  cd "$srcdir/Sub-Quote-$pkgver"
-  make install
-
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}

Copied: perl-sub-quote/repos/community-any/PKGBUILD (from rev 1139511, 
perl-sub-quote/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2022-03-02 12:21:47 UTC (rev 1139512)
@@ -0,0 +1,39 @@
+pkgname=perl-sub-quote
+pkgver=2.006006
+pkgrel=2
+pkgdesc="efficient generation of subroutines via string eval"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+makedepends=('perl-test-fatal>=0.010')
+url='https://search.cpan.org/dist/Sub-Quote'
+source=("https://search.cpan.org/CPAN/authors/id/H/HA/HAARG/Sub-Quote-$pkgver.tar.gz;)
+sha256sums=('6e4e2af42388fa6d2609e0e82417de7cc6be47223f576592c656c73c7524d89d')
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
+  PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
+  MODULEBUILDRC=/dev/null
+
+cd "$srcdir/Sub-Quote-$pkgver"
+perl Makefile.PL
+make
+  )
+}
+
+check() {
+  cd "$srcdir/Sub-Quote-$pkgver"
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+make test
+  )
+}
+
+package() {
+  cd "$srcdir/Sub-Quote-$pkgver"
+  make install
+
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}



[arch-commits] Commit in perl-sub-quote/repos/community-any (PKGBUILD PKGBUILD)

2021-08-27 Thread Sergej Pupykin via arch-commits
Date: Friday, August 27, 2021 @ 21:49:15
  Author: spupykin
Revision: 1007482

archrelease: copy trunk to community-any

Added:
  perl-sub-quote/repos/community-any/PKGBUILD
(from rev 1007481, perl-sub-quote/trunk/PKGBUILD)
Deleted:
  perl-sub-quote/repos/community-any/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-27 21:49:08 UTC (rev 1007481)
+++ PKGBUILD2021-08-27 21:49:15 UTC (rev 1007482)
@@ -1,39 +0,0 @@
-pkgname=perl-sub-quote
-pkgver=2.006003
-pkgrel=4
-pkgdesc="efficient generation of subroutines via string eval"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl')
-makedepends=('perl-test-fatal>=0.010')
-url='https://search.cpan.org/dist/Sub-Quote'
-source=("https://search.cpan.org/CPAN/authors/id/H/HA/HAARG/Sub-Quote-$pkgver.tar.gz;)
-sha256sums=('be1f3a6f773f351f203cdc8f614803ac492b77d15fd68d5b1f0cd3884be18176')
-
-build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
-  PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
-  MODULEBUILDRC=/dev/null
-
-cd "$srcdir/Sub-Quote-$pkgver"
-perl Makefile.PL
-make
-  )
-}
-
-check() {
-  cd "$srcdir/Sub-Quote-$pkgver"
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-make test
-  )
-}
-
-package() {
-  cd "$srcdir/Sub-Quote-$pkgver"
-  make install
-
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}

Copied: perl-sub-quote/repos/community-any/PKGBUILD (from rev 1007481, 
perl-sub-quote/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-08-27 21:49:15 UTC (rev 1007482)
@@ -0,0 +1,39 @@
+pkgname=perl-sub-quote
+pkgver=2.006006
+pkgrel=1
+pkgdesc="efficient generation of subroutines via string eval"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+makedepends=('perl-test-fatal>=0.010')
+url='https://search.cpan.org/dist/Sub-Quote'
+source=("https://search.cpan.org/CPAN/authors/id/H/HA/HAARG/Sub-Quote-$pkgver.tar.gz;)
+sha256sums=('6e4e2af42388fa6d2609e0e82417de7cc6be47223f576592c656c73c7524d89d')
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
+  PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
+  MODULEBUILDRC=/dev/null
+
+cd "$srcdir/Sub-Quote-$pkgver"
+perl Makefile.PL
+make
+  )
+}
+
+check() {
+  cd "$srcdir/Sub-Quote-$pkgver"
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+make test
+  )
+}
+
+package() {
+  cd "$srcdir/Sub-Quote-$pkgver"
+  make install
+
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}