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

Jaroslav Lichtblau jlichtblau at archlinux.org
Thu Aug 15 18:07:22 UTC 2019


    Date: Thursday, August 15, 2019 @ 18:07:22
  Author: jlichtblau
Revision: 499591

archrelease: copy trunk to community-x86_64

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

-----------------------+
 PKGBUILD              |   61 ++++++++++++++++++++++++------------------------
 libstatgrab.changelog |   39 ++++++++++++++++--------------
 2 files changed, 52 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-15 18:07:13 UTC (rev 499590)
+++ PKGBUILD	2019-08-15 18:07:22 UTC (rev 499591)
@@ -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.91
-pkgrel=3
-pkgdesc="A library that provides cross platform access to statistics about the system on which it's run"
-arch=('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)
-sha512sums=('f360f2e1b185bf9603b1d9c50649b0050e9502128ff81a9f4de88457e2f5203deafe7fd7ac13ebc4cc56e6ecd1bdf8aacae64987bdf36af0c9929e30626915f6')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: libstatgrab/repos/community-x86_64/PKGBUILD (from rev 499590, libstatgrab/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-15 18:07:22 UTC (rev 499591)
@@ -0,0 +1,31 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Eric Belanger <eric at archlinux.org>
+# Contributor: Hugo Ideler <hugoideler at dse.nl>
+
+pkgname=libstatgrab
+pkgver=0.92
+pkgrel=1
+pkgdesc="A library that provides cross platform access to statistics about the system on which it's run"
+arch=('x86_64')
+url="https://www.i-scream.org/libstatgrab"
+license=('LGPL' 'GPL')
+depends=('ncurses' 'perl')
+options=('!makeflags')
+changelog=$pkgname.changelog
+source=(https://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/$pkgname/$pkgname-$pkgver.tar.gz{,.asc})
+sha256sums=('5bf1906aff9ffc3eeacf32567270f4d819055d8386d98b9c8c05519012d5a196'
+            'SKIP')
+validpgpkeys=('4BD95F908A5040E8D26CD6816C226B37FDF38D55') # Tim Bishop <tim at bishnet.net>
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: libstatgrab.changelog
===================================================================
--- libstatgrab.changelog	2019-08-15 18:07:13 UTC (rev 499590)
+++ libstatgrab.changelog	2019-08-15 18:07:22 UTC (rev 499591)
@@ -1,18 +0,0 @@
-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
-

Copied: libstatgrab/repos/community-x86_64/libstatgrab.changelog (from rev 499590, libstatgrab/trunk/libstatgrab.changelog)
===================================================================
--- libstatgrab.changelog	                        (rev 0)
+++ libstatgrab.changelog	2019-08-15 18:07:22 UTC (rev 499591)
@@ -0,0 +1,21 @@
+2019-08-15 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* libstatgrab 0.92-1
+
+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