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

2014-11-03 Thread Sergej Pupykin
Date: Monday, November 3, 2014 @ 21:40:44
  Author: spupykin
Revision: 121758

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

Added:
  adns/repos/community-i686/PKGBUILD
(from rev 121757, adns/trunk/PKGBUILD)
  adns/repos/community-i686/so-fix.patch
(from rev 121757, adns/trunk/so-fix.patch)
  adns/repos/community-x86_64/PKGBUILD
(from rev 121757, adns/trunk/PKGBUILD)
  adns/repos/community-x86_64/so-fix.patch
(from rev 121757, adns/trunk/so-fix.patch)
Deleted:
  adns/repos/community-i686/PKGBUILD
  adns/repos/community-i686/so-fix.patch
  adns/repos/community-x86_64/PKGBUILD
  adns/repos/community-x86_64/so-fix.patch

---+
 /PKGBUILD |   54 
 /so-fix.patch |   20 ++
 community-i686/PKGBUILD   |   27 
 community-i686/so-fix.patch   |   10 ---
 community-x86_64/PKGBUILD |   27 
 community-x86_64/so-fix.patch |   10 ---
 6 files changed, 74 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-03 20:40:25 UTC (rev 121757)
+++ community-i686/PKGBUILD 2014-11-03 20:40:44 UTC (rev 121758)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: dorphell dorph...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=adns
-pkgver=1.4
-pkgrel=4
-pkgdesc=adns is an asyncronous replacement resolver library
-arch=('i686' 'x86_64')
-url=http://www.chiark.greenend.org.uk/~ian/adns/;
-license=('GPL')
-depends=('glibc')
-source=(http://www.chiark.greenend.org.uk/~ian/$pkgname/ftp/$pkgname-$pkgver.tar.gz)
-md5sums=('88bc7bbf3f62a8d4fb186b8f72ead853')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  mkdir -p $pkgdir/usr/{lib,include,bin}
-  make prefix=$pkgdir/usr install
-}

