[arch-commits] Commit in libpwquality/repos (4 files)
Eric Bélanger
eric at nymeria.archlinux.org
Thu Jul 4 03:57:30 UTC 2013
Date: Thursday, July 4, 2013 @ 05:57:29
Author: eric
Revision: 189651
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
libpwquality/repos/extra-i686/PKGBUILD
(from rev 189650, libpwquality/trunk/PKGBUILD)
libpwquality/repos/extra-x86_64/PKGBUILD
(from rev 189650, libpwquality/trunk/PKGBUILD)
Deleted:
libpwquality/repos/extra-i686/PKGBUILD
libpwquality/repos/extra-x86_64/PKGBUILD
-----------------------+
/PKGBUILD | 66 ++++++++++++++++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 33 ------------------------
extra-x86_64/PKGBUILD | 33 ------------------------
3 files changed, 66 insertions(+), 66 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2013-07-04 03:57:01 UTC (rev 189650)
+++ extra-i686/PKGBUILD 2013-07-04 03:57:29 UTC (rev 189651)
@@ -1,33 +0,0 @@
-# $Id: $
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=libpwquality
-pkgver=1.2.1
-pkgrel=1
-pkgdesc="Library for password quality checking and generating random passwords"
-arch=('i686' 'x86_64')
-url="https://fedorahosted.org/libpwquality/"
-license=('GPL')
-options=('!libtool')
-depends=('cracklib')
-optdepends=('python2: Python bindings')
-makedepends=('python2')
-source=(https://fedorahosted.org/releases/l/i/libpwquality/$pkgname-$pkgver.tar.bz2)
-md5sums=('beb56c9028a713d936e04cc3c50c541d')
-
-build() {
- cd "$pkgname-$pkgver"
- sed -i -e 's/python setup.py/python2 setup.py/' python/Makefile.in
-
- PYTHON=python2 ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --disable-static \
- --with-python-rev=2.7
- make
-}
-
-package() {
- cd "$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
-}
Copied: libpwquality/repos/extra-i686/PKGBUILD (from rev 189650, libpwquality/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-07-04 03:57:29 UTC (rev 189651)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libpwquality
+pkgver=1.2.2
+pkgrel=1
+pkgdesc="Library for password quality checking and generating random passwords"
+arch=('i686' 'x86_64')
+url="https://fedorahosted.org/libpwquality/"
+license=('GPL')
+options=('!libtool')
+depends=('cracklib')
+optdepends=('python2: Python bindings')
+makedepends=('python2')
+source=(https://fedorahosted.org/releases/l/i/libpwquality/$pkgname-$pkgver.tar.bz2)
+md5sums=('2105bb893791fe27efc20441e617f385')
+
+build() {
+ cd "$pkgname-$pkgver"
+ sed -i -e 's/python setup.py/python2 setup.py/' python/Makefile.in
+
+ PYTHON=python2 ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --disable-static \
+ --with-python-rev=2.7
+ make
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2013-07-04 03:57:01 UTC (rev 189650)
+++ extra-x86_64/PKGBUILD 2013-07-04 03:57:29 UTC (rev 189651)
@@ -1,33 +0,0 @@
-# $Id: $
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=libpwquality
-pkgver=1.2.1
-pkgrel=1
-pkgdesc="Library for password quality checking and generating random passwords"
-arch=('i686' 'x86_64')
-url="https://fedorahosted.org/libpwquality/"
-license=('GPL')
-options=('!libtool')
-depends=('cracklib')
-optdepends=('python2: Python bindings')
-makedepends=('python2')
-source=(https://fedorahosted.org/releases/l/i/libpwquality/$pkgname-$pkgver.tar.bz2)
-md5sums=('beb56c9028a713d936e04cc3c50c541d')
-
-build() {
- cd "$pkgname-$pkgver"
- sed -i -e 's/python setup.py/python2 setup.py/' python/Makefile.in
-
- PYTHON=python2 ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --disable-static \
- --with-python-rev=2.7
- make
-}
-
-package() {
- cd "$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
-}
Copied: libpwquality/repos/extra-x86_64/PKGBUILD (from rev 189650, libpwquality/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2013-07-04 03:57:29 UTC (rev 189651)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libpwquality
+pkgver=1.2.2
+pkgrel=1
+pkgdesc="Library for password quality checking and generating random passwords"
+arch=('i686' 'x86_64')
+url="https://fedorahosted.org/libpwquality/"
+license=('GPL')
+options=('!libtool')
+depends=('cracklib')
+optdepends=('python2: Python bindings')
+makedepends=('python2')
+source=(https://fedorahosted.org/releases/l/i/libpwquality/$pkgname-$pkgver.tar.bz2)
+md5sums=('2105bb893791fe27efc20441e617f385')
+
+build() {
+ cd "$pkgname-$pkgver"
+ sed -i -e 's/python setup.py/python2 setup.py/' python/Makefile.in
+
+ PYTHON=python2 ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --disable-static \
+ --with-python-rev=2.7
+ make
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list