[arch-commits] Commit in libstatgrab/repos/community-x86_64 (4 files)
Jaroslav Lichtblau
jlichtblau at gemini.archlinux.org
Sat Aug 28 15:08:28 UTC 2021
Date: Saturday, August 28, 2021 @ 15:08:28
Author: jlichtblau
Revision: 1007743
archrelease: copy trunk to community-x86_64
Added:
libstatgrab/repos/community-x86_64/PKGBUILD
(from rev 1007742, libstatgrab/trunk/PKGBUILD)
libstatgrab/repos/community-x86_64/libstatgrab.changelog
(from rev 1007742, libstatgrab/trunk/libstatgrab.changelog)
Deleted:
libstatgrab/repos/community-x86_64/PKGBUILD
libstatgrab/repos/community-x86_64/libstatgrab.changelog
-----------------------+
PKGBUILD | 62 ++++++++++++++++++++++++------------------------
libstatgrab.changelog | 45 ++++++++++++++++++----------------
2 files changed, 55 insertions(+), 52 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-08-28 15:08:22 UTC (rev 1007742)
+++ PKGBUILD 2021-08-28 15:08:28 UTC (rev 1007743)
@@ -1,31 +0,0 @@
-# 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=2
-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
-}
Copied: libstatgrab/repos/community-x86_64/PKGBUILD (from rev 1007742, libstatgrab/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-08-28 15:08:28 UTC (rev 1007743)
@@ -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.1
+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=('5688aa4a685547d7174a8a373ea9d8ee927e766e3cc302bdee34523c2c5d6c11'
+ '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 2021-08-28 15:08:22 UTC (rev 1007742)
+++ libstatgrab.changelog 2021-08-28 15:08:28 UTC (rev 1007743)
@@ -1,21 +0,0 @@
-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
-
Copied: libstatgrab/repos/community-x86_64/libstatgrab.changelog (from rev 1007742, libstatgrab/trunk/libstatgrab.changelog)
===================================================================
--- libstatgrab.changelog (rev 0)
+++ libstatgrab.changelog 2021-08-28 15:08:28 UTC (rev 1007743)
@@ -0,0 +1,24 @@
+2021-08-28-15 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+ * libstatgrab 0.92.1-1
+
+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