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

Thorsten Töpper ttoepper at archlinux.org
Mon Jan 25 11:03:23 UTC 2016


    Date: Monday, January 25, 2016 @ 12:03:22
  Author: ttoepper
Revision: 158874

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

Added:
  confuse/repos/community-i686/PKGBUILD
    (from rev 158873, confuse/trunk/PKGBUILD)
  confuse/repos/community-x86_64/PKGBUILD
    (from rev 158873, confuse/trunk/PKGBUILD)
Deleted:
  confuse/repos/community-i686/PKGBUILD
  confuse/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   56 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   28 ----------------------
 community-x86_64/PKGBUILD |   28 ----------------------
 3 files changed, 56 insertions(+), 56 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-01-25 11:03:16 UTC (rev 158873)
+++ community-i686/PKGBUILD	2016-01-25 11:03:22 UTC (rev 158874)
@@ -1,28 +0,0 @@
-# $Id$
-# Contributor : Ionut Biru <ibiru at archlinux.org>
-# Contributor: Roman Kyrylych <roman at archlinux.org>
-# Contributor: Alexander Mieland (dma147) <dma147 at linux-stats.org>
-# Maintainer: Thorsten Töpper <atsutane-tu at freethoughts.de>
-
-pkgname=confuse
-pkgver=2.8
-pkgrel=1
-pkgdesc="C-library for parsing configuration files"
-arch=('i686' 'x86_64')
-url="http://www.nongnu.org/confuse"
-license=('LGPL')
-depends=('glibc')
-source=("https://github.com/martinh/libconfuse/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-options=('!emptydirs')
-md5sums=('e94ade0372a43e80b35031046bbc2a33')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --enable-shared
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: confuse/repos/community-i686/PKGBUILD (from rev 158873, confuse/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-01-25 11:03:22 UTC (rev 158874)
@@ -0,0 +1,28 @@
+# $Id$
+# Contributor : Ionut Biru <ibiru at archlinux.org>
+# Contributor: Roman Kyrylych <roman at archlinux.org>
+# Contributor: Alexander Mieland (dma147) <dma147 at linux-stats.org>
+# Maintainer: Thorsten Töpper <atsutane-tu at freethoughts.de>
+
+pkgname=confuse
+pkgver=2.8
+pkgrel=2
+pkgdesc='C-library for parsing configuration files'
+arch=('i686' 'x86_64')
+url='https://github.com/martinh/libconfuse'
+license=('LGPL')
+depends=('glibc')
+source=("https://github.com/martinh/libconfuse/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+options=('!emptydirs')
+md5sums=('e94ade0372a43e80b35031046bbc2a33')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --enable-shared
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-01-25 11:03:16 UTC (rev 158873)
+++ community-x86_64/PKGBUILD	2016-01-25 11:03:22 UTC (rev 158874)
@@ -1,28 +0,0 @@
-# $Id$
-# Contributor : Ionut Biru <ibiru at archlinux.org>
-# Contributor: Roman Kyrylych <roman at archlinux.org>
-# Contributor: Alexander Mieland (dma147) <dma147 at linux-stats.org>
-# Maintainer: Thorsten Töpper <atsutane-tu at freethoughts.de>
-
-pkgname=confuse
-pkgver=2.8
-pkgrel=1
-pkgdesc="C-library for parsing configuration files"
-arch=('i686' 'x86_64')
-url="http://www.nongnu.org/confuse"
-license=('LGPL')
-depends=('glibc')
-source=("https://github.com/martinh/libconfuse/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-options=('!emptydirs')
-md5sums=('e94ade0372a43e80b35031046bbc2a33')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --enable-shared
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: confuse/repos/community-x86_64/PKGBUILD (from rev 158873, confuse/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-01-25 11:03:22 UTC (rev 158874)
@@ -0,0 +1,28 @@
+# $Id$
+# Contributor : Ionut Biru <ibiru at archlinux.org>
+# Contributor: Roman Kyrylych <roman at archlinux.org>
+# Contributor: Alexander Mieland (dma147) <dma147 at linux-stats.org>
+# Maintainer: Thorsten Töpper <atsutane-tu at freethoughts.de>
+
+pkgname=confuse
+pkgver=2.8
+pkgrel=2
+pkgdesc='C-library for parsing configuration files'
+arch=('i686' 'x86_64')
+url='https://github.com/martinh/libconfuse'
+license=('LGPL')
+depends=('glibc')
+source=("https://github.com/martinh/libconfuse/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+options=('!emptydirs')
+md5sums=('e94ade0372a43e80b35031046bbc2a33')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --enable-shared
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list