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

Felix Yan felixonmars at archlinux.org
Mon Jun 4 13:33:51 UTC 2018


    Date: Monday, June 4, 2018 @ 13:33:50
  Author: felixonmars
Revision: 340301

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-04 13:33:35 UTC (rev 340300)
+++ PKGBUILD	2018-06-04 13:33:50 UTC (rev 340301)
@@ -1,30 +0,0 @@
-# $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
-}

Copied: libgringotts/repos/community-x86_64/PKGBUILD (from rev 340300, libgringotts/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-04 13:33:50 UTC (rev 340301)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+
+pkgname=libgringotts
+pkgver=1.2.1
+pkgrel=13
+pkgdesc="Encryption backend for Gringotts"
+arch=('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)
+sha512sums=('504f3bc64fb95c489eb9bdbfe0ec97dde2ad04a1f9609f943444828dc5b2954a961bf42de8ce9ea1736230e1719d584903caac11e0c0f690a6c7fdb47c1b82f5')
+
+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	2018-06-04 13:33:35 UTC (rev 340300)
+++ libgringotts.changelog	2018-06-04 13:33:50 UTC (rev 340301)
@@ -1,12 +0,0 @@
-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]

Copied: libgringotts/repos/community-x86_64/libgringotts.changelog (from rev 340300, libgringotts/trunk/libgringotts.changelog)
===================================================================
--- libgringotts.changelog	                        (rev 0)
+++ libgringotts.changelog	2018-06-04 13:33:50 UTC (rev 340301)
@@ -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