Date: Monday, October 21, 2013 @ 17:02:47
  Author: jgc
Revision: 197050

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

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

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

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2013-10-21 15:02:40 UTC (rev 197049)
+++ extra-i686/PKGBUILD 2013-10-21 15:02:47 UTC (rev 197050)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <[email protected]>
-# Contributor: Andrea Scarpino <[email protected]>
-# Contributor: Pierre Schmitz <[email protected]>
-
-pkgname=apr
-pkgver=1.4.8
-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=('ce2ab01a0c3cdb71cf0a6326b8654f41')
-
-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
-}

Copied: apr/repos/extra-i686/PKGBUILD (from rev 197049, apr/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD                         (rev 0)
+++ extra-i686/PKGBUILD 2013-10-21 15:02:47 UTC (rev 197050)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+# Contributor: Pierre Schmitz <[email protected]>
+
+pkgname=apr
+pkgver=1.4.8
+pkgrel=2
+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=('ce2ab01a0c3cdb71cf0a6326b8654f41')
+
+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 --disable-static
+  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       2013-10-21 15:02:40 UTC (rev 197049)
+++ extra-x86_64/PKGBUILD       2013-10-21 15:02:47 UTC (rev 197050)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <[email protected]>
-# Contributor: Andrea Scarpino <[email protected]>
-# Contributor: Pierre Schmitz <[email protected]>
-
-pkgname=apr
-pkgver=1.4.8
-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=('ce2ab01a0c3cdb71cf0a6326b8654f41')
-
-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
-}

Copied: apr/repos/extra-x86_64/PKGBUILD (from rev 197049, apr/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD                               (rev 0)
+++ extra-x86_64/PKGBUILD       2013-10-21 15:02:47 UTC (rev 197050)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+# Contributor: Pierre Schmitz <[email protected]>
+
+pkgname=apr
+pkgver=1.4.8
+pkgrel=2
+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=('ce2ab01a0c3cdb71cf0a6326b8654f41')
+
+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 --disable-static
+  make
+}
+
+check() {
+  cd "${srcdir}/apr-${pkgver}"
+  make -j1 check
+}
+
+package() {
+  cd "${srcdir}/apr-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Reply via email to