[arch-commits] Commit in libasyncns/repos (6 files)

Jan Steffens heftig at archlinux.org
Wed Aug 10 23:08:40 UTC 2016


    Date: Wednesday, August 10, 2016 @ 23:08:40
  Author: heftig
Revision: 273587

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

Added:
  libasyncns/repos/extra-i686/PKGBUILD
    (from rev 273586, libasyncns/trunk/PKGBUILD)
  libasyncns/repos/extra-x86_64/PKGBUILD
    (from rev 273586, libasyncns/trunk/PKGBUILD)
Deleted:
  libasyncns/repos/extra-i686/ChangeLog
  libasyncns/repos/extra-i686/PKGBUILD
  libasyncns/repos/extra-x86_64/ChangeLog
  libasyncns/repos/extra-x86_64/PKGBUILD

------------------------+
 /PKGBUILD              |   82 +++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/ChangeLog   |   13 -------
 extra-i686/PKGBUILD    |   28 ----------------
 extra-x86_64/ChangeLog |   13 -------
 extra-x86_64/PKGBUILD  |   28 ----------------
 5 files changed, 82 insertions(+), 82 deletions(-)

Deleted: extra-i686/ChangeLog
===================================================================
--- extra-i686/ChangeLog	2016-08-10 23:06:52 UTC (rev 273586)
+++ extra-i686/ChangeLog	2016-08-10 23:08:40 UTC (rev 273587)
@@ -1,13 +0,0 @@
-2010-02-10  Corrado Primier  <bardo at aur.archlinux.org>
-
-	* Version bump: 0.8
-
-2009-01-17  Corrado Primier  <bardo at aur.archlinux.org>
-
-	* Version bump: 0.7
-
-	* PKGBUILD: moved to $srcdir/$pkgdir syntax
-
-2007-06-20  Georg Grabler  <ggrabler at gmail.com>
-	
-	* Updated to 0.3

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-08-10 23:06:52 UTC (rev 273586)
+++ extra-i686/PKGBUILD	2016-08-10 23:08:40 UTC (rev 273587)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Corrado Primier <bardo at aur.archlinux.org>
-# Contributor: Eric Belanger <belanger at astro.umontreal.ca>
-# Contributor: William Rea <sillywilly at gmail.com>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=libasyncns
-pkgver=0.8
-pkgrel=5
-pkgdesc="A C library for executing name service queries asynchronously"
-arch=('i686' 'x86_64')
-url="http://0pointer.de/lennart/projects/libasyncns"
-license=('LGPL')
-depends=('glibc')
-source=("$url/$pkgname-$pkgver.tar.gz")
-md5sums=('1f553d6ce1ad255bc83b3d8e9384f515')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --disable-lynx
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: libasyncns/repos/extra-i686/PKGBUILD (from rev 273586, libasyncns/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-08-10 23:08:40 UTC (rev 273587)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Corrado Primier <bardo at aur.archlinux.org>
+# Contributor: Eric Belanger <belanger at astro.umontreal.ca>
+# Contributor: William Rea <sillywilly at gmail.com>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=libasyncns
+pkgver=0.8+3+g68cd5af
+pkgrel=1
+pkgdesc="A C library for executing name service queries asynchronously"
+arch=(i686 x86_64)
+url="http://0pointer.de/lennart/projects/libasyncns"
+license=(LGPL)
+depends=(glibc)
+makedepends=(git lynx)
+_commit=68cd5aff1467638c086f1bedcc750e34917168e4
+source=("git://git.0pointer.de/libasyncns.git#commit=$_commit")
+md5sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./bootstrap.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/ChangeLog
===================================================================
--- extra-x86_64/ChangeLog	2016-08-10 23:06:52 UTC (rev 273586)
+++ extra-x86_64/ChangeLog	2016-08-10 23:08:40 UTC (rev 273587)
@@ -1,13 +0,0 @@
-2010-02-10  Corrado Primier  <bardo at aur.archlinux.org>
-
-	* Version bump: 0.8
-
-2009-01-17  Corrado Primier  <bardo at aur.archlinux.org>
-
-	* Version bump: 0.7
-
-	* PKGBUILD: moved to $srcdir/$pkgdir syntax
-
-2007-06-20  Georg Grabler  <ggrabler at gmail.com>
-	
-	* Updated to 0.3

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2016-08-10 23:06:52 UTC (rev 273586)
+++ extra-x86_64/PKGBUILD	2016-08-10 23:08:40 UTC (rev 273587)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Corrado Primier <bardo at aur.archlinux.org>
-# Contributor: Eric Belanger <belanger at astro.umontreal.ca>
-# Contributor: William Rea <sillywilly at gmail.com>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=libasyncns
-pkgver=0.8
-pkgrel=5
-pkgdesc="A C library for executing name service queries asynchronously"
-arch=('i686' 'x86_64')
-url="http://0pointer.de/lennart/projects/libasyncns"
-license=('LGPL')
-depends=('glibc')
-source=("$url/$pkgname-$pkgver.tar.gz")
-md5sums=('1f553d6ce1ad255bc83b3d8e9384f515')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --disable-lynx
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: libasyncns/repos/extra-x86_64/PKGBUILD (from rev 273586, libasyncns/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-08-10 23:08:40 UTC (rev 273587)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Corrado Primier <bardo at aur.archlinux.org>
+# Contributor: Eric Belanger <belanger at astro.umontreal.ca>
+# Contributor: William Rea <sillywilly at gmail.com>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=libasyncns
+pkgver=0.8+3+g68cd5af
+pkgrel=1
+pkgdesc="A C library for executing name service queries asynchronously"
+arch=(i686 x86_64)
+url="http://0pointer.de/lennart/projects/libasyncns"
+license=(LGPL)
+depends=(glibc)
+makedepends=(git lynx)
+_commit=68cd5aff1467638c086f1bedcc750e34917168e4
+source=("git://git.0pointer.de/libasyncns.git#commit=$_commit")
+md5sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./bootstrap.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list