[arch-commits] Commit in apg/repos (8 files)

Sergej Pupykin spupykin at nymeria.archlinux.org
Tue Jul 1 09:45:47 UTC 2014


    Date: Tuesday, July 1, 2014 @ 11:45:47
  Author: spupykin
Revision: 113911

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

Added:
  apg/repos/community-i686/ChangeLog
    (from rev 113910, apg/trunk/ChangeLog)
  apg/repos/community-i686/PKGBUILD
    (from rev 113910, apg/trunk/PKGBUILD)
  apg/repos/community-x86_64/ChangeLog
    (from rev 113910, apg/trunk/ChangeLog)
  apg/repos/community-x86_64/PKGBUILD
    (from rev 113910, apg/trunk/PKGBUILD)
Deleted:
  apg/repos/community-i686/ChangeLog
  apg/repos/community-i686/PKGBUILD
  apg/repos/community-x86_64/ChangeLog
  apg/repos/community-x86_64/PKGBUILD

----------------------------+
 /ChangeLog                 |    6 ++++
 /PKGBUILD                  |   60 +++++++++++++++++++++++++++++++++++++++++++
 community-i686/ChangeLog   |    3 --
 community-i686/PKGBUILD    |   26 ------------------
 community-x86_64/ChangeLog |    3 --
 community-x86_64/PKGBUILD  |   26 ------------------
 6 files changed, 66 insertions(+), 58 deletions(-)

Deleted: community-i686/ChangeLog
===================================================================
--- community-i686/ChangeLog	2014-07-01 09:45:35 UTC (rev 113910)
+++ community-i686/ChangeLog	2014-07-01 09:45:47 UTC (rev 113911)
@@ -1,3 +0,0 @@
-2007-06-28 tardo <tardo at nagi-fanboi.net>
-* Built for x86_64
-

Copied: apg/repos/community-i686/ChangeLog (from rev 113910, apg/trunk/ChangeLog)
===================================================================
--- community-i686/ChangeLog	                        (rev 0)
+++ community-i686/ChangeLog	2014-07-01 09:45:47 UTC (rev 113911)
@@ -0,0 +1,3 @@
+2007-06-28 tardo <tardo at nagi-fanboi.net>
+* Built for x86_64
+

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-07-01 09:45:35 UTC (rev 113910)
+++ community-i686/PKGBUILD	2014-07-01 09:45:47 UTC (rev 113911)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: eric <eric at archlinux.org>
-# Contributor: Manolis Tzanidakis
-
-pkgname=apg
-pkgver=2.2.3
-pkgrel=3
-pkgdesc="Automated Password Generator."
-arch=(i686 x86_64)
-url="http://www.adel.nursat.kz/apg/index.shtml"
-license=('custom')
-depends=('glibc')
-source=(http://www.adel.nursat.kz/apg/download/$pkgname-$pkgver.tar.gz)
-md5sums=('3b3fc4f11e90635519fe627c1137c9ac')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's:^#\(CS_LIBS = -lnsl\)$:\1:' Makefile
-  make
-  for i in apg apgbfm; do
-    install -D -m755 $i $pkgdir/usr/bin/$i
-    install -D -m644 doc/man/$i.1 $pkgdir/usr/share/man/man1/$i.1
-  done
-  install -D -m 644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: apg/repos/community-i686/PKGBUILD (from rev 113910, apg/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-07-01 09:45:47 UTC (rev 113911)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: eric <eric at archlinux.org>
+# Contributor: Manolis Tzanidakis
+
+pkgname=apg
+pkgver=2.2.3
+pkgrel=4
+pkgdesc="Automated Password Generator."
+arch=(i686 x86_64)
+url="http://www.adel.nursat.kz/apg/index.shtml"
+license=('custom')
+depends=('glibc')
+source=(http://www.adel.nursat.kz/apg/download/$pkgname-$pkgver.tar.gz)
+md5sums=('3b3fc4f11e90635519fe627c1137c9ac')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's:^#\(CS_LIBS = -lnsl\)$:\1:' Makefile
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  for i in apg apgbfm; do
+    install -D -m755 $i $pkgdir/usr/bin/$i
+    install -D -m644 doc/man/$i.1 $pkgdir/usr/share/man/man1/$i.1
+  done
+  install -D -m 644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Deleted: community-x86_64/ChangeLog
===================================================================
--- community-x86_64/ChangeLog	2014-07-01 09:45:35 UTC (rev 113910)
+++ community-x86_64/ChangeLog	2014-07-01 09:45:47 UTC (rev 113911)
@@ -1,3 +0,0 @@
-2007-06-28 tardo <tardo at nagi-fanboi.net>
-* Built for x86_64
-

Copied: apg/repos/community-x86_64/ChangeLog (from rev 113910, apg/trunk/ChangeLog)
===================================================================
--- community-x86_64/ChangeLog	                        (rev 0)
+++ community-x86_64/ChangeLog	2014-07-01 09:45:47 UTC (rev 113911)
@@ -0,0 +1,3 @@
+2007-06-28 tardo <tardo at nagi-fanboi.net>
+* Built for x86_64
+

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-07-01 09:45:35 UTC (rev 113910)
+++ community-x86_64/PKGBUILD	2014-07-01 09:45:47 UTC (rev 113911)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: eric <eric at archlinux.org>
-# Contributor: Manolis Tzanidakis
-
-pkgname=apg
-pkgver=2.2.3
-pkgrel=3
-pkgdesc="Automated Password Generator."
-arch=(i686 x86_64)
-url="http://www.adel.nursat.kz/apg/index.shtml"
-license=('custom')
-depends=('glibc')
-source=(http://www.adel.nursat.kz/apg/download/$pkgname-$pkgver.tar.gz)
-md5sums=('3b3fc4f11e90635519fe627c1137c9ac')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's:^#\(CS_LIBS = -lnsl\)$:\1:' Makefile
-  make
-  for i in apg apgbfm; do
-    install -D -m755 $i $pkgdir/usr/bin/$i
-    install -D -m644 doc/man/$i.1 $pkgdir/usr/share/man/man1/$i.1
-  done
-  install -D -m 644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: apg/repos/community-x86_64/PKGBUILD (from rev 113910, apg/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-07-01 09:45:47 UTC (rev 113911)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: eric <eric at archlinux.org>
+# Contributor: Manolis Tzanidakis
+
+pkgname=apg
+pkgver=2.2.3
+pkgrel=4
+pkgdesc="Automated Password Generator."
+arch=(i686 x86_64)
+url="http://www.adel.nursat.kz/apg/index.shtml"
+license=('custom')
+depends=('glibc')
+source=(http://www.adel.nursat.kz/apg/download/$pkgname-$pkgver.tar.gz)
+md5sums=('3b3fc4f11e90635519fe627c1137c9ac')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's:^#\(CS_LIBS = -lnsl\)$:\1:' Makefile
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  for i in apg apgbfm; do
+    install -D -m755 $i $pkgdir/usr/bin/$i
+    install -D -m644 doc/man/$i.1 $pkgdir/usr/share/man/man1/$i.1
+  done
+  install -D -m 644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}




More information about the arch-commits mailing list