[arch-commits] Commit in perl-convert-uulib/repos (6 files)

Florian Pritz bluewind at archlinux.org
Tue Jun 6 09:24:53 UTC 2017


    Date: Tuesday, June 6, 2017 @ 09:24:48
  Author: bluewind
Revision: 234895

db-move: moved perl-convert-uulib from [community-testing] to [community] (i686, x86_64)

Added:
  perl-convert-uulib/repos/community-i686/PKGBUILD
    (from rev 234894, perl-convert-uulib/repos/community-testing-i686/PKGBUILD)
  perl-convert-uulib/repos/community-x86_64/PKGBUILD
    (from rev 234894, perl-convert-uulib/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  perl-convert-uulib/repos/community-i686/PKGBUILD
  perl-convert-uulib/repos/community-testing-i686/
  perl-convert-uulib/repos/community-testing-x86_64/
  perl-convert-uulib/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-06-06 09:13:44 UTC (rev 234894)
+++ community-i686/PKGBUILD	2017-06-06 09:24:48 UTC (rev 234895)
@@ -1,51 +0,0 @@
-# Maintainer: Thore Bödecker <foxxx0 at archlinux.org>
-# Contributor: Yardena Cohen <yardenack at gmail dot com>
-# Contributor: Techlive Zheng <techlivezheng [at] gmail [dot] com>
-# Contributor: Filip S. Adamsen <fsa [at] fsadev [dot] com>
-# Contributor: David Zaragoza <david at zaragoza.com.ve>
-# Contributor: Piotr Beling <qwak at w8.pl>
-# Contributor: Wael Nasreddine <wael at phoenixlinux.org>
-# Contributor: Guillermo A. Amaral <me at guillermoamaral.com> (thewonka)
-# Contributor: Chih-mao Chen <pkmx.tw at gmail.com>
-
-pkgname='perl-convert-uulib'
-pkgver='1.5'
-pkgrel=2
-pkgdesc='Perl interface to the uulib library (a.k.a. uudeview/uuenview).'
-_dist=Convert-UUlib
-arch=('i686' 'x86_64')
-url='https://metacpan.org/release/Convert-UUlib'
-license=('GPL' 'PerlArtistic')
-depends=('perl' 'perl-canary-stability')
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/Convert-UUlib-${pkgver}.tar.gz")
-sha512sums=('92c8b6f3a72546dca21018ddf2863113904f550e3ed950a1898ed4abfcc48738e9ca374f5adbc3226df2db6beeb0e12879ae52cdd067a030c199766d53603ec1')
-
-build() {
-  cd "${srcdir}/${_dist}-${pkgver}"
-
-  unset PERL5LIB PERL_MM_OPT CPPFLAGS
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-
-  perl Makefile.PL
-  make
-}
-
-check() {
-  cd "${srcdir}/${_dist}-${pkgver}"
-
-  unset PERL5LIB PERL_MM_OPT
-  export PERL_MM_USE_DEFAULT=1
-
-  make test
-}
-
-package() {
-  cd "${srcdir}/${_dist}-${pkgver}"
-
-  unset PERL5LIB PERL_MM_OPT
-
-  make install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
-
-  find "${pkgdir}" -name '.packlist' -o -name 'perllocal.pod' -delete
-}

Copied: perl-convert-uulib/repos/community-i686/PKGBUILD (from rev 234894, perl-convert-uulib/repos/community-testing-i686/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-06-06 09:24:48 UTC (rev 234895)
@@ -0,0 +1,51 @@
+# Maintainer: Thore Bödecker <foxxx0 at archlinux.org>
+# Contributor: Yardena Cohen <yardenack at gmail dot com>
+# Contributor: Techlive Zheng <techlivezheng [at] gmail [dot] com>
+# Contributor: Filip S. Adamsen <fsa [at] fsadev [dot] com>
+# Contributor: David Zaragoza <david at zaragoza.com.ve>
+# Contributor: Piotr Beling <qwak at w8.pl>
+# Contributor: Wael Nasreddine <wael at phoenixlinux.org>
+# Contributor: Guillermo A. Amaral <me at guillermoamaral.com> (thewonka)
+# Contributor: Chih-mao Chen <pkmx.tw at gmail.com>
+
+pkgname='perl-convert-uulib'
+pkgver='1.5'
+pkgrel=3
+pkgdesc='Perl interface to the uulib library (a.k.a. uudeview/uuenview).'
+_dist=Convert-UUlib
+arch=('i686' 'x86_64')
+url='https://metacpan.org/release/Convert-UUlib'
+license=('GPL' 'PerlArtistic')
+depends=('perl' 'perl-canary-stability')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/Convert-UUlib-${pkgver}.tar.gz")
+sha512sums=('92c8b6f3a72546dca21018ddf2863113904f550e3ed950a1898ed4abfcc48738e9ca374f5adbc3226df2db6beeb0e12879ae52cdd067a030c199766d53603ec1')
+
+build() {
+  cd "${srcdir}/${_dist}-${pkgver}"
+
+  unset PERL5LIB PERL_MM_OPT CPPFLAGS
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "${srcdir}/${_dist}-${pkgver}"
+
+  unset PERL5LIB PERL_MM_OPT
+  export PERL_MM_USE_DEFAULT=1
+
+  make test
+}
+
+package() {
+  cd "${srcdir}/${_dist}-${pkgver}"
+
+  unset PERL5LIB PERL_MM_OPT
+
+  make install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
+
+  find "${pkgdir}" -name '.packlist' -o -name 'perllocal.pod' -delete
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-06-06 09:13:44 UTC (rev 234894)
+++ community-x86_64/PKGBUILD	2017-06-06 09:24:48 UTC (rev 234895)
@@ -1,51 +0,0 @@
-# Maintainer: Thore Bödecker <foxxx0 at archlinux.org>
-# Contributor: Yardena Cohen <yardenack at gmail dot com>
-# Contributor: Techlive Zheng <techlivezheng [at] gmail [dot] com>
-# Contributor: Filip S. Adamsen <fsa [at] fsadev [dot] com>
-# Contributor: David Zaragoza <david at zaragoza.com.ve>
-# Contributor: Piotr Beling <qwak at w8.pl>
-# Contributor: Wael Nasreddine <wael at phoenixlinux.org>
-# Contributor: Guillermo A. Amaral <me at guillermoamaral.com> (thewonka)
-# Contributor: Chih-mao Chen <pkmx.tw at gmail.com>
-
-pkgname='perl-convert-uulib'
-pkgver='1.5'
-pkgrel=2
-pkgdesc='Perl interface to the uulib library (a.k.a. uudeview/uuenview).'
-_dist=Convert-UUlib
-arch=('i686' 'x86_64')
-url='https://metacpan.org/release/Convert-UUlib'
-license=('GPL' 'PerlArtistic')
-depends=('perl' 'perl-canary-stability')
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/Convert-UUlib-${pkgver}.tar.gz")
-sha512sums=('92c8b6f3a72546dca21018ddf2863113904f550e3ed950a1898ed4abfcc48738e9ca374f5adbc3226df2db6beeb0e12879ae52cdd067a030c199766d53603ec1')
-
-build() {
-  cd "${srcdir}/${_dist}-${pkgver}"
-
-  unset PERL5LIB PERL_MM_OPT CPPFLAGS
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-
-  perl Makefile.PL
-  make
-}
-
-check() {
-  cd "${srcdir}/${_dist}-${pkgver}"
-
-  unset PERL5LIB PERL_MM_OPT
-  export PERL_MM_USE_DEFAULT=1
-
-  make test
-}
-
-package() {
-  cd "${srcdir}/${_dist}-${pkgver}"
-
-  unset PERL5LIB PERL_MM_OPT
-
-  make install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
-
-  find "${pkgdir}" -name '.packlist' -o -name 'perllocal.pod' -delete
-}

Copied: perl-convert-uulib/repos/community-x86_64/PKGBUILD (from rev 234894, perl-convert-uulib/repos/community-testing-x86_64/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-06-06 09:24:48 UTC (rev 234895)
@@ -0,0 +1,51 @@
+# Maintainer: Thore Bödecker <foxxx0 at archlinux.org>
+# Contributor: Yardena Cohen <yardenack at gmail dot com>
+# Contributor: Techlive Zheng <techlivezheng [at] gmail [dot] com>
+# Contributor: Filip S. Adamsen <fsa [at] fsadev [dot] com>
+# Contributor: David Zaragoza <david at zaragoza.com.ve>
+# Contributor: Piotr Beling <qwak at w8.pl>
+# Contributor: Wael Nasreddine <wael at phoenixlinux.org>
+# Contributor: Guillermo A. Amaral <me at guillermoamaral.com> (thewonka)
+# Contributor: Chih-mao Chen <pkmx.tw at gmail.com>
+
+pkgname='perl-convert-uulib'
+pkgver='1.5'
+pkgrel=3
+pkgdesc='Perl interface to the uulib library (a.k.a. uudeview/uuenview).'
+_dist=Convert-UUlib
+arch=('i686' 'x86_64')
+url='https://metacpan.org/release/Convert-UUlib'
+license=('GPL' 'PerlArtistic')
+depends=('perl' 'perl-canary-stability')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/Convert-UUlib-${pkgver}.tar.gz")
+sha512sums=('92c8b6f3a72546dca21018ddf2863113904f550e3ed950a1898ed4abfcc48738e9ca374f5adbc3226df2db6beeb0e12879ae52cdd067a030c199766d53603ec1')
+
+build() {
+  cd "${srcdir}/${_dist}-${pkgver}"
+
+  unset PERL5LIB PERL_MM_OPT CPPFLAGS
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "${srcdir}/${_dist}-${pkgver}"
+
+  unset PERL5LIB PERL_MM_OPT
+  export PERL_MM_USE_DEFAULT=1
+
+  make test
+}
+
+package() {
+  cd "${srcdir}/${_dist}-${pkgver}"
+
+  unset PERL5LIB PERL_MM_OPT
+
+  make install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
+
+  find "${pkgdir}" -name '.packlist' -o -name 'perllocal.pod' -delete
+}



More information about the arch-commits mailing list