[arch-commits] Commit in perl-super/repos/community-staging-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Jun 1 00:47:33 UTC 2019
Date: Saturday, June 1, 2019 @ 00:47:32
Author: felixonmars
Revision: 476204
archrelease: copy trunk to community-staging-any
Added:
perl-super/repos/community-staging-any/PKGBUILD
(from rev 476203, perl-super/trunk/PKGBUILD)
Deleted:
perl-super/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-06-01 00:47:22 UTC (rev 476203)
+++ PKGBUILD 2019-06-01 00:47:32 UTC (rev 476204)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: John D Jones III <jnbek1972 -_AT_- g m a i l -_Dot_- com>
-
-pkgname=perl-super
-pkgver=1.20141117
-pkgrel=5
-pkgdesc="Control superclass method dispatch"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl-sub-identify')
-url='http://search.cpan.org/dist/SUPER'
-source=("http://search.cpan.org/CPAN/authors/id/C/CH/CHROMATIC/SUPER-$pkgver.tar.gz")
-sha512sums=('c17fe478fcb9ebc2749c27fc75b839bd77e81c9d0170697b2a697dcebb9f4eef4b954d023b76d33a8b4201b110e5e997b1e0993faf7a04ef2e1191a2f7c516a0')
-
-build() {
- cd "$srcdir/SUPER-$pkgver"
- perl Makefile.PL INSTALLDIRS=vendor
- make
-}
-
-check() {
- cd "$srcdir/SUPER-$pkgver"
- make test
-}
-
-package() {
- cd "$srcdir/SUPER-$pkgver"
- make DESTDIR="$pkgdir"/ install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: perl-super/repos/community-staging-any/PKGBUILD (from rev 476203, perl-super/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-06-01 00:47:32 UTC (rev 476204)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: John D Jones III <jnbek1972 -_AT_- g m a i l -_Dot_- com>
+
+pkgname=perl-super
+pkgver=1.20190531
+pkgrel=2
+pkgdesc="Control superclass method dispatch"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-sub-identify')
+url='http://search.cpan.org/dist/SUPER'
+source=("http://search.cpan.org/CPAN/authors/id/C/CH/CHROMATIC/SUPER-$pkgver.tar.gz")
+sha512sums=('fb1072c76aa9d82edb39ec75f0e14c0fa41837b36b7d2ec24482a20338484cba867646f5e3ceb12ff4f8e1a6f333f5243900c2114d772a29d6c0380feabd3565')
+
+build() {
+ cd "$srcdir/SUPER-$pkgver"
+ perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+check() {
+ cd "$srcdir/SUPER-$pkgver"
+ make test
+}
+
+package() {
+ cd "$srcdir/SUPER-$pkgver"
+ make DESTDIR="$pkgdir"/ install
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list