[arch-commits] Commit in libgringotts/repos/community-i686 (4 files)

Jaroslav Lichtblau jlichtblau at archlinux.org
Tue Sep 9 09:16:57 UTC 2014


    Date: Tuesday, September 9, 2014 @ 11:16:56
  Author: jlichtblau
Revision: 118708

archrelease: copy trunk to community-i686

Added:
  libgringotts/repos/community-i686/PKGBUILD
    (from rev 118707, libgringotts/trunk/PKGBUILD)
  libgringotts/repos/community-i686/libgringotts.changelog
    (from rev 118707, libgringotts/trunk/libgringotts.changelog)
Deleted:
  libgringotts/repos/community-i686/PKGBUILD
  libgringotts/repos/community-i686/libgringotts.changelog

------------------------+
 PKGBUILD               |   60 +++++++++++++++++++++++------------------------
 libgringotts.changelog |   21 +++++++++-------
 2 files changed, 42 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-09 09:10:42 UTC (rev 118707)
+++ PKGBUILD	2014-09-09 09:16:56 UTC (rev 118708)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-
-pkgname=libgringotts
-pkgver=1.2.1
-pkgrel=11
-pkgdesc="Encryption backend for Gringotts"
-arch=('i686' 'x86_64')
-url="http://developer.berlios.de/projects/gringotts"
-license=('GPL')
-depends=('bzip2' 'libmcrypt' 'mhash' 'zlib')
-changelog=$pkgname.changelog
-source=(http://download.berlios.de/gringotts/$pkgname-$pkgver.tar.bz2)
-md5sums=('b2b1bad56ef33153f251ccd9500860be')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  autoconf
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-
-  rm -fr "${pkgdir}"/usr/share
-}

Copied: libgringotts/repos/community-i686/PKGBUILD (from rev 118707, libgringotts/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-09-09 09:16:56 UTC (rev 118708)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+
+pkgname=libgringotts
+pkgver=1.2.1
+pkgrel=12
+pkgdesc="Encryption backend for Gringotts"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/gringotts.berlios/"
+license=('GPL')
+depends=('bzip2' 'libmcrypt' 'mhash' 'zlib')
+changelog=$pkgname.changelog
+source=(http://sourceforge.net/projects/gringotts.berlios/files/$pkgname-$pkgver.tar.bz2)
+sha256sums=('a75e6f757b975d3da662fe7ea2d985f358f31ad2dede1a222bb4aa403d0dbfd1')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  autoconf
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -fr "${pkgdir}"/usr/share
+}

Deleted: libgringotts.changelog
===================================================================
--- libgringotts.changelog	2014-09-09 09:10:42 UTC (rev 118707)
+++ libgringotts.changelog	2014-09-09 09:16:56 UTC (rev 118708)
@@ -1,9 +0,0 @@
-2013-12-25 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* libgringotts 1.2.1-11 static libraries remoed
-
-2012-05-01 Andrea Scarpino <andrea at archlinux.org>
-	* Remove libtool dependence
-	* Remove .la file
-
-2009-03-21 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* osmo dependency, moved to [community]

Copied: libgringotts/repos/community-i686/libgringotts.changelog (from rev 118707, libgringotts/trunk/libgringotts.changelog)
===================================================================
--- libgringotts.changelog	                        (rev 0)
+++ libgringotts.changelog	2014-09-09 09:16:56 UTC (rev 118708)
@@ -0,0 +1,12 @@
+2014-09-09 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* libgringotts 1.2.1-12 home page/source location update
+
+2013-12-25 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* libgringotts 1.2.1-11 static libraries remoed
+
+2012-05-01 Andrea Scarpino <andrea at archlinux.org>
+	* Remove libtool dependence
+	* Remove .la file
+
+2009-03-21 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* osmo dependency, moved to [community]




More information about the arch-commits mailing list