Date: Wednesday, May 23, 2012 @ 18:28:28
  Author: bisson
Revision: 159413

db-move: moved ldns from [testing] to [core] (x86_64)

Added:
  ldns/repos/core-x86_64/PKGBUILD
    (from rev 159409, ldns/repos/testing-x86_64/PKGBUILD)
Deleted:
  ldns/repos/core-x86_64/Makefile.patch
  ldns/repos/core-x86_64/PKGBUILD
  ldns/repos/testing-x86_64/

----------------+
 Makefile.patch |   20 ------------
 PKGBUILD       |   86 ++++++++++++++++++++++++++-----------------------------
 2 files changed, 41 insertions(+), 65 deletions(-)

Deleted: core-x86_64/Makefile.patch
===================================================================
--- core-x86_64/Makefile.patch  2012-05-23 22:28:26 UTC (rev 159412)
+++ core-x86_64/Makefile.patch  2012-05-23 22:28:28 UTC (rev 159413)
@@ -1,20 +0,0 @@
---- old/Makefile.in    2012-01-12 00:11:36.000000000 +1100
-+++ new/Makefile.in    2012-01-27 11:36:16.110154453 +1100
-@@ -130,7 +130,7 @@
-               exit -1 ; \
-       fi
- drill/drill: $(DRILL_LOBJS) $(LIB)
--      $(LINK_EXE) $(DRILL_LOBJS) $(LIBS) -lldns -o drill/drill
-+      $(LINK_EXE) $(DRILL_LOBJS) $(LIBS) $(LIBSSL_LIBS) -lldns -o drill/drill
- 
- install-drill: drill/drill
-       $(INSTALL) -m 755 -d $(DESTDIR)$(bindir)
-@@ -157,7 +157,7 @@
-               exit -1 ; \
-       fi
- $(EXAMPLE_PROGS): $(EXAMPLE_LOBJS) $(LIB)
--      $(LINK_EXE) [email protected] $(LIBS) -lldns -o $@
-+      $(LINK_EXE) [email protected] $(LIBS) $(LIBSSL_LIBS) -lldns -o $@
- 
- $(TESTNS): $(TESTNS_LOBJS) $(LIB)
-       $(LINK_EXE) $(TESTNS_LOBJS) $(LIBS) -lldns -o $(TESTNS)

Deleted: core-x86_64/PKGBUILD
===================================================================
--- core-x86_64/PKGBUILD        2012-05-23 22:28:26 UTC (rev 159412)
+++ core-x86_64/PKGBUILD        2012-05-23 22:28:28 UTC (rev 159413)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <[email protected]>
-# Contributor: mathieui <[email protected]>
-# Contributor: jiribb <[email protected]>
-
-pkgname=ldns
-pkgver=1.6.12
-pkgrel=2
-pkgdesc='Fast DNS library supporting recent RFCs'
-url='http://www.nlnetlabs.nl/projects/ldns/'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-options=('!libtool')
-depends=('openssl' 'dnssec-anchors')
-optdepends=('libpcap: ldns-dpa tool')
-makedepends=('libpcap')
-source=("http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz";
-        'Makefile.patch')
-sha1sums=('1d61df0f666908551d5a62768f77d63e727810aa'
-          '01bce260e9639d9cd26109a689dddf2498e5026a')
-
-build() {
-       cd "${srcdir}/${pkgname}-${pkgver}"
-
-       patch -p1 -i ../Makefile.patch
-
-       ./configure \
-               --prefix=/usr \
-               --sysconfdir=/etc \
-               --localstatedir=/var \
-               --enable-static=no \
-               --disable-rpath \
-               --with-drill \
-               --with-examples \
-
-       make
-}
-
-package() {
-       cd "${srcdir}/${pkgname}-${pkgver}"
-
-       make DESTDIR="${pkgdir}" install
-
-       install -D -m644 LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: ldns/repos/core-x86_64/PKGBUILD (from rev 159409, 
ldns/repos/testing-x86_64/PKGBUILD)
===================================================================
--- core-x86_64/PKGBUILD                                (rev 0)
+++ core-x86_64/PKGBUILD        2012-05-23 22:28:28 UTC (rev 159413)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Gaetan Bisson <[email protected]>
+# Contributor: mathieui <[email protected]>
+# Contributor: jiribb <[email protected]>
+
+pkgname=ldns
+pkgver=1.6.13
+pkgrel=1
+pkgdesc='Fast DNS library supporting recent RFCs'
+url='http://www.nlnetlabs.nl/projects/ldns/'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+options=('!libtool')
+depends=('openssl' 'dnssec-anchors')
+optdepends=('libpcap: ldns-dpa tool')
+makedepends=('libpcap')
+source=("http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('859f633d10b763f06b602e2113828cbbd964c7eb')
+
+build() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+
+       ./configure \
+               --prefix=/usr \
+               --sysconfdir=/etc \
+               --localstatedir=/var \
+               --enable-static=no \
+               --disable-rpath \
+               --with-drill \
+               --with-examples \
+
+       make
+}
+
+package() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+
+       make DESTDIR="${pkgdir}" install
+
+       install -D -m644 LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Reply via email to