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

Antonio Rojas arojas at archlinux.org
Tue Jun 23 06:52:29 UTC 2015


    Date: Tuesday, June 23, 2015 @ 08:52:29
  Author: arojas
Revision: 135744

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-06-23 06:51:39 UTC (rev 135743)
+++ community-i686/PKGBUILD	2015-06-23 06:52:29 UTC (rev 135744)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: sekret, mail=$(echo c2VrcmV0QHBvc3Rlby5zZQo= | base64 -d)
-# Contributor: Bjoern Franke <bjo at nord-west.org>
-
-pkgname=libwlocate
-pkgver=r267.e7bf51f
-pkgrel=1
-_gitrev=e7bf51f293fb04af780a6aa951bc294de05f6cc5
-pkgdesc="A shared library that can be used for location-based services"
-arch=(i686 x86_64)
-url="http://sourceforge.net/projects/libwlocate"
-license=(GPL)
-depends=(wireless_tools glibc)
-source=("http://sourceforge.net/code-snapshots/git/l/li/libwlocate/code.git/$pkgname-code-$_gitrev.zip")
-md5sums=('d05ddaf3405d6578183740e9d80520a0')
-
-build() {
-  cd $pkgname-code-$_gitrev/master
-  make -f Makelib
-  make
-}
-
-package() {
-  cd $pkgname-code-$_gitrev/master
-  install -Dm644 libwlocate.so "$pkgdir/usr/lib/libwlocate.so"
-  install -Dm644 libwlocate.h "$pkgdir/usr/include/libwlocate.h"
-  install -Dm755 lwtrace "$pkgdir/usr/bin/lwtrace"
-}
-

Copied: libwlocate/repos/community-i686/PKGBUILD (from rev 135743, libwlocate/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-06-23 06:52:29 UTC (rev 135744)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: sekret, mail=$(echo c2VrcmV0QHBvc3Rlby5zZQo= | base64 -d)
+# Contributor: Bjoern Franke <bjo at nord-west.org>
+
+pkgname=libwlocate
+pkgver=0.20150623.ef86579
+pkgrel=1
+_gitrev=ef865799942243896a4ace5e5b4dae999769b6ff
+pkgdesc="A shared library that can be used for location-based services"
+arch=(i686 x86_64)
+url="http://sourceforge.net/projects/libwlocate"
+license=(GPL)
+depends=(wireless_tools glibc)
+source=("http://sourceforge.net/code-snapshots/git/l/li/libwlocate/code.git/$pkgname-code-$_gitrev.zip")
+md5sums=('8b9505abb96daae394b62f608b1c3fd9')
+
+build() {
+  cd $pkgname-code-$_gitrev/master
+  make -f Makelib
+  make
+}
+
+package() {
+  cd $pkgname-code-$_gitrev/master
+  install -Dm644 libwlocate.so "$pkgdir/usr/lib/libwlocate.so"
+  install -Dm644 libwlocate.h "$pkgdir/usr/include/libwlocate.h"
+  install -Dm755 lwtrace "$pkgdir/usr/bin/lwtrace"
+}
+

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-06-23 06:51:39 UTC (rev 135743)
+++ community-x86_64/PKGBUILD	2015-06-23 06:52:29 UTC (rev 135744)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: sekret, mail=$(echo c2VrcmV0QHBvc3Rlby5zZQo= | base64 -d)
-# Contributor: Bjoern Franke <bjo at nord-west.org>
-
-pkgname=libwlocate
-pkgver=r267.e7bf51f
-pkgrel=1
-_gitrev=e7bf51f293fb04af780a6aa951bc294de05f6cc5
-pkgdesc="A shared library that can be used for location-based services"
-arch=(i686 x86_64)
-url="http://sourceforge.net/projects/libwlocate"
-license=(GPL)
-depends=(wireless_tools glibc)
-source=("http://sourceforge.net/code-snapshots/git/l/li/libwlocate/code.git/$pkgname-code-$_gitrev.zip")
-md5sums=('d05ddaf3405d6578183740e9d80520a0')
-
-build() {
-  cd $pkgname-code-$_gitrev/master
-  make -f Makelib
-  make
-}
-
-package() {
-  cd $pkgname-code-$_gitrev/master
-  install -Dm644 libwlocate.so "$pkgdir/usr/lib/libwlocate.so"
-  install -Dm644 libwlocate.h "$pkgdir/usr/include/libwlocate.h"
-  install -Dm755 lwtrace "$pkgdir/usr/bin/lwtrace"
-}
-

Copied: libwlocate/repos/community-x86_64/PKGBUILD (from rev 135743, libwlocate/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-06-23 06:52:29 UTC (rev 135744)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: sekret, mail=$(echo c2VrcmV0QHBvc3Rlby5zZQo= | base64 -d)
+# Contributor: Bjoern Franke <bjo at nord-west.org>
+
+pkgname=libwlocate
+pkgver=0.20150623.ef86579
+pkgrel=1
+_gitrev=ef865799942243896a4ace5e5b4dae999769b6ff
+pkgdesc="A shared library that can be used for location-based services"
+arch=(i686 x86_64)
+url="http://sourceforge.net/projects/libwlocate"
+license=(GPL)
+depends=(wireless_tools glibc)
+source=("http://sourceforge.net/code-snapshots/git/l/li/libwlocate/code.git/$pkgname-code-$_gitrev.zip")
+md5sums=('8b9505abb96daae394b62f608b1c3fd9')
+
+build() {
+  cd $pkgname-code-$_gitrev/master
+  make -f Makelib
+  make
+}
+
+package() {
+  cd $pkgname-code-$_gitrev/master
+  install -Dm644 libwlocate.so "$pkgdir/usr/lib/libwlocate.so"
+  install -Dm644 libwlocate.h "$pkgdir/usr/include/libwlocate.h"
+  install -Dm755 lwtrace "$pkgdir/usr/bin/lwtrace"
+}
+



More information about the arch-commits mailing list