[arch-commits] Commit in perl-alien-sdl/repos (4 files)

Jan Steffens heftig at archlinux.org
Thu Mar 30 21:16:31 UTC 2017


    Date: Thursday, March 30, 2017 @ 21:16:30
  Author: heftig
Revision: 291926

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  perl-alien-sdl/repos/extra-i686/PKGBUILD
    (from rev 291925, perl-alien-sdl/trunk/PKGBUILD)
  perl-alien-sdl/repos/extra-x86_64/PKGBUILD
    (from rev 291925, perl-alien-sdl/trunk/PKGBUILD)
Deleted:
  perl-alien-sdl/repos/extra-i686/PKGBUILD
  perl-alien-sdl/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   84 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   42 ------------------------
 extra-x86_64/PKGBUILD |   42 ------------------------
 3 files changed, 84 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2017-03-30 21:16:04 UTC (rev 291925)
+++ extra-i686/PKGBUILD	2017-03-30 21:16:30 UTC (rev 291926)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: Sarah Hay <sarahhay at mb.sympatico.ca>
-
-# This package must not by "any" arch.
-# Requires rebuild with every change to sdl-config
-
-pkgname=perl-alien-sdl
-_realname=Alien-SDL
-pkgver=1.446
-pkgrel=1
-pkgdesc="Building, finding and using SDL binaries"
-arch=(i686 x86_64)
-license=(PerlArtistic GPL)
-url="http://search.cpan.org/dist/Alien-SDL/"
-depends=(sdl=1.2.15 perl-file-sharedir perl-capture-tiny)
-makedepends=(perl-file-which perl-text-patch perl-archive-extract perl-archive-zip perl-module-build)
-options=(!emptydirs)
-_author=FROGGS
-source=(http://search.cpan.org/CPAN/authors/id/${_author::1}/${_author::2}/$_author/$_realname-$pkgver.tar.gz)
-md5sums=('3b3f8ba2e26f789caf392a9bba964330')
-
-prepare() {
-  cd $_realname-$pkgver
-
-  # Workaround bug with --with-sdl-config
-  sed -i '/^GetOptions/d' Build.PL
-}
-
-build() {
-  cd $_realname-$pkgver
-
-  # install module in vendor directories
-  perl Build.PL --with-sdl-config
-  perl Build
-}
-
-package() {
-  cd $_realname-$pkgver
-  perl Build install installdirs=vendor destdir="$pkgdir"
-}

Copied: perl-alien-sdl/repos/extra-i686/PKGBUILD (from rev 291925, perl-alien-sdl/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-03-30 21:16:30 UTC (rev 291926)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Sarah Hay <sarahhay at mb.sympatico.ca>
+
+# This package must not by "any" arch.
+# Requires rebuild with every change to sdl-config
+
+pkgname=perl-alien-sdl
+_realname=Alien-SDL
+pkgver=1.446
+pkgrel=2
+pkgdesc="Building, finding and using SDL binaries"
+arch=(i686 x86_64)
+license=(PerlArtistic GPL)
+url="http://search.cpan.org/dist/Alien-SDL/"
+depends=('sdl=1.2.15' perl-file-sharedir perl-capture-tiny)
+makedepends=(perl-file-which perl-text-patch perl-archive-extract perl-archive-zip perl-module-build)
+options=(!emptydirs)
+_author=FROGGS
+source=(http://search.cpan.org/CPAN/authors/id/${_author::1}/${_author::2}/$_author/$_realname-$pkgver.tar.gz)
+sha256sums=('c9aa2c9dc3c63d89773c7d7203f2a46d1b924d0c72d9f801af147a3dc8bc512a')
+
+prepare() {
+  cd $_realname-$pkgver
+
+  # Workaround bug with --with-sdl-config
+  sed -i '/^GetOptions/d' Build.PL
+}
+
+build() {
+  cd $_realname-$pkgver
+
+  # install module in vendor directories
+  perl Build.PL --with-sdl-config
+  perl Build
+}
+
+package() {
+  cd $_realname-$pkgver
+  perl Build install installdirs=vendor destdir="$pkgdir"
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2017-03-30 21:16:04 UTC (rev 291925)
+++ extra-x86_64/PKGBUILD	2017-03-30 21:16:30 UTC (rev 291926)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: Sarah Hay <sarahhay at mb.sympatico.ca>
-
-# This package must not by "any" arch.
-# Requires rebuild with every change to sdl-config
-
-pkgname=perl-alien-sdl
-_realname=Alien-SDL
-pkgver=1.446
-pkgrel=1
-pkgdesc="Building, finding and using SDL binaries"
-arch=(i686 x86_64)
-license=(PerlArtistic GPL)
-url="http://search.cpan.org/dist/Alien-SDL/"
-depends=(sdl=1.2.15 perl-file-sharedir perl-capture-tiny)
-makedepends=(perl-file-which perl-text-patch perl-archive-extract perl-archive-zip perl-module-build)
-options=(!emptydirs)
-_author=FROGGS
-source=(http://search.cpan.org/CPAN/authors/id/${_author::1}/${_author::2}/$_author/$_realname-$pkgver.tar.gz)
-md5sums=('3b3f8ba2e26f789caf392a9bba964330')
-
-prepare() {
-  cd $_realname-$pkgver
-
-  # Workaround bug with --with-sdl-config
-  sed -i '/^GetOptions/d' Build.PL
-}
-
-build() {
-  cd $_realname-$pkgver
-
-  # install module in vendor directories
-  perl Build.PL --with-sdl-config
-  perl Build
-}
-
-package() {
-  cd $_realname-$pkgver
-  perl Build install installdirs=vendor destdir="$pkgdir"
-}

Copied: perl-alien-sdl/repos/extra-x86_64/PKGBUILD (from rev 291925, perl-alien-sdl/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-03-30 21:16:30 UTC (rev 291926)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Sarah Hay <sarahhay at mb.sympatico.ca>
+
+# This package must not by "any" arch.
+# Requires rebuild with every change to sdl-config
+
+pkgname=perl-alien-sdl
+_realname=Alien-SDL
+pkgver=1.446
+pkgrel=2
+pkgdesc="Building, finding and using SDL binaries"
+arch=(i686 x86_64)
+license=(PerlArtistic GPL)
+url="http://search.cpan.org/dist/Alien-SDL/"
+depends=('sdl=1.2.15' perl-file-sharedir perl-capture-tiny)
+makedepends=(perl-file-which perl-text-patch perl-archive-extract perl-archive-zip perl-module-build)
+options=(!emptydirs)
+_author=FROGGS
+source=(http://search.cpan.org/CPAN/authors/id/${_author::1}/${_author::2}/$_author/$_realname-$pkgver.tar.gz)
+sha256sums=('c9aa2c9dc3c63d89773c7d7203f2a46d1b924d0c72d9f801af147a3dc8bc512a')
+
+prepare() {
+  cd $_realname-$pkgver
+
+  # Workaround bug with --with-sdl-config
+  sed -i '/^GetOptions/d' Build.PL
+}
+
+build() {
+  cd $_realname-$pkgver
+
+  # install module in vendor directories
+  perl Build.PL --with-sdl-config
+  perl Build
+}
+
+package() {
+  cd $_realname-$pkgver
+  perl Build install installdirs=vendor destdir="$pkgdir"
+}



More information about the arch-commits mailing list