[arch-commits] Commit in goaccess/repos (4 files)

Felix Yan fyan at archlinux.org
Tue Jul 7 03:59:43 UTC 2015


    Date: Tuesday, July 7, 2015 @ 05:59:43
  Author: fyan
Revision: 136509

archrelease: copy trunk to community-i686, community-x86_64

Added:
  goaccess/repos/community-i686/PKGBUILD
    (from rev 136508, goaccess/trunk/PKGBUILD)
  goaccess/repos/community-x86_64/PKGBUILD
    (from rev 136508, goaccess/trunk/PKGBUILD)
Deleted:
  goaccess/repos/community-i686/PKGBUILD
  goaccess/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   56 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   28 ----------------------
 community-x86_64/PKGBUILD |   28 ----------------------
 3 files changed, 56 insertions(+), 56 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-07-07 03:59:21 UTC (rev 136508)
+++ community-i686/PKGBUILD	2015-07-07 03:59:43 UTC (rev 136509)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Josh VanderLinden <arch at cloudlery.com>
-# Contributor: Nicolas Storme <nicolas at atelier-web.com>
-
-pkgname=goaccess
-pkgver=0.9.1
-pkgrel=1
-pkgdesc="An open source real-time web log analyzer and interactive viewer"
-arch=('i686' 'x86_64')
-url='http://goaccess.io'
-license=('GPL')
-depends=('ncurses' 'geoip' 'glib2')
-backup=('etc/goaccess.conf')
-source=("http://tar.goaccess.io/$pkgname-$pkgver.tar.gz")
-sha512sums=('279b1baa90aab8f3ca68a5af930fb7e3a1504c9a4f02ac857a5cb5c1a9a9f453bf41e2bf034daf84e3305e66f282006b3dc563262ac72b0883fd35da10ffba0a')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --enable-geoip --enable-utf8
-  make prefix=/usr sysconfdir=/etc
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make prefix="$pkgdir/usr" sysconfdir="$pkgdir/etc" install
-}
-

Copied: goaccess/repos/community-i686/PKGBUILD (from rev 136508, goaccess/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-07-07 03:59:43 UTC (rev 136509)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Josh VanderLinden <arch at cloudlery.com>
+# Contributor: Nicolas Storme <nicolas at atelier-web.com>
+
+pkgname=goaccess
+pkgver=0.9.2
+pkgrel=1
+pkgdesc="An open source real-time web log analyzer and interactive viewer"
+arch=('i686' 'x86_64')
+url='http://goaccess.io'
+license=('GPL')
+depends=('ncurses' 'geoip' 'glib2')
+backup=('etc/goaccess.conf')
+source=("http://tar.goaccess.io/$pkgname-$pkgver.tar.gz")
+sha512sums=('a2c19d2cc54f4243f25d83d7b4ac344b1cfc9edf1250343a9fd1bde686dd4ac6637409c583fc5e9c9f0b2498407691158866aba114bb733cbe5e68fd1eb82b5a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --enable-geoip --enable-utf8
+  make prefix=/usr sysconfdir=/etc
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make prefix="$pkgdir/usr" sysconfdir="$pkgdir/etc" install
+}
+

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-07-07 03:59:21 UTC (rev 136508)
+++ community-x86_64/PKGBUILD	2015-07-07 03:59:43 UTC (rev 136509)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Josh VanderLinden <arch at cloudlery.com>
-# Contributor: Nicolas Storme <nicolas at atelier-web.com>
-
-pkgname=goaccess
-pkgver=0.9.1
-pkgrel=1
-pkgdesc="An open source real-time web log analyzer and interactive viewer"
-arch=('i686' 'x86_64')
-url='http://goaccess.io'
-license=('GPL')
-depends=('ncurses' 'geoip' 'glib2')
-backup=('etc/goaccess.conf')
-source=("http://tar.goaccess.io/$pkgname-$pkgver.tar.gz")
-sha512sums=('279b1baa90aab8f3ca68a5af930fb7e3a1504c9a4f02ac857a5cb5c1a9a9f453bf41e2bf034daf84e3305e66f282006b3dc563262ac72b0883fd35da10ffba0a')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --enable-geoip --enable-utf8
-  make prefix=/usr sysconfdir=/etc
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make prefix="$pkgdir/usr" sysconfdir="$pkgdir/etc" install
-}
-

Copied: goaccess/repos/community-x86_64/PKGBUILD (from rev 136508, goaccess/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-07-07 03:59:43 UTC (rev 136509)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Josh VanderLinden <arch at cloudlery.com>
+# Contributor: Nicolas Storme <nicolas at atelier-web.com>
+
+pkgname=goaccess
+pkgver=0.9.2
+pkgrel=1
+pkgdesc="An open source real-time web log analyzer and interactive viewer"
+arch=('i686' 'x86_64')
+url='http://goaccess.io'
+license=('GPL')
+depends=('ncurses' 'geoip' 'glib2')
+backup=('etc/goaccess.conf')
+source=("http://tar.goaccess.io/$pkgname-$pkgver.tar.gz")
+sha512sums=('a2c19d2cc54f4243f25d83d7b4ac344b1cfc9edf1250343a9fd1bde686dd4ac6637409c583fc5e9c9f0b2498407691158866aba114bb733cbe5e68fd1eb82b5a')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --enable-geoip --enable-utf8
+  make prefix=/usr sysconfdir=/etc
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make prefix="$pkgdir/usr" sysconfdir="$pkgdir/etc" install
+}
+



More information about the arch-commits mailing list