[arch-commits] Commit in perl-sub-identify/repos (4 files)

Felix Yan felixonmars at archlinux.org
Thu Apr 6 03:20:38 UTC 2017


    Date: Thursday, April 6, 2017 @ 03:20:37
  Author: felixonmars
Revision: 220841

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

Added:
  perl-sub-identify/repos/community-i686/PKGBUILD
    (from rev 220840, perl-sub-identify/trunk/PKGBUILD)
  perl-sub-identify/repos/community-x86_64/PKGBUILD
    (from rev 220840, perl-sub-identify/trunk/PKGBUILD)
Deleted:
  perl-sub-identify/repos/community-i686/PKGBUILD
  perl-sub-identify/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   68 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   34 ----------------------
 community-x86_64/PKGBUILD |   34 ----------------------
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-04-06 03:20:11 UTC (rev 220840)
+++ community-i686/PKGBUILD	2017-04-06 03:20:37 UTC (rev 220841)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org> 
-# Contributor: John D Jones III <jnbek1972 -_AT_- g m a i l -_Dot_- com>
-
-pkgname=perl-sub-identify
-pkgver=0.12
-pkgrel=2
-pkgdesc="Retrieve names of code references"
-arch=('i686' 'x86_64')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl')
-checkdepends=('perl-test-pod')
-url='http://search.mcpan.org/dist/Sub-Identify'
-source=("http://search.mcpan.org/CPAN/authors/id/R/RG/RGARCIA/Sub-Identify-$pkgver.tar.gz")
-sha512sums=('47b89866ecdd2b7caaba4a440bd695ab42d92c56721bc43a7fc114c2870a5e536ed17e05eec4ac62525c9fad26e24c299aadc852fd15d58bd626dfdb6478e40f')
-
-build() {
-  cd "$srcdir/Sub-Identify-$pkgver"
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "$srcdir/Sub-Identify-$pkgver"
-  make test
-}
-
-package() {
-  cd "$srcdir/Sub-Identify-$pkgver"
-  make DESTDIR="$pkgdir"/ install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: perl-sub-identify/repos/community-i686/PKGBUILD (from rev 220840, perl-sub-identify/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-04-06 03:20:37 UTC (rev 220841)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org> 
+# Contributor: John D Jones III <jnbek1972 -_AT_- g m a i l -_Dot_- com>
+
+pkgname=perl-sub-identify
+pkgver=0.13
+pkgrel=1
+pkgdesc="Retrieve names of code references"
+arch=('i686' 'x86_64')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+checkdepends=('perl-test-pod')
+url='http://search.mcpan.org/dist/Sub-Identify'
+source=("http://search.mcpan.org/CPAN/authors/id/R/RG/RGARCIA/Sub-Identify-$pkgver.tar.gz")
+sha512sums=('16655ea9324202e578ab44139816d61ef961d61c97e2393c19337692670a3f7a27d8dacb7db7b1130ed762f3b6dfc98fe39fe379b546b32576c19bdfa7df70a0')
+
+build() {
+  cd "$srcdir/Sub-Identify-$pkgver"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "$srcdir/Sub-Identify-$pkgver"
+  make test
+}
+
+package() {
+  cd "$srcdir/Sub-Identify-$pkgver"
+  make DESTDIR="$pkgdir"/ install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-04-06 03:20:11 UTC (rev 220840)
+++ community-x86_64/PKGBUILD	2017-04-06 03:20:37 UTC (rev 220841)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org> 
-# Contributor: John D Jones III <jnbek1972 -_AT_- g m a i l -_Dot_- com>
-
-pkgname=perl-sub-identify
-pkgver=0.12
-pkgrel=2
-pkgdesc="Retrieve names of code references"
-arch=('i686' 'x86_64')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl')
-checkdepends=('perl-test-pod')
-url='http://search.mcpan.org/dist/Sub-Identify'
-source=("http://search.mcpan.org/CPAN/authors/id/R/RG/RGARCIA/Sub-Identify-$pkgver.tar.gz")
-sha512sums=('47b89866ecdd2b7caaba4a440bd695ab42d92c56721bc43a7fc114c2870a5e536ed17e05eec4ac62525c9fad26e24c299aadc852fd15d58bd626dfdb6478e40f')
-
-build() {
-  cd "$srcdir/Sub-Identify-$pkgver"
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "$srcdir/Sub-Identify-$pkgver"
-  make test
-}
-
-package() {
-  cd "$srcdir/Sub-Identify-$pkgver"
-  make DESTDIR="$pkgdir"/ install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: perl-sub-identify/repos/community-x86_64/PKGBUILD (from rev 220840, perl-sub-identify/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-04-06 03:20:37 UTC (rev 220841)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org> 
+# Contributor: John D Jones III <jnbek1972 -_AT_- g m a i l -_Dot_- com>
+
+pkgname=perl-sub-identify
+pkgver=0.13
+pkgrel=1
+pkgdesc="Retrieve names of code references"
+arch=('i686' 'x86_64')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+checkdepends=('perl-test-pod')
+url='http://search.mcpan.org/dist/Sub-Identify'
+source=("http://search.mcpan.org/CPAN/authors/id/R/RG/RGARCIA/Sub-Identify-$pkgver.tar.gz")
+sha512sums=('16655ea9324202e578ab44139816d61ef961d61c97e2393c19337692670a3f7a27d8dacb7db7b1130ed762f3b6dfc98fe39fe379b546b32576c19bdfa7df70a0')
+
+build() {
+  cd "$srcdir/Sub-Identify-$pkgver"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "$srcdir/Sub-Identify-$pkgver"
+  make test
+}
+
+package() {
+  cd "$srcdir/Sub-Identify-$pkgver"
+  make DESTDIR="$pkgdir"/ install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list