Copied: adns/repos/community-i686/PKGBUILD (from rev 121757, 
adns/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-03 20:40:44 UTC (rev 121758)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: dorphell dorph...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=adns
+pkgver=1.5.0
+pkgrel=1
+pkgdesc=adns is an asyncronous replacement resolver library
+arch=('i686' 'x86_64')
+url=http://www.chiark.greenend.org.uk/~ian/adns/;
+license=('GPL')
+depends=('glibc')
+source=(http://www.chiark.greenend.org.uk/~ian/$pkgname/ftp/$pkgname-$pkgver.tar.gz)
+md5sums=('261956cf66146afd292846df9af06978')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  mkdir -p $pkgdir/usr/{lib,include,bin}
+  make prefix=$pkgdir/usr install
+}

Deleted: community-i686/so-fix.patch
===
--- community-i686/so-fix.patch 2014-11-03 20:40:25 UTC (rev 121757)
+++ community-i686/so-fix.patch 2014-11-03 20:40:44 UTC (rev 121758)
@@ -1,10 +0,0 @@
 Makefile.in-old2003-02-14 22:16:21.0 -0800
-+++ Makefile.in2003-02-14 22:16:59.0 -0800
-@@ -33,6 +33,7 @@
- install:
-   $(INSTALL_PROGRAM) $(SHLIBFILE) $(lib_dir)/$(SHLIBFILE)
-   ln -sf $(SHLIBFILE) $(lib_dir)/$(SHLIBSONAME)
-+  ln -sf $(SHLIBFILE) $(lib_dir)/$(SHLIBFORLINK)
- 
- uninstall:
-   rm -f $(lib_dir)/$(SHLIBFILE) $(lib_dir)/$(SHLIBSONAME)

Copied: adns/repos/community-i686/so-fix.patch (from rev 121757, 
adns/trunk/so-fix.patch)
===
--- community-i686/so-fix.patch (rev 0)
+++ community-i686/so-fix.patch 2014-11-03 20:40:44 UTC (rev 121758)
@@ -0,0 +1,10 @@
+--- Makefile.in-old2003-02-14 22:16:21.0 -0800
 Makefile.in2003-02-14 22:16:59.0 -0800
+@@ -33,6 +33,7 @@
+ install:
+   $(INSTALL_PROGRAM) $(SHLIBFILE) $(lib_dir)/$(SHLIBFILE)
+   ln -sf $(SHLIBFILE) $(lib_dir)/$(SHLIBSONAME)
++  ln -sf $(SHLIBFILE) $(lib_dir)/$(SHLIBFORLINK)
+ 
+ uninstall:
+   rm -f $(lib_dir)/$(SHLIBFILE) $(lib_dir)/$(SHLIBSONAME)

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-11-03 20:40:25 UTC (rev 121757)
+++ community-x86_64/PKGBUILD   2014-11-03 20:40:44 UTC (rev 121758)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: dorphell dorph...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=adns
-pkgver=1.4
-pkgrel=4
-pkgdesc=adns is an asyncronous 

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

2013-11-01 Thread Sergej Pupykin
Date: Friday, November 1, 2013 @ 21:19:37
  Author: spupykin
Revision: 100126

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

Added:
  adns/repos/community-i686/PKGBUILD
(from rev 100125, adns/trunk/PKGBUILD)
  adns/repos/community-i686/so-fix.patch
(from rev 100125, adns/trunk/so-fix.patch)
  adns/repos/community-x86_64/PKGBUILD
(from rev 100125, adns/trunk/PKGBUILD)
  adns/repos/community-x86_64/so-fix.patch
(from rev 100125, adns/trunk/so-fix.patch)
Deleted:
  adns/repos/community-i686/PKGBUILD
  adns/repos/community-i686/so-fix.patch
  adns/repos/community-x86_64/PKGBUILD
  adns/repos/community-x86_64/so-fix.patch

---+
 /PKGBUILD |   54 
 /so-fix.patch |   20 ++
 community-i686/PKGBUILD   |   23 -
 community-i686/so-fix.patch   |   10 ---
 community-x86_64/PKGBUILD |   23 -
 community-x86_64/so-fix.patch |   10 ---
 6 files changed, 74 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-01 20:19:18 UTC (rev 100125)
+++ community-i686/PKGBUILD 2013-11-01 20:19:37 UTC (rev 100126)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: dorphell dorph...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=adns
-pkgver=1.4
-pkgrel=3
-pkgdesc=adns is an asyncronous replacement resolver library
-arch=('i686' 'x86_64')
-url=http://www.chiark.greenend.org.uk/~ian/adns/;
-license=('GPL')
-depends=('glibc')
-source=(http://www.chiark.greenend.org.uk/~ian/$pkgname/ftp/$pkgname-$pkgver.tar.gz)
-md5sums=('88bc7bbf3f62a8d4fb186b8f72ead853')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-  mkdir -p $pkgdir/usr/{lib,include,bin}
-  make prefix=$pkgdir/usr install
-}

Copied: adns/repos/community-i686/PKGBUILD (from rev 100125, 
adns/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-01 20:19:37 UTC (rev 100126)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: dorphell dorph...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=adns
+pkgver=1.4
+pkgrel=4
+pkgdesc=adns is an asyncronous replacement resolver library
+arch=('i686' 'x86_64')
+url=http://www.chiark.greenend.org.uk/~ian/adns/;
+license=('GPL')
+depends=('glibc')
+source=(http://www.chiark.greenend.org.uk/~ian/$pkgname/ftp/$pkgname-$pkgver.tar.gz)
+md5sums=('88bc7bbf3f62a8d4fb186b8f72ead853')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  mkdir -p $pkgdir/usr/{lib,include,bin}
+  make prefix=$pkgdir/usr install
+}

Deleted: community-i686/so-fix.patch
===
--- community-i686/so-fix.patch 2013-11-01 20:19:18 UTC (rev 100125)
+++ community-i686/so-fix.patch 2013-11-01 20:19:37 UTC (rev 100126)
@@ -1,10 +0,0 @@
 Makefile.in-old2003-02-14 22:16:21.0 -0800
-+++ Makefile.in2003-02-14 22:16:59.0 -0800
-@@ -33,6 +33,7 @@
- install:
-   $(INSTALL_PROGRAM) $(SHLIBFILE) $(lib_dir)/$(SHLIBFILE)
-   ln -sf $(SHLIBFILE) $(lib_dir)/$(SHLIBSONAME)
-+  ln -sf $(SHLIBFILE) $(lib_dir)/$(SHLIBFORLINK)
- 
- uninstall:
-   rm -f $(lib_dir)/$(SHLIBFILE) $(lib_dir)/$(SHLIBSONAME)

Copied: adns/repos/community-i686/so-fix.patch (from rev 100125, 
adns/trunk/so-fix.patch)
===
--- community-i686/so-fix.patch (rev 0)
+++ community-i686/so-fix.patch 2013-11-01 20:19:37 UTC (rev 100126)
@@ -0,0 +1,10 @@
+--- Makefile.in-old2003-02-14 22:16:21.0 -0800
 Makefile.in2003-02-14 22:16:59.0 -0800
+@@ -33,6 +33,7 @@
+ install:
+   $(INSTALL_PROGRAM) $(SHLIBFILE) $(lib_dir)/$(SHLIBFILE)
+   ln -sf $(SHLIBFILE) $(lib_dir)/$(SHLIBSONAME)
++  ln -sf $(SHLIBFILE) $(lib_dir)/$(SHLIBFORLINK)
+ 
+ uninstall:
+   rm -f $(lib_dir)/$(SHLIBFILE) $(lib_dir)/$(SHLIBSONAME)

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-01 20:19:18 UTC (rev 100125)
+++ community-x86_64/PKGBUILD   2013-11-01 20:19:37 UTC (rev 100126)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: dorphell dorph...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=adns
-pkgver=1.4
-pkgrel=3
-pkgdesc=adns is an asyncronous replacement resolver library
-arch=('i686' 'x86_64')