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

Jaroslav Lichtblau jlichtblau at nymeria.archlinux.org
Wed Dec 25 17:07:41 UTC 2013


    Date: Wednesday, December 25, 2013 @ 18:07:40
  Author: jlichtblau
Revision: 103022

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-25 17:07:06 UTC (rev 103021)
+++ PKGBUILD	2013-12-25 17:07:40 UTC (rev 103022)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-
-pkgname=libgringotts
-pkgver=1.2.1
-pkgrel=10
-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-x86_64/PKGBUILD (from rev 103021, libgringotts/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-12-25 17:07:40 UTC (rev 103022)
@@ -0,0 +1,30 @@
+# $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
+}

Deleted: libgringotts.changelog
===================================================================
--- libgringotts.changelog	2013-12-25 17:07:06 UTC (rev 103021)
+++ libgringotts.changelog	2013-12-25 17:07:40 UTC (rev 103022)
@@ -1,6 +0,0 @@
-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-x86_64/libgringotts.changelog (from rev 103021, libgringotts/trunk/libgringotts.changelog)
===================================================================
--- libgringotts.changelog	                        (rev 0)
+++ libgringotts.changelog	2013-12-25 17:07:40 UTC (rev 103022)
@@ -0,0 +1,9 @@
+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