Date: Wednesday, December 25, 2013 @ 18:24:20 Author: jlichtblau Revision: 103029
archrelease: copy trunk to community-x86_64 Added: libstatgrab/repos/community-x86_64/PKGBUILD (from rev 103028, libstatgrab/trunk/PKGBUILD) libstatgrab/repos/community-x86_64/libstatgrab.changelog (from rev 103028, libstatgrab/trunk/libstatgrab.changelog) Deleted: libstatgrab/repos/community-x86_64/PKGBUILD libstatgrab/repos/community-x86_64/libstatgrab.changelog -----------------------+ PKGBUILD | 60 ++++++++++++++++++++++++------------------------ libstatgrab.changelog | 26 ++++++++++++-------- 2 files changed, 45 insertions(+), 41 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2013-12-25 17:24:12 UTC (rev 103028) +++ PKGBUILD 2013-12-25 17:24:20 UTC (rev 103029) @@ -1,30 +0,0 @@ -# $Id$ -# Maintainer: Jaroslav Lichtblau <dragonl...@aur.archlinux.org> -# Contributor: Eric Belanger <e...@archlinux.org> -# Contributor: Hugo Ideler <hugoide...@dse.nl> - -pkgname=libstatgrab -pkgver=0.17 -pkgrel=3 -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-x86_64/PKGBUILD (from rev 103028, libstatgrab/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2013-12-25 17:24:20 UTC (rev 103029) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Jaroslav Lichtblau <dragonl...@aur.archlinux.org> +# Contributor: Eric Belanger <e...@archlinux.org> +# Contributor: Hugo Ideler <hugoide...@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 +} Deleted: libstatgrab.changelog =================================================================== --- libstatgrab.changelog 2013-12-25 17:24:12 UTC (rev 103028) +++ libstatgrab.changelog 2013-12-25 17:24:20 UTC (rev 103029) @@ -1,11 +0,0 @@ -2011-01-27 Jaroslav Lichtblau <dragonl...@aur.archlinux.org> - * libstatgrab 0.17-1 - -2010-07-21 Jaroslav Lichtblau <dragonl...@aur.archlinux.org> - * rebuild for correct package naming - -2008-03-20 Eric Belanger <e...@archlinux.org> - - * libstatgrab 0.16-1 - * Upstream update - * Added ChangeLog Copied: libstatgrab/repos/community-x86_64/libstatgrab.changelog (from rev 103028, libstatgrab/trunk/libstatgrab.changelog) =================================================================== --- libstatgrab.changelog (rev 0) +++ libstatgrab.changelog 2013-12-25 17:24:20 UTC (rev 103029) @@ -0,0 +1,15 @@ +2013-12-25 Jaroslav Lichtblau <dragonl...@aur.archlinux.org> + * libstatgrab 0.17-4 static library removal + +2011-01-27 Jaroslav Lichtblau <dragonl...@aur.archlinux.org> + * libstatgrab 0.17-1 + +2010-07-21 Jaroslav Lichtblau <dragonl...@aur.archlinux.org> + * rebuild for correct package naming + +2008-03-20 Eric Belanger <e...@archlinux.org> + + * libstatgrab 0.16-1 + * Upstream update + * Added ChangeLog +