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

Thomas Bächler thomas at archlinux.org
Sun Aug 16 09:17:59 UTC 2015


    Date: Sunday, August 16, 2015 @ 11:17:59
  Author: thomas
Revision: 243787

db-move: moved libnl from [testing] to [core] (i686, x86_64)

Added:
  libnl/repos/core-i686/PKGBUILD
    (from rev 243785, libnl/repos/testing-i686/PKGBUILD)
  libnl/repos/core-x86_64/PKGBUILD
    (from rev 243785, libnl/repos/testing-x86_64/PKGBUILD)
Deleted:
  libnl/repos/core-i686/PKGBUILD
  libnl/repos/core-x86_64/PKGBUILD
  libnl/repos/testing-i686/
  libnl/repos/testing-x86_64/

----------------------+
 /PKGBUILD            |   62 +++++++++++++++++++++++++++++++++++++++++++++++++
 core-i686/PKGBUILD   |   29 ----------------------
 core-x86_64/PKGBUILD |   29 ----------------------
 3 files changed, 62 insertions(+), 58 deletions(-)

Deleted: core-i686/PKGBUILD
===================================================================
--- core-i686/PKGBUILD	2015-08-16 09:17:58 UTC (rev 243786)
+++ core-i686/PKGBUILD	2015-08-16 09:17:59 UTC (rev 243787)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Thomas Bächler <thomas at archlinux.org>
-
-pkgname=libnl
-pkgver=3.2.25
-pkgrel=1
-pkgdesc="Library for applications dealing with netlink sockets"
-arch=(i686 x86_64)
-url="http://www.infradead.org/~tgr/libnl/"
-license=(GPL)
-depends=(glibc)
-backup=(etc/libnl/classid etc/libnl/pktloc)
-source=("$url/files/$pkgname-$pkgver.tar.gz")
-sha256sums=('8beb7590674957b931de6b7f81c530b85dc7c1ad8fbda015398bc1e8d1ce8ec5')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./configure \
-    --prefix=/usr \
-    --sysconfdir=/etc \
-    --sbindir=/usr/bin \
-    --disable-static
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libnl/repos/core-i686/PKGBUILD (from rev 243785, libnl/repos/testing-i686/PKGBUILD)
===================================================================
--- core-i686/PKGBUILD	                        (rev 0)
+++ core-i686/PKGBUILD	2015-08-16 09:17:59 UTC (rev 243787)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Thomas Bächler <thomas at archlinux.org>
+
+pkgname=libnl
+pkgver=3.2.26
+pkgrel=1
+pkgdesc="Library for applications dealing with netlink sockets"
+arch=(i686 x86_64)
+url="http://www.infradead.org/~tgr/libnl/"
+license=(GPL)
+depends=(glibc)
+backup=(etc/libnl/classid etc/libnl/pktloc)
+source=(https://github.com/thom311/libnl/releases/download/libnl$(echo ${pkgver} | sed 's|\.|_|g')/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('1323ff6cea47efe9f988893b09840942a8c36131f472a9f3b96eb68d8f8d7555'
+            'SKIP')
+validpgpkeys=('49EA7C670E0850E7419514F629C2366E4DFC5728') # Thomas Haller
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --sbindir=/usr/bin \
+    --disable-static
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: core-x86_64/PKGBUILD
===================================================================
--- core-x86_64/PKGBUILD	2015-08-16 09:17:58 UTC (rev 243786)
+++ core-x86_64/PKGBUILD	2015-08-16 09:17:59 UTC (rev 243787)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Thomas Bächler <thomas at archlinux.org>
-
-pkgname=libnl
-pkgver=3.2.25
-pkgrel=1
-pkgdesc="Library for applications dealing with netlink sockets"
-arch=(i686 x86_64)
-url="http://www.infradead.org/~tgr/libnl/"
-license=(GPL)
-depends=(glibc)
-backup=(etc/libnl/classid etc/libnl/pktloc)
-source=("$url/files/$pkgname-$pkgver.tar.gz")
-sha256sums=('8beb7590674957b931de6b7f81c530b85dc7c1ad8fbda015398bc1e8d1ce8ec5')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./configure \
-    --prefix=/usr \
-    --sysconfdir=/etc \
-    --sbindir=/usr/bin \
-    --disable-static
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libnl/repos/core-x86_64/PKGBUILD (from rev 243785, libnl/repos/testing-x86_64/PKGBUILD)
===================================================================
--- core-x86_64/PKGBUILD	                        (rev 0)
+++ core-x86_64/PKGBUILD	2015-08-16 09:17:59 UTC (rev 243787)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Thomas Bächler <thomas at archlinux.org>
+
+pkgname=libnl
+pkgver=3.2.26
+pkgrel=1
+pkgdesc="Library for applications dealing with netlink sockets"
+arch=(i686 x86_64)
+url="http://www.infradead.org/~tgr/libnl/"
+license=(GPL)
+depends=(glibc)
+backup=(etc/libnl/classid etc/libnl/pktloc)
+source=(https://github.com/thom311/libnl/releases/download/libnl$(echo ${pkgver} | sed 's|\.|_|g')/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('1323ff6cea47efe9f988893b09840942a8c36131f472a9f3b96eb68d8f8d7555'
+            'SKIP')
+validpgpkeys=('49EA7C670E0850E7419514F629C2366E4DFC5728') # Thomas Haller
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --sbindir=/usr/bin \
+    --disable-static
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list