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

Jaroslav Lichtblau jlichtblau at archlinux.org
Thu Nov 6 14:39:44 UTC 2014


    Date: Thursday, November 6, 2014 @ 15:39:44
  Author: jlichtblau
Revision: 122055

archrelease: copy trunk to community-i686

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

-----------------------+
 PKGBUILD              |   60 ++++++++++++++++++++++++------------------------
 libstatgrab.changelog |   29 ++++++++++++++---------
 2 files changed, 48 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-11-06 14:36:14 UTC (rev 122054)
+++ PKGBUILD	2014-11-06 14:39:44 UTC (rev 122055)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Eric Belanger <eric at archlinux.org>
-# Contributor: Hugo Ideler <hugoideler at dse.nl>
-
-pkgname=libstatgrab
-pkgver=0.17
-pkgrel=4
-pkgdesc="A library that provides cross platform access to statistics about the system on which it's run"
-arch=('i686' 'x86_64')
-url="http://www.i-scream.org/libstatgrab"
-license=('LGPL' 'GPL')
-depends=('ncurses' 'perl')
-options=('!makeflags')
-changelog=$pkgname.changelog
-source=(http://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('bbaa88c6bde8bd3cf2720b81a26528cc055a7e83e4ea3bdb1d0a3c4287cceb88')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: libstatgrab/repos/community-i686/PKGBUILD (from rev 122054, libstatgrab/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-11-06 14:39:44 UTC (rev 122055)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Eric Belanger <eric at archlinux.org>
+# Contributor: Hugo Ideler <hugoideler at dse.nl>
+
+pkgname=libstatgrab
+pkgver=0.91
+pkgrel=1
+pkgdesc="A library that provides cross platform access to statistics about the system on which it's run"
+arch=('i686' 'x86_64')
+url="http://www.i-scream.org/libstatgrab"
+license=('LGPL' 'GPL')
+depends=('ncurses' 'perl')
+options=('!makeflags')
+changelog=$pkgname.changelog
+source=(http://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('03e9328e4857c2c9dcc1b0347724ae4cd741a72ee11acc991784e8ef45b7f1ab')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: libstatgrab.changelog
===================================================================
--- libstatgrab.changelog	2014-11-06 14:36:14 UTC (rev 122054)
+++ libstatgrab.changelog	2014-11-06 14:39:44 UTC (rev 122055)
@@ -1,11 +0,0 @@
-2011-01-27  Jaroslav Lichtblau  <dragonlord at aur.archlinux.org>
-	* libstatgrab 0.17-1
-
-2010-07-21  Jaroslav Lichtblau  <dragonlord at aur.archlinux.org>
-	* rebuild for correct package naming
-
-2008-03-20  Eric Belanger  <eric at archlinux.org>
-
-	* libstatgrab 0.16-1
-	* Upstream update
-	* Added ChangeLog

Copied: libstatgrab/repos/community-i686/libstatgrab.changelog (from rev 122054, libstatgrab/trunk/libstatgrab.changelog)
===================================================================
--- libstatgrab.changelog	                        (rev 0)
+++ libstatgrab.changelog	2014-11-06 14:39:44 UTC (rev 122055)
@@ -0,0 +1,18 @@
+2014-11-06  Jaroslav Lichtblau  <dragonlord at aur.archlinux.org>
+	* libstatgrab 0.91-1
+
+2013-12-25  Jaroslav Lichtblau  <dragonlord at aur.archlinux.org>
+	* libstatgrab 0.17-4 static library removal
+
+2011-01-27  Jaroslav Lichtblau  <dragonlord at aur.archlinux.org>
+	* libstatgrab 0.17-1
+
+2010-07-21  Jaroslav Lichtblau  <dragonlord at aur.archlinux.org>
+	* rebuild for correct package naming
+
+2008-03-20  Eric Belanger  <eric at archlinux.org>
+
+	* libstatgrab 0.16-1
+	* Upstream update
+	* Added ChangeLog
+



More information about the arch-commits mailing list