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

Felix Yan fyan at archlinux.org
Thu Sep 25 07:21:36 UTC 2014


    Date: Thursday, September 25, 2014 @ 09:21:35
  Author: fyan
Revision: 119553

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-09-25 07:20:38 UTC (rev 119552)
+++ community-i686/PKGBUILD	2014-09-25 07:21:35 UTC (rev 119553)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: namelessjon <jonathan.stott at gmail.com>
-# Contributor: Alessio Sergi <asergi at archlinux dot us>
-
-pkgname=libsodium
-pkgver=0.7.1
-pkgrel=1
-pkgdesc="P(ortable|ackageable) NaCl-based crypto library"
-arch=('i686' 'x86_64')
-url="https://github.com/jedisct1/libsodium"
-license=('custom:ISC')
-depends=('glibc')
-#makedepends=('clang')
-source=("http://download.dnscrypt.org/$pkgname/releases/$pkgname-${pkgver}.tar.gz")
-sha512sums=('73d967b26e5e000d4fd6f811b22c6147e8dff8a83790b41883d7c0afa42c792ac30bb9307153e47a0b8f658f6d7d11c55928525c782aba8db330e25de12411cd')
-
-build() {
-  cd "$pkgname-$pkgver"
-  #export CC=clang
-  #CFLAGS=${CFLAGS/-fstack-protector-strong/}
-
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  make check
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-
-  # install license
-  install -d -m 755 "$pkgdir/usr/share/licenses/$pkgname"
-  install -m 644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libsodium/repos/community-i686/PKGBUILD (from rev 119552, libsodium/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-09-25 07:21:35 UTC (rev 119553)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: namelessjon <jonathan.stott at gmail.com>
+# Contributor: Alessio Sergi <asergi at archlinux dot us>
+
+pkgname=libsodium
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="P(ortable|ackageable) NaCl-based crypto library"
+arch=('i686' 'x86_64')
+url="https://github.com/jedisct1/libsodium"
+license=('custom:ISC')
+depends=('glibc')
+#makedepends=('clang')
+source=("http://download.dnscrypt.org/$pkgname/releases/$pkgname-${pkgver}.tar.gz")
+sha512sums=('c60693130460b307469707854b86fc85733483e9ad9f492e692340cf4fef82dfaf388f890f18380cb6ee569597ef89a1ee4c94d47c10bb4da0703418fec18099')
+
+build() {
+  cd "$pkgname-$pkgver"
+  #export CC=clang
+  #CFLAGS=${CFLAGS/-fstack-protector-strong/}
+
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  # install license
+  install -d -m 755 "$pkgdir/usr/share/licenses/$pkgname"
+  install -m 644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-09-25 07:20:38 UTC (rev 119552)
+++ community-x86_64/PKGBUILD	2014-09-25 07:21:35 UTC (rev 119553)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: namelessjon <jonathan.stott at gmail.com>
-# Contributor: Alessio Sergi <asergi at archlinux dot us>
-
-pkgname=libsodium
-pkgver=0.7.1
-pkgrel=1
-pkgdesc="P(ortable|ackageable) NaCl-based crypto library"
-arch=('i686' 'x86_64')
-url="https://github.com/jedisct1/libsodium"
-license=('custom:ISC')
-depends=('glibc')
-#makedepends=('clang')
-source=("http://download.dnscrypt.org/$pkgname/releases/$pkgname-${pkgver}.tar.gz")
-sha512sums=('73d967b26e5e000d4fd6f811b22c6147e8dff8a83790b41883d7c0afa42c792ac30bb9307153e47a0b8f658f6d7d11c55928525c782aba8db330e25de12411cd')
-
-build() {
-  cd "$pkgname-$pkgver"
-  #export CC=clang
-  #CFLAGS=${CFLAGS/-fstack-protector-strong/}
-
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  make check
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-
-  # install license
-  install -d -m 755 "$pkgdir/usr/share/licenses/$pkgname"
-  install -m 644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libsodium/repos/community-x86_64/PKGBUILD (from rev 119552, libsodium/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-09-25 07:21:35 UTC (rev 119553)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: namelessjon <jonathan.stott at gmail.com>
+# Contributor: Alessio Sergi <asergi at archlinux dot us>
+
+pkgname=libsodium
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="P(ortable|ackageable) NaCl-based crypto library"
+arch=('i686' 'x86_64')
+url="https://github.com/jedisct1/libsodium"
+license=('custom:ISC')
+depends=('glibc')
+#makedepends=('clang')
+source=("http://download.dnscrypt.org/$pkgname/releases/$pkgname-${pkgver}.tar.gz")
+sha512sums=('c60693130460b307469707854b86fc85733483e9ad9f492e692340cf4fef82dfaf388f890f18380cb6ee569597ef89a1ee4c94d47c10bb4da0703418fec18099')
+
+build() {
+  cd "$pkgname-$pkgver"
+  #export CC=clang
+  #CFLAGS=${CFLAGS/-fstack-protector-strong/}
+
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  # install license
+  install -d -m 755 "$pkgdir/usr/share/licenses/$pkgname"
+  install -m 644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list