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

Alexander Rødseth arodseth at nymeria.archlinux.org
Mon Nov 25 13:19:55 UTC 2013


    Date: Monday, November 25, 2013 @ 14:19:55
  Author: arodseth
Revision: 101428

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

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

---------------------------+
 /PKGBUILD                 |   68 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   35 ----------------------
 community-x86_64/PKGBUILD |   35 ----------------------
 3 files changed, 68 insertions(+), 70 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-11-25 13:19:45 UTC (rev 101427)
+++ community-i686/PKGBUILD	2013-11-25 13:19:55 UTC (rev 101428)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Angel Velasquez <angvp at archlinux.org>
-# Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
-# Contributor: d'Ronin <daronin at 2600.com>
-
-pkgname=botan
-pkgver=1.10.5
-pkgrel=1
-pkgdesc='Crypto library written in C++'
-license=('BSD')
-arch=('x86_64' 'i686')
-url='http://botan.randombit.net/'
-depends=('gcc-libs' 'sh')
-makedepends=('python2')
-source=("http://files.randombit.net/botan/Botan-${pkgver}.tbz")
-sha256sums=('2934c00533847dc93c485081d3ce6aae4a110151a69b587b895241159da77cf3')
-
-build() {
-  cd "$srcdir/Botan-$pkgver"
-
-  sed -i 's:env python:env python2:' configure.py
-  ./configure.py --prefix=/usr
-  make 
-}
-
-package() {
-  cd "$srcdir/Botan-$pkgver"
-
-  make DESTDIR="$pkgdir/usr" install
-  install -Dm644 doc/license.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  find "$pkgdir/usr/share/doc" -type f -exec chmod 0644 {} \;
-}
-
-# vim:set ts=2 sw=2 et:

Copied: botan/repos/community-i686/PKGBUILD (from rev 101427, botan/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-11-25 13:19:55 UTC (rev 101428)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
+# Contributor: d'Ronin <daronin at 2600.com>
+
+pkgname=botan
+pkgver=1.10.6
+pkgrel=1
+pkgdesc='Crypto library written in C++'
+license=('BSD')
+arch=('x86_64' 'i686')
+url='http://botan.randombit.net/'
+depends=('gcc-libs' 'sh')
+makedepends=('python2')
+source=("http://files.randombit.net/botan/Botan-${pkgver}.tbz")
+sha256sums=('72a9be97350523ee1b06c8722032faa566fcb98456b0b7ac06b45a1dc4446fa7')
+
+build() {
+  cd "Botan-$pkgver"
+
+  python2 configure.py --prefix=/usr
+  make 
+}
+
+package() {
+  cd "Botan-$pkgver"
+
+  make DESTDIR="$pkgdir/usr" install
+  find "$pkgdir/usr/share/doc" -type f -exec chmod 0644 {} \;
+  install -Dm644 doc/license.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-11-25 13:19:45 UTC (rev 101427)
+++ community-x86_64/PKGBUILD	2013-11-25 13:19:55 UTC (rev 101428)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Angel Velasquez <angvp at archlinux.org>
-# Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
-# Contributor: d'Ronin <daronin at 2600.com>
-
-pkgname=botan
-pkgver=1.10.5
-pkgrel=1
-pkgdesc='Crypto library written in C++'
-license=('BSD')
-arch=('x86_64' 'i686')
-url='http://botan.randombit.net/'
-depends=('gcc-libs' 'sh')
-makedepends=('python2')
-source=("http://files.randombit.net/botan/Botan-${pkgver}.tbz")
-sha256sums=('2934c00533847dc93c485081d3ce6aae4a110151a69b587b895241159da77cf3')
-
-build() {
-  cd "$srcdir/Botan-$pkgver"
-
-  sed -i 's:env python:env python2:' configure.py
-  ./configure.py --prefix=/usr
-  make 
-}
-
-package() {
-  cd "$srcdir/Botan-$pkgver"
-
-  make DESTDIR="$pkgdir/usr" install
-  install -Dm644 doc/license.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  find "$pkgdir/usr/share/doc" -type f -exec chmod 0644 {} \;
-}
-
-# vim:set ts=2 sw=2 et:

Copied: botan/repos/community-x86_64/PKGBUILD (from rev 101427, botan/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-11-25 13:19:55 UTC (rev 101428)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
+# Contributor: d'Ronin <daronin at 2600.com>
+
+pkgname=botan
+pkgver=1.10.6
+pkgrel=1
+pkgdesc='Crypto library written in C++'
+license=('BSD')
+arch=('x86_64' 'i686')
+url='http://botan.randombit.net/'
+depends=('gcc-libs' 'sh')
+makedepends=('python2')
+source=("http://files.randombit.net/botan/Botan-${pkgver}.tbz")
+sha256sums=('72a9be97350523ee1b06c8722032faa566fcb98456b0b7ac06b45a1dc4446fa7')
+
+build() {
+  cd "Botan-$pkgver"
+
+  python2 configure.py --prefix=/usr
+  make 
+}
+
+package() {
+  cd "Botan-$pkgver"
+
+  make DESTDIR="$pkgdir/usr" install
+  find "$pkgdir/usr/share/doc" -type f -exec chmod 0644 {} \;
+  install -Dm644 doc/license.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list