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

Eric Bélanger eric at nymeria.archlinux.org
Sun Oct 27 18:25:32 UTC 2013


    Date: Sunday, October 27, 2013 @ 19:25:32
  Author: eric
Revision: 197652

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

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

-----------------------+
 /PKGBUILD             |   54 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   29 -------------------------
 extra-x86_64/PKGBUILD |   29 -------------------------
 3 files changed, 54 insertions(+), 58 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2013-10-27 18:23:52 UTC (rev 197651)
+++ extra-i686/PKGBUILD	2013-10-27 18:25:32 UTC (rev 197652)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Chris Brannon <cmbrannon at cox.net>
-
-pkgname=dotconf
-pkgver=1.3
-pkgrel=3
-pkgdesc='A C library for parsing configuration files'
-url="https://github.com/williamh/dotconf"
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('pkgconfig' 'findutils')
-license=('LGPL2.1')
-source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/williamh/${pkgname}/tarball/v${pkgver}")
-md5sums=('36bfdde245072fc2f4f5766b7db97c45')
-options=('!libtool')
-
-build() {
-  cd "${srcdir}"/williamh-${pkgname}-4cd7b3a
-  autoreconf -i
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/williamh-${pkgname}-4cd7b3a
-  make DESTDIR="${pkgdir}" install
-}

Copied: dotconf/repos/extra-i686/PKGBUILD (from rev 197651, dotconf/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2013-10-27 18:25:32 UTC (rev 197652)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Chris Brannon <cmbrannon at cox.net>
+
+pkgname=dotconf
+pkgver=1.3
+pkgrel=4
+pkgdesc='A C library for parsing configuration files'
+arch=('i686' 'x86_64')
+url="https://github.com/williamh/dotconf"
+license=('LGPL2.1')
+depends=('glibc')
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/williamh/${pkgname}/tarball/v${pkgver}")
+md5sums=('36bfdde245072fc2f4f5766b7db97c45')
+
+build() {
+  cd williamh-${pkgname}-4cd7b3a
+  autoreconf -i
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd williamh-${pkgname}-4cd7b3a
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2013-10-27 18:23:52 UTC (rev 197651)
+++ extra-x86_64/PKGBUILD	2013-10-27 18:25:32 UTC (rev 197652)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Chris Brannon <cmbrannon at cox.net>
-
-pkgname=dotconf
-pkgver=1.3
-pkgrel=3
-pkgdesc='A C library for parsing configuration files'
-url="https://github.com/williamh/dotconf"
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('pkgconfig' 'findutils')
-license=('LGPL2.1')
-source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/williamh/${pkgname}/tarball/v${pkgver}")
-md5sums=('36bfdde245072fc2f4f5766b7db97c45')
-options=('!libtool')
-
-build() {
-  cd "${srcdir}"/williamh-${pkgname}-4cd7b3a
-  autoreconf -i
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/williamh-${pkgname}-4cd7b3a
-  make DESTDIR="${pkgdir}" install
-}

Copied: dotconf/repos/extra-x86_64/PKGBUILD (from rev 197651, dotconf/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2013-10-27 18:25:32 UTC (rev 197652)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Chris Brannon <cmbrannon at cox.net>
+
+pkgname=dotconf
+pkgver=1.3
+pkgrel=4
+pkgdesc='A C library for parsing configuration files'
+arch=('i686' 'x86_64')
+url="https://github.com/williamh/dotconf"
+license=('LGPL2.1')
+depends=('glibc')
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/williamh/${pkgname}/tarball/v${pkgver}")
+md5sums=('36bfdde245072fc2f4f5766b7db97c45')
+
+build() {
+  cd williamh-${pkgname}-4cd7b3a
+  autoreconf -i
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd williamh-${pkgname}-4cd7b3a
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list