[arch-commits] Commit in perl-term-extendedcolor/repos/community-any (2 files)

Levente Polyak anthraxx at archlinux.org
Sun Jan 26 22:32:40 UTC 2020


    Date: Sunday, January 26, 2020 @ 22:32:40
  Author: anthraxx
Revision: 555773

archrelease: copy trunk to community-any

Added:
  perl-term-extendedcolor/repos/community-any/PKGBUILD
    (from rev 555772, perl-term-extendedcolor/trunk/PKGBUILD)
Deleted:
  perl-term-extendedcolor/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   73 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-26 22:32:35 UTC (rev 555772)
+++ PKGBUILD	2020-01-26 22:32:40 UTC (rev 555773)
@@ -1,36 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Steven Allen <steven at stebalien.com>
-# Contributor: Magnus Woldrich <magnus at trapd00r.se>
-
-pkgname=perl-term-extendedcolor
-_cpanname=Term-ExtendedColor
-pkgver=0.224
-pkgrel=7
-pkgdesc="Like Term::ANSIColor, but for the extended colorset"
-url='http://search.cpan.org/dist/Term-ExtendedColor'
-arch=('any')
-license=('PerlArtistic' 'GPL')
-depends=('perl>=5.10.0')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::http://search.cpan.org/CPAN/authors/id/W/WO/WOLDRICH/${_cpanname}-${pkgver}.tar.gz)
-sha512sums=('d4d5ccd3b1a8ffd4a15fa360bbcda0167fcce1fcc128da5fc23e05f891e3e1e403250c43d358ce16f6cab7034a67d76cc3bd8ed2926185f75208cd6d3b9d4547')
-
-build() {
-  cd ${_cpanname}-${pkgver}
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd ${_cpanname}-${pkgver}
-  make test
-}
-
-package() {
-  cd ${_cpanname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
-  install -Dm 644 examples/* -t "${pkgdir}/usr/share/doc/${pkgname}/examples"
-}
-
-# vim: ts=2 sw=2 et:

Copied: perl-term-extendedcolor/repos/community-any/PKGBUILD (from rev 555772, perl-term-extendedcolor/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-26 22:32:40 UTC (rev 555773)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Steven Allen <steven at stebalien.com>
+# Contributor: Magnus Woldrich <magnus at trapd00r.se>
+
+pkgname=perl-term-extendedcolor
+_cpanname=Term-ExtendedColor
+pkgver=0.504
+pkgrel=1
+pkgdesc='Like Term::ANSIColor, but for the extended colorset'
+url='https://search.cpan.org/dist/Term-ExtendedColor'
+arch=('any')
+license=('PerlArtistic' 'GPL')
+depends=('perl>=5.10.0')
+options=('!emptydirs')
+source=(https://search.cpan.org/CPAN/authors/id/W/WO/WOLDRICH/${_cpanname}-${pkgver}.tar.gz)
+sha512sums=('666c718daca2ae7191d7e92954b6ab7bc7d72add8f88a79f46554b74529c240ed36b796cdbd28aa862c6bc4394a15b5401d053dde814c12d48cc5dd295d78e42')
+b2sums=('9a9995f7ce0d56541fb2128c6cbf36e8b3c22613622eab61c7b6f5259f9ab36bf27471fe9d0a3b39d0f4739fb4434d7ca957442f7bba136c74c021d42ae3a660')
+
+build() {
+  cd ${_cpanname}-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${_cpanname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${_cpanname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 README -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 examples/* -t "${pkgdir}/usr/share/doc/${pkgname}/examples"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list