[arch-commits] Commit in libconfig/repos (8 files)

Antonio Rojas arojas at archlinux.org
Fri Jun 16 18:41:17 UTC 2017


    Date: Friday, June 16, 2017 @ 18:41:16
  Author: arojas
Revision: 298905

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

Added:
  libconfig/repos/testing-i686/.contrib
    (from rev 298904, libconfig/trunk/.contrib)
  libconfig/repos/testing-i686/PKGBUILD
    (from rev 298904, libconfig/trunk/PKGBUILD)
  libconfig/repos/testing-x86_64/.contrib
    (from rev 298904, libconfig/trunk/.contrib)
  libconfig/repos/testing-x86_64/PKGBUILD
    (from rev 298904, libconfig/trunk/PKGBUILD)
Deleted:
  libconfig/repos/testing-i686/.contrib
  libconfig/repos/testing-i686/PKGBUILD
  libconfig/repos/testing-x86_64/.contrib
  libconfig/repos/testing-x86_64/PKGBUILD

-------------------------+
 /.contrib               |    4 ++
 /PKGBUILD               |   78 ++++++++++++++++++++++++++++++++++++++++++++++
 testing-i686/.contrib   |    2 -
 testing-i686/PKGBUILD   |   40 -----------------------
 testing-x86_64/.contrib |    2 -
 testing-x86_64/PKGBUILD |   40 -----------------------
 6 files changed, 82 insertions(+), 84 deletions(-)

Deleted: testing-i686/.contrib
===================================================================
--- testing-i686/.contrib	2017-06-16 18:02:34 UTC (rev 298904)
+++ testing-i686/.contrib	2017-06-16 18:41:16 UTC (rev 298905)
@@ -1,2 +0,0 @@
-# Contributor: Roman Kyrylych <roman at archlinux.org>
-# Contributor: scippio <scippio at seznam.cz>

Copied: libconfig/repos/testing-i686/.contrib (from rev 298904, libconfig/trunk/.contrib)
===================================================================
--- testing-i686/.contrib	                        (rev 0)
+++ testing-i686/.contrib	2017-06-16 18:41:16 UTC (rev 298905)
@@ -0,0 +1,2 @@
+# Contributor: Roman Kyrylych <roman at archlinux.org>
+# Contributor: scippio <scippio at seznam.cz>

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2017-06-16 18:02:34 UTC (rev 298904)
+++ testing-i686/PKGBUILD	2017-06-16 18:41:16 UTC (rev 298905)
@@ -1,40 +0,0 @@
-# $Id: PKGBUILD 55397 2011-09-11 21:15:58Z spupykin $
-# Maintainer: Ray Rashif <schiv at archlinux.org>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: see .contrib
-
-pkgname=libconfig
-pkgver=1.6
-pkgrel=1
-pkgdesc="C/C++ Configuration File Library"
-arch=('i686' 'x86_64')
-url="http://hyperrealm.com/libconfig/libconfig.html"
-license=('LGPL')
-depends=('gcc-libs' 'texinfo')
-options=('!emptydirs' 'zipman')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/hyperrealm/libconfig/archive/v$pkgver.tar.gz")
-md5sums=('2ccd24b6a2ee39f7ff8a3badfafb6539')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-# See: https://github.com/hyperrealm/libconfig/issues/47
-  rm lib/scanner.{c,h}
-  autoreconf -fvi
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make -j1
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-  rm "$pkgdir/usr/share/info/dir"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libconfig/repos/testing-i686/PKGBUILD (from rev 298904, libconfig/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2017-06-16 18:41:16 UTC (rev 298905)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 55397 2011-09-11 21:15:58Z spupykin $
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: see .contrib
+
+pkgname=libconfig
+pkgver=1.6
+pkgrel=2
+pkgdesc="C/C++ Configuration File Library"
+arch=('i686' 'x86_64')
+url="http://hyperrealm.com/libconfig/libconfig.html"
+license=('LGPL')
+depends=('gcc-libs' 'texinfo')
+options=('!emptydirs' 'zipman')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/hyperrealm/libconfig/archive/v$pkgver.tar.gz")
+md5sums=('2ccd24b6a2ee39f7ff8a3badfafb6539')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+# See: https://github.com/hyperrealm/libconfig/issues/47
+  rm lib/scanner.c
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  rm "$pkgdir/usr/share/info/dir"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: testing-x86_64/.contrib
===================================================================
--- testing-x86_64/.contrib	2017-06-16 18:02:34 UTC (rev 298904)
+++ testing-x86_64/.contrib	2017-06-16 18:41:16 UTC (rev 298905)
@@ -1,2 +0,0 @@
-# Contributor: Roman Kyrylych <roman at archlinux.org>
-# Contributor: scippio <scippio at seznam.cz>

Copied: libconfig/repos/testing-x86_64/.contrib (from rev 298904, libconfig/trunk/.contrib)
===================================================================
--- testing-x86_64/.contrib	                        (rev 0)
+++ testing-x86_64/.contrib	2017-06-16 18:41:16 UTC (rev 298905)
@@ -0,0 +1,2 @@
+# Contributor: Roman Kyrylych <roman at archlinux.org>
+# Contributor: scippio <scippio at seznam.cz>

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2017-06-16 18:02:34 UTC (rev 298904)
+++ testing-x86_64/PKGBUILD	2017-06-16 18:41:16 UTC (rev 298905)
@@ -1,40 +0,0 @@
-# $Id: PKGBUILD 55397 2011-09-11 21:15:58Z spupykin $
-# Maintainer: Ray Rashif <schiv at archlinux.org>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: see .contrib
-
-pkgname=libconfig
-pkgver=1.6
-pkgrel=1
-pkgdesc="C/C++ Configuration File Library"
-arch=('i686' 'x86_64')
-url="http://hyperrealm.com/libconfig/libconfig.html"
-license=('LGPL')
-depends=('gcc-libs' 'texinfo')
-options=('!emptydirs' 'zipman')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/hyperrealm/libconfig/archive/v$pkgver.tar.gz")
-md5sums=('2ccd24b6a2ee39f7ff8a3badfafb6539')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-# See: https://github.com/hyperrealm/libconfig/issues/47
-  rm lib/scanner.{c,h}
-  autoreconf -fvi
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make -j1
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-  rm "$pkgdir/usr/share/info/dir"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libconfig/repos/testing-x86_64/PKGBUILD (from rev 298904, libconfig/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2017-06-16 18:41:16 UTC (rev 298905)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 55397 2011-09-11 21:15:58Z spupykin $
+# Maintainer: Ray Rashif <schiv at archlinux.org>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: see .contrib
+
+pkgname=libconfig
+pkgver=1.6
+pkgrel=2
+pkgdesc="C/C++ Configuration File Library"
+arch=('i686' 'x86_64')
+url="http://hyperrealm.com/libconfig/libconfig.html"
+license=('LGPL')
+depends=('gcc-libs' 'texinfo')
+options=('!emptydirs' 'zipman')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/hyperrealm/libconfig/archive/v$pkgver.tar.gz")
+md5sums=('2ccd24b6a2ee39f7ff8a3badfafb6539')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+# See: https://github.com/hyperrealm/libconfig/issues/47
+  rm lib/scanner.c
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  rm "$pkgdir/usr/share/info/dir"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list