[arch-commits] Commit in pppd-ldap-simple/repos (6 files)

Thomas Bächler thomas at nymeria.archlinux.org
Sun Feb 23 23:02:14 UTC 2014


    Date: Monday, February 24, 2014 @ 00:02:14
  Author: thomas
Revision: 106133

db-move: moved pppd-ldap-simple from [community-testing] to [community] (i686, x86_64)

Added:
  pppd-ldap-simple/repos/community-i686/PKGBUILD
    (from rev 106131, pppd-ldap-simple/repos/community-testing-i686/PKGBUILD)
  pppd-ldap-simple/repos/community-x86_64/PKGBUILD
    (from rev 106131, pppd-ldap-simple/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  pppd-ldap-simple/repos/community-i686/PKGBUILD
  pppd-ldap-simple/repos/community-testing-i686/
  pppd-ldap-simple/repos/community-testing-x86_64/
  pppd-ldap-simple/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   50 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   20 -----------------
 community-x86_64/PKGBUILD |   20 -----------------
 3 files changed, 50 insertions(+), 40 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-02-23 23:02:13 UTC (rev 106132)
+++ community-i686/PKGBUILD	2014-02-23 23:02:14 UTC (rev 106133)
@@ -1,20 +0,0 @@
-# $Id$
-
-pkgname=pppd-ldap-simple
-pkgver=0.12b
-pkgrel=6
-pkgdesc="pppd ldap simple plugin (based on pppd ldap, without radius, etc. Just search by uid and userPassword)"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/pppd-ldap/"
-license=('GPL')
-source=(http://archlinux-stuff.googlecode.com/files/pppd_ldap-simple-$pkgver.tar.gz)
-md5sums=('e47b7fb5119a1024e188ec22351672cd')
-
-build() {
-  _pppdver=`pacman -Q ppp | cut -d\  -f 2  | cut -f 1 -d -`
-  depends=("ppp=${_pppdver}" 'libldap>=2.4.18')
-
-  cd "$srcdir/pppd_ldap-simple-$pkgver"
-  make CFLAGS="-I/usr/include/pppd -fPIC"
-  install -D -m0755 pppd_ldap.so $pkgdir/usr/lib/pppd/${_pppdver}/pppd_ldap_simple.so
-}

Copied: pppd-ldap-simple/repos/community-i686/PKGBUILD (from rev 106131, pppd-ldap-simple/repos/community-testing-i686/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-02-23 23:02:14 UTC (rev 106133)
@@ -0,0 +1,25 @@
+# $Id$
+
+pkgname=pppd-ldap-simple
+pkgver=0.12b
+pkgrel=7
+pkgdesc="pppd ldap simple plugin (based on pppd ldap, without radius, etc. Just search by uid and userPassword)"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/pppd-ldap/"
+makedepends=('ppp' 'libldap')
+license=('GPL')
+source=(http://archlinux-stuff.googlecode.com/files/pppd_ldap-simple-$pkgver.tar.gz)
+md5sums=('e47b7fb5119a1024e188ec22351672cd')
+
+build() {
+  cd "$srcdir/pppd_ldap-simple-$pkgver"
+  make CFLAGS="-I/usr/include/pppd -fPIC"
+}
+
+package() {
+  _pppdver=`pacman -Q ppp | cut -d\  -f 2  | cut -f 1 -d -`
+  depends=("ppp=${_pppdver}" 'libldap>=2.4.18')
+
+  cd "$srcdir/pppd_ldap-simple-$pkgver"
+  install -D -m0755 pppd_ldap.so $pkgdir/usr/lib/pppd/${_pppdver}/pppd_ldap_simple.so
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-02-23 23:02:13 UTC (rev 106132)
+++ community-x86_64/PKGBUILD	2014-02-23 23:02:14 UTC (rev 106133)
@@ -1,20 +0,0 @@
-# $Id: PKGBUILD 66158 2012-02-23 02:19:12Z spupykin $
-
-pkgname=pppd-ldap-simple
-pkgver=0.12b
-pkgrel=6
-pkgdesc="pppd ldap simple plugin (based on pppd ldap, without radius, etc. Just search by uid and userPassword)"
-arch=('i686' 'x86_64')
-url="http://sourceforge.net/projects/pppd-ldap/"
-license=('GPL')
-source=(http://archlinux-stuff.googlecode.com/files/pppd_ldap-simple-$pkgver.tar.gz)
-md5sums=('e47b7fb5119a1024e188ec22351672cd')
-
-build() {
-  _pppdver=`pacman -Q ppp | cut -d\  -f 2  | cut -f 1 -d -`
-  depends=("ppp=${_pppdver}" 'libldap>=2.4.18')
-
-  cd "$srcdir/pppd_ldap-simple-$pkgver"
-  make CFLAGS="-I/usr/include/pppd -fPIC"
-  install -D -m0755 pppd_ldap.so $pkgdir/usr/lib/pppd/${_pppdver}/pppd_ldap_simple.so
-}

Copied: pppd-ldap-simple/repos/community-x86_64/PKGBUILD (from rev 106131, pppd-ldap-simple/repos/community-testing-x86_64/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-02-23 23:02:14 UTC (rev 106133)
@@ -0,0 +1,25 @@
+# $Id$
+
+pkgname=pppd-ldap-simple
+pkgver=0.12b
+pkgrel=7
+pkgdesc="pppd ldap simple plugin (based on pppd ldap, without radius, etc. Just search by uid and userPassword)"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/pppd-ldap/"
+makedepends=('ppp' 'libldap')
+license=('GPL')
+source=(http://archlinux-stuff.googlecode.com/files/pppd_ldap-simple-$pkgver.tar.gz)
+md5sums=('e47b7fb5119a1024e188ec22351672cd')
+
+build() {
+  cd "$srcdir/pppd_ldap-simple-$pkgver"
+  make CFLAGS="-I/usr/include/pppd -fPIC"
+}
+
+package() {
+  _pppdver=`pacman -Q ppp | cut -d\  -f 2  | cut -f 1 -d -`
+  depends=("ppp=${_pppdver}" 'libldap>=2.4.18')
+
+  cd "$srcdir/pppd_ldap-simple-$pkgver"
+  install -D -m0755 pppd_ldap.so $pkgdir/usr/lib/pppd/${_pppdver}/pppd_ldap_simple.so
+}




More information about the arch-commits mailing list