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

Sébastien Luttringer seblu at nymeria.archlinux.org
Tue Jul 1 18:42:51 UTC 2014


    Date: Tuesday, July 1, 2014 @ 20:42:51
  Author: seblu
Revision: 114509

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-07-01 18:42:25 UTC (rev 114508)
+++ community-i686/PKGBUILD	2014-07-01 18:42:51 UTC (rev 114509)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer <seblu at aur.archlinux.org>
-# Contributor: Christian Hesse <mail at earthworm.de>
-
-pkgname=libmnl
-pkgver=1.0.3
-pkgrel=1
-pkgdesc='Minimalistic user-space library oriented to Netlink developers.'
-arch=('i686' 'x86_64')
-url='http://www.netfilter.org/projects/libmnl/'
-license=('LGPL2.1')
-depends=('glibc')
-source=("http://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2")
-sha1sums=('c27e25f67c6422ebf893fc3a844af8085a1c5b63')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: libmnl/repos/community-i686/PKGBUILD (from rev 114508, libmnl/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-07-01 18:42:51 UTC (rev 114509)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sébastien Luttringer <seblu at archlinux.org>
+# Contributor: Christian Hesse <mail at earthworm.de>
+
+pkgname=libmnl
+pkgver=1.0.3
+pkgrel=2
+pkgdesc='Minimalistic user-space library oriented to Netlink developers.'
+arch=('i686' 'x86_64')
+url='http://www.netfilter.org/projects/libmnl/'
+license=('LGPL2.1')
+depends=('glibc')
+source=("http://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2")
+sha1sums=('c27e25f67c6422ebf893fc3a844af8085a1c5b63')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-07-01 18:42:25 UTC (rev 114508)
+++ community-x86_64/PKGBUILD	2014-07-01 18:42:51 UTC (rev 114509)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer <seblu at aur.archlinux.org>
-# Contributor: Christian Hesse <mail at earthworm.de>
-
-pkgname=libmnl
-pkgver=1.0.3
-pkgrel=1
-pkgdesc='Minimalistic user-space library oriented to Netlink developers.'
-arch=('i686' 'x86_64')
-url='http://www.netfilter.org/projects/libmnl/'
-license=('LGPL2.1')
-depends=('glibc')
-source=("http://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2")
-sha1sums=('c27e25f67c6422ebf893fc3a844af8085a1c5b63')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: libmnl/repos/community-x86_64/PKGBUILD (from rev 114508, libmnl/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-07-01 18:42:51 UTC (rev 114509)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sébastien Luttringer <seblu at archlinux.org>
+# Contributor: Christian Hesse <mail at earthworm.de>
+
+pkgname=libmnl
+pkgver=1.0.3
+pkgrel=2
+pkgdesc='Minimalistic user-space library oriented to Netlink developers.'
+arch=('i686' 'x86_64')
+url='http://www.netfilter.org/projects/libmnl/'
+license=('LGPL2.1')
+depends=('glibc')
+source=("http://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2")
+sha1sums=('c27e25f67c6422ebf893fc3a844af8085a1c5b63')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list