[arch-commits] Commit in perl-canary-stability/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Apr 23 18:30:14 UTC 2019
Date: Tuesday, April 23, 2019 @ 18:30:13
Author: felixonmars
Revision: 453199
archrelease: copy trunk to community-any
Added:
perl-canary-stability/repos/community-any/PKGBUILD
(from rev 453198, perl-canary-stability/trunk/PKGBUILD)
Deleted:
perl-canary-stability/repos/community-any/PKGBUILD
----------+
PKGBUILD | 67 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-04-23 18:29:53 UTC (rev 453198)
+++ PKGBUILD 2019-04-23 18:30:13 UTC (rev 453199)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Brian Bidulock <bidulock at openss7.org>
-
-pkgname=perl-canary-stability
-_realname=Canary-Stability
-pkgver=2012
-pkgrel=4
-pkgdesc="CPAN/Canary-Stability - canary to check perl compatability for schmorp's modules"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl')
-url="https://metacpan.org/release/${_realname}"
-source=("http://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/${_realname}-${pkgver}.tar.gz")
-md5sums=('88516c29e3d7807a5943ce3a3bdcdb31')
-
-build() {
- cd "$srcdir/$_realname-$pkgver"
- perl Makefile.PL INSTALLDIRS=vendor
- make
-}
-
-check() {
- cd "$srcdir/$_realname-$pkgver"
- make test
-}
-
-package() {
- cd "$srcdir/$_realname-$pkgver"
- make install DESTDIR="$pkgdir"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: perl-canary-stability/repos/community-any/PKGBUILD (from rev 453198, perl-canary-stability/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-04-23 18:30:13 UTC (rev 453199)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Brian Bidulock <bidulock at openss7.org>
+
+pkgname=perl-canary-stability
+_realname=Canary-Stability
+pkgver=2013
+pkgrel=1
+pkgdesc="CPAN/Canary-Stability - canary to check perl compatability for schmorp's modules"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+url="https://metacpan.org/release/${_realname}"
+source=("http://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/${_realname}-${pkgver}.tar.gz")
+md5sums=('5368520547521b254317ea0e9b3d23ab')
+
+build() {
+ cd "$srcdir/$_realname-$pkgver"
+ perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+check() {
+ cd "$srcdir/$_realname-$pkgver"
+ make test
+}
+
+package() {
+ cd "$srcdir/$_realname-$pkgver"
+ make install DESTDIR="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list