[arch-commits] Commit in apr/repos (4 files)

Jan de Groot jgc at archlinux.org
Sun May 13 20:20:53 UTC 2012


    Date: Sunday, May 13, 2012 @ 16:20:53
  Author: jgc
Revision: 158966

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

Added:
  apr/repos/extra-i686/PKGBUILD
    (from rev 158965, apr/trunk/PKGBUILD)
  apr/repos/extra-x86_64/PKGBUILD
    (from rev 158965, apr/trunk/PKGBUILD)
Deleted:
  apr/repos/extra-i686/PKGBUILD
  apr/repos/extra-x86_64/PKGBUILD

-----------------------+
 extra-i686/PKGBUILD   |   72 +++++++++++++++++++++++-------------------------
 extra-x86_64/PKGBUILD |   72 +++++++++++++++++++++++-------------------------
 2 files changed, 70 insertions(+), 74 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-05-13 20:20:26 UTC (rev 158965)
+++ extra-i686/PKGBUILD	2012-05-13 20:20:53 UTC (rev 158966)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Pierre Schmitz <pierre at archlinux.de>
-
-pkgname=apr
-pkgver=1.4.5
-pkgrel=2
-pkgdesc="The Apache Portable Runtime"
-arch=('i686' 'x86_64')
-url="http://apr.apache.org/"
-depends=('util-linux-ng>=2.16')
-options=('!libtool')
-license=('APACHE')
-source=(http://www.apache.org/dist/apr/apr-${pkgver}.tar.bz2)
-md5sums=('8b53f5a5669d0597f2da889a2f576eb6')
-
-build() {
-  cd "${srcdir}/apr-${pkgver}"
-  export apr_cv_accept4=no
-
-  ./configure --prefix=/usr --includedir=/usr/include/apr-1 \
-    --with-installbuilddir=/usr/share/apr-1/build \
-    --enable-nonportable-atomics \
-    --with-devrandom=/dev/urandom
-  make
-}
-
-check() {
-  cd "${srcdir}/apr-${pkgver}"
-  make -j1 check
-}
-
-package() {
-  cd "${srcdir}/apr-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: apr/repos/extra-i686/PKGBUILD (from rev 158965, apr/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-05-13 20:20:53 UTC (rev 158966)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=apr
+pkgver=1.4.6
+pkgrel=1
+pkgdesc="The Apache Portable Runtime"
+arch=('i686' 'x86_64')
+url="http://apr.apache.org/"
+depends=('util-linux')
+options=('!libtool')
+license=('APACHE')
+source=(http://www.apache.org/dist/apr/apr-${pkgver}.tar.bz2)
+md5sums=('ffee70a111fd07372982b0550bbb14b7')
+
+build() {
+  cd "${srcdir}/apr-${pkgver}"
+  ./configure --prefix=/usr --includedir=/usr/include/apr-1 \
+    --with-installbuilddir=/usr/share/apr-1/build \
+    --enable-nonportable-atomics \
+    --with-devrandom=/dev/urandom
+  make
+}
+
+check() {
+  cd "${srcdir}/apr-${pkgver}"
+  make -j1 check
+}
+
+package() {
+  cd "${srcdir}/apr-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-05-13 20:20:26 UTC (rev 158965)
+++ extra-x86_64/PKGBUILD	2012-05-13 20:20:53 UTC (rev 158966)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Pierre Schmitz <pierre at archlinux.de>
-
-pkgname=apr
-pkgver=1.4.5
-pkgrel=2
-pkgdesc="The Apache Portable Runtime"
-arch=('i686' 'x86_64')
-url="http://apr.apache.org/"
-depends=('util-linux-ng>=2.16')
-options=('!libtool')
-license=('APACHE')
-source=(http://www.apache.org/dist/apr/apr-${pkgver}.tar.bz2)
-md5sums=('8b53f5a5669d0597f2da889a2f576eb6')
-
-build() {
-  cd "${srcdir}/apr-${pkgver}"
-  export apr_cv_accept4=no
-
-  ./configure --prefix=/usr --includedir=/usr/include/apr-1 \
-    --with-installbuilddir=/usr/share/apr-1/build \
-    --enable-nonportable-atomics \
-    --with-devrandom=/dev/urandom
-  make
-}
-
-check() {
-  cd "${srcdir}/apr-${pkgver}"
-  make -j1 check
-}
-
-package() {
-  cd "${srcdir}/apr-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: apr/repos/extra-x86_64/PKGBUILD (from rev 158965, apr/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-05-13 20:20:53 UTC (rev 158966)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=apr
+pkgver=1.4.6
+pkgrel=1
+pkgdesc="The Apache Portable Runtime"
+arch=('i686' 'x86_64')
+url="http://apr.apache.org/"
+depends=('util-linux')
+options=('!libtool')
+license=('APACHE')
+source=(http://www.apache.org/dist/apr/apr-${pkgver}.tar.bz2)
+md5sums=('ffee70a111fd07372982b0550bbb14b7')
+
+build() {
+  cd "${srcdir}/apr-${pkgver}"
+  ./configure --prefix=/usr --includedir=/usr/include/apr-1 \
+    --with-installbuilddir=/usr/share/apr-1/build \
+    --enable-nonportable-atomics \
+    --with-devrandom=/dev/urandom
+  make
+}
+
+check() {
+  cd "${srcdir}/apr-${pkgver}"
+  make -j1 check
+}
+
+package() {
+  cd "${srcdir}/apr-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list