[arch-commits] Commit in perl-gd/repos (6 files)
Florian Pritz
bluewind at archlinux.org
Sun Jun 5 11:28:05 UTC 2016
Date: Sunday, June 5, 2016 @ 13:28:04
Author: bluewind
Revision: 177922
db-move: moved perl-gd from [community-testing] to [community] (i686, x86_64)
Added:
perl-gd/repos/community-i686/PKGBUILD
(from rev 177921, perl-gd/repos/community-testing-i686/PKGBUILD)
perl-gd/repos/community-x86_64/PKGBUILD
(from rev 177921, perl-gd/repos/community-testing-x86_64/PKGBUILD)
Deleted:
perl-gd/repos/community-i686/PKGBUILD
perl-gd/repos/community-testing-i686/
perl-gd/repos/community-testing-x86_64/
perl-gd/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 80 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 40 ----------------------
community-x86_64/PKGBUILD | 40 ----------------------
3 files changed, 80 insertions(+), 80 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-06-05 11:28:01 UTC (rev 177921)
+++ community-i686/PKGBUILD 2016-06-05 11:28:04 UTC (rev 177922)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Sergej Pupykin <pupykin.s+aur at gmail.com>
-
-pkgname=perl-gd
-pkgver=2.56
-pkgrel=3
-pkgdesc="Interface to Gd Graphics Library"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/GD"
-license=('GPL' 'PerlArtistic')
-depends=('gd')
-makedepends=('perl-module-build')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/L/LD/LDS/GD-$pkgver.tar.gz)
-md5sums=('c4b3afd98b2c4ce3c2e1027d101a8f1e')
-
-prepare() {
- chmod -R u+w $srcdir/GD-$pkgver
-}
-
-build() {
- cd $srcdir/GD-$pkgver
- perl Build.PL installdirs=vendor destdir="$pkgdir/"
- perl Build
-}
-
-package() {
- cd $srcdir/GD-$pkgver
- perl Build install
- find $pkgdir -name '.packlist' -delete
- find $pkgdir -name '*.pod' -delete
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
- _perlver_min=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]);')
- _perlver_max=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]+1);')
- depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-fi
-# template end;
-}
Copied: perl-gd/repos/community-i686/PKGBUILD (from rev 177921, perl-gd/repos/community-testing-i686/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-06-05 11:28:04 UTC (rev 177922)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Sergej Pupykin <pupykin.s+aur at gmail.com>
+
+pkgname=perl-gd
+pkgver=2.56
+pkgrel=4
+pkgdesc="Interface to Gd Graphics Library"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/GD"
+license=('GPL' 'PerlArtistic')
+depends=('gd')
+makedepends=('perl-module-build')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/L/LD/LDS/GD-$pkgver.tar.gz)
+md5sums=('c4b3afd98b2c4ce3c2e1027d101a8f1e')
+
+prepare() {
+ chmod -R u+w $srcdir/GD-$pkgver
+}
+
+build() {
+ cd $srcdir/GD-$pkgver
+ perl Build.PL installdirs=vendor destdir="$pkgdir/"
+ perl Build
+}
+
+package() {
+ cd $srcdir/GD-$pkgver
+ perl Build install
+ find $pkgdir -name '.packlist' -delete
+ find $pkgdir -name '*.pod' -delete
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+ _perlver_min=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]);')
+ _perlver_max=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]+1);')
+ depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-06-05 11:28:01 UTC (rev 177921)
+++ community-x86_64/PKGBUILD 2016-06-05 11:28:04 UTC (rev 177922)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Sergej Pupykin <pupykin.s+aur at gmail.com>
-
-pkgname=perl-gd
-pkgver=2.56
-pkgrel=3
-pkgdesc="Interface to Gd Graphics Library"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/GD"
-license=('GPL' 'PerlArtistic')
-depends=('gd')
-makedepends=('perl-module-build')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/L/LD/LDS/GD-$pkgver.tar.gz)
-md5sums=('c4b3afd98b2c4ce3c2e1027d101a8f1e')
-
-prepare() {
- chmod -R u+w $srcdir/GD-$pkgver
-}
-
-build() {
- cd $srcdir/GD-$pkgver
- perl Build.PL installdirs=vendor destdir="$pkgdir/"
- perl Build
-}
-
-package() {
- cd $srcdir/GD-$pkgver
- perl Build install
- find $pkgdir -name '.packlist' -delete
- find $pkgdir -name '*.pod' -delete
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
- _perlver_min=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]);')
- _perlver_max=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]+1);')
- depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-fi
-# template end;
-}
Copied: perl-gd/repos/community-x86_64/PKGBUILD (from rev 177921, perl-gd/repos/community-testing-x86_64/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-06-05 11:28:04 UTC (rev 177922)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Sergej Pupykin <pupykin.s+aur at gmail.com>
+
+pkgname=perl-gd
+pkgver=2.56
+pkgrel=4
+pkgdesc="Interface to Gd Graphics Library"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/GD"
+license=('GPL' 'PerlArtistic')
+depends=('gd')
+makedepends=('perl-module-build')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/L/LD/LDS/GD-$pkgver.tar.gz)
+md5sums=('c4b3afd98b2c4ce3c2e1027d101a8f1e')
+
+prepare() {
+ chmod -R u+w $srcdir/GD-$pkgver
+}
+
+build() {
+ cd $srcdir/GD-$pkgver
+ perl Build.PL installdirs=vendor destdir="$pkgdir/"
+ perl Build
+}
+
+package() {
+ cd $srcdir/GD-$pkgver
+ perl Build install
+ find $pkgdir -name '.packlist' -delete
+ find $pkgdir -name '*.pod' -delete
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+ _perlver_min=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]);')
+ _perlver_max=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]+1);')
+ depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}
More information about the arch-commits
mailing list