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

Felix Yan felixonmars at archlinux.org
Wed Apr 12 16:16:11 UTC 2017


    Date: Wednesday, April 12, 2017 @ 16:16:11
  Author: felixonmars
Revision: 222496

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

Added:
  perl-sub-identify/repos/community-i686/PKGBUILD
    (from rev 222495, perl-sub-identify/trunk/PKGBUILD)
  perl-sub-identify/repos/community-x86_64/PKGBUILD
    (from rev 222495, 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-12 16:15:27 UTC (rev 222495)
+++ community-i686/PKGBUILD	2017-04-12 16:16:11 UTC (rev 222496)
@@ -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.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:

Copied: perl-sub-identify/repos/community-i686/PKGBUILD (from rev 222495, perl-sub-identify/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-04-12 16:16:11 UTC (rev 222496)
@@ -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.14
+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=('f69f542c84c5c3ca1f1c7f5f58fd2cf19279a65229f43117c31f24ab0e49d5f329bef2bc00f22252fd2e52b4e17f16b279dac438920668e046e59f2e22e52c14')
+
+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-12 16:15:27 UTC (rev 222495)
+++ community-x86_64/PKGBUILD	2017-04-12 16:16:11 UTC (rev 222496)
@@ -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.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:

Copied: perl-sub-identify/repos/community-x86_64/PKGBUILD (from rev 222495, perl-sub-identify/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-04-12 16:16:11 UTC (rev 222496)
@@ -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.14
+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=('f69f542c84c5c3ca1f1c7f5f58fd2cf19279a65229f43117c31f24ab0e49d5f329bef2bc00f22252fd2e52b4e17f16b279dac438920668e046e59f2e22e52c14')
+
+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