[arch-commits] Commit in perl-x11-protocol-other/repos (5 files)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Wed May 3 17:13:06 UTC 2017
Date: Wednesday, May 3, 2017 @ 17:13:06
Author: jlichtblau
Revision: 226693
archrelease: copy trunk to community-any
Added:
perl-x11-protocol-other/repos/community-any/PKGBUILD
(from rev 226692, perl-x11-protocol-other/trunk/PKGBUILD)
perl-x11-protocol-other/repos/community-testing-any/
perl-x11-protocol-other/repos/community-testing-any/PKGBUILD
(from rev 200128, perl-x11-protocol-other/trunk/PKGBUILD)
Deleted:
perl-x11-protocol-other/repos/community-any/PKGBUILD
perl-x11-protocol-other/repos/community-testing-any/PKGBUILD
--------------------------------+
/PKGBUILD | 80 +++++++++++++++++++++++++++++++++++++++
community-any/PKGBUILD | 40 -------------------
community-testing-any/PKGBUILD | 40 -------------------
3 files changed, 80 insertions(+), 80 deletions(-)
Deleted: community-any/PKGBUILD
===================================================================
--- community-any/PKGBUILD 2017-05-03 17:12:49 UTC (rev 226692)
+++ community-any/PKGBUILD 2017-05-03 17:13:06 UTC (rev 226693)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: 3ED <krzysztof1987 at gmail dot com>
-
-pkgname=perl-x11-protocol-other
-pkgver=29
-pkgrel=2
-pkgdesc="Extra extransions for perl-x11-protocol"
-arch=('any')
-url=http://search.cpan.org/dist/X11-Protocol-Other/
-license=('GPL')
-depends=('perl-x11-protocol')
-makedepends=('perl-extutils-makemaker')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/K/KR/KRYDE/X11-Protocol-Other-${pkgver}.tar.gz)
-sha256sums=('04e96a3f068eca498b7e91fe0abe24173b4152c91b556e21d84d4a802cffbd5f')
-
-build() {
- cd "${srcdir}"/X11-Protocol-Other-${pkgver}
-
- export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL="--skipdeps" \
- PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
- PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
- MODULEBUILDRC=/dev/null
-
- perl Makefile.PL
- make
-}
-
-check() {
- cd "${srcdir}"/X11-Protocol-Other-${pkgver}
-
- make test
-}
-
-package() {
- cd "${srcdir}"/X11-Protocol-Other-${pkgver}
-
- make install
-}
Copied: perl-x11-protocol-other/repos/community-any/PKGBUILD (from rev 226692, perl-x11-protocol-other/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD (rev 0)
+++ community-any/PKGBUILD 2017-05-03 17:13:06 UTC (rev 226693)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: 3ED <krzysztof1987 at gmail dot com>
+
+pkgname=perl-x11-protocol-other
+pkgver=30
+pkgrel=1
+pkgdesc="Extra extransions for perl-x11-protocol"
+arch=('any')
+url=http://search.cpan.org/dist/X11-Protocol-Other/
+license=('GPL')
+depends=('perl-x11-protocol')
+makedepends=('perl-extutils-makemaker')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/K/KR/KRYDE/X11-Protocol-Other-${pkgver}.tar.gz)
+sha256sums=('323fe7736e20480a8b0940ab5695c6c028709cf088061eb9407236764a5c55d5')
+
+build() {
+ cd "${srcdir}"/X11-Protocol-Other-${pkgver}
+
+ export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL="--skipdeps" \
+ PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
+ PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
+ MODULEBUILDRC=/dev/null
+
+ perl Makefile.PL
+ make
+}
+
+check() {
+ cd "${srcdir}"/X11-Protocol-Other-${pkgver}
+
+ make test
+}
+
+package() {
+ cd "${srcdir}"/X11-Protocol-Other-${pkgver}
+
+ make install
+}
Deleted: community-testing-any/PKGBUILD
===================================================================
--- community-testing-any/PKGBUILD 2016-12-18 12:03:38 UTC (rev 200129)
+++ community-testing-any/PKGBUILD 2017-05-03 17:13:06 UTC (rev 226693)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: 3ED <krzysztof1987 at gmail dot com>
-
-pkgname=perl-x11-protocol-other
-pkgver=29
-pkgrel=2
-pkgdesc="Extra extransions for perl-x11-protocol"
-arch=('any')
-url=http://search.cpan.org/dist/X11-Protocol-Other/
-license=('GPL')
-depends=('perl-x11-protocol')
-makedepends=('perl-extutils-makemaker')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/K/KR/KRYDE/X11-Protocol-Other-${pkgver}.tar.gz)
-sha256sums=('04e96a3f068eca498b7e91fe0abe24173b4152c91b556e21d84d4a802cffbd5f')
-
-build() {
- cd "${srcdir}"/X11-Protocol-Other-${pkgver}
-
- export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL="--skipdeps" \
- PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
- PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
- MODULEBUILDRC=/dev/null
-
- perl Makefile.PL
- make
-}
-
-check() {
- cd "${srcdir}"/X11-Protocol-Other-${pkgver}
-
- make test
-}
-
-package() {
- cd "${srcdir}"/X11-Protocol-Other-${pkgver}
-
- make install
-}
Copied: perl-x11-protocol-other/repos/community-testing-any/PKGBUILD (from rev 200128, perl-x11-protocol-other/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD (rev 0)
+++ community-testing-any/PKGBUILD 2017-05-03 17:13:06 UTC (rev 226693)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: 3ED <krzysztof1987 at gmail dot com>
+
+pkgname=perl-x11-protocol-other
+pkgver=29
+pkgrel=2
+pkgdesc="Extra extransions for perl-x11-protocol"
+arch=('any')
+url=http://search.cpan.org/dist/X11-Protocol-Other/
+license=('GPL')
+depends=('perl-x11-protocol')
+makedepends=('perl-extutils-makemaker')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/K/KR/KRYDE/X11-Protocol-Other-${pkgver}.tar.gz)
+sha256sums=('04e96a3f068eca498b7e91fe0abe24173b4152c91b556e21d84d4a802cffbd5f')
+
+build() {
+ cd "${srcdir}"/X11-Protocol-Other-${pkgver}
+
+ export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL="--skipdeps" \
+ PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
+ PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
+ MODULEBUILDRC=/dev/null
+
+ perl Makefile.PL
+ make
+}
+
+check() {
+ cd "${srcdir}"/X11-Protocol-Other-${pkgver}
+
+ make test
+}
+
+package() {
+ cd "${srcdir}"/X11-Protocol-Other-${pkgver}
+
+ make install
+}
More information about the arch-commits
mailing list