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

Felix Yan fyan at archlinux.org
Sun Sep 14 14:58:05 UTC 2014


    Date: Sunday, September 14, 2014 @ 16:58:05
  Author: fyan
Revision: 118961

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

Added:
  goaccess/repos/community-i686/PKGBUILD
    (from rev 118960, goaccess/trunk/PKGBUILD)
  goaccess/repos/community-x86_64/PKGBUILD
    (from rev 118960, 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	2014-09-14 14:57:32 UTC (rev 118960)
+++ community-i686/PKGBUILD	2014-09-14 14:58:05 UTC (rev 118961)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: Josh VanderLinden <arch at cloudlery.com>
-# Contributor: Nicolas Storme <nicolas at atelier-web.com>
-
-pkgname=goaccess
-pkgver=0.8.4
-pkgrel=1
-pkgdesc="An open source real-time web log analyzer and interactive viewer"
-arch=('i686' 'x86_64')
-url="http://goaccess.prosoftcorp.com"
-license=('GPL')
-depends=('ncurses' 'geoip' 'glib2')
-backup=('etc/goaccess.conf')
-source=("http://tar.goaccess.prosoftcorp.com/$pkgname-$pkgver.tar.gz")
-sha512sums=('8a0d45c61d3ab6070d57548dea94813d28f2e45a80248937f233495446eae51f0c3bd636b83bfdcea6c1c69620f8a243727aaaa274db0247af36e8e90fbcd769')
-
-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 118960, goaccess/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-09-14 14:58:05 UTC (rev 118961)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: Josh VanderLinden <arch at cloudlery.com>
+# Contributor: Nicolas Storme <nicolas at atelier-web.com>
+
+pkgname=goaccess
+pkgver=0.8.5
+pkgrel=1
+pkgdesc="An open source real-time web log analyzer and interactive viewer"
+arch=('i686' 'x86_64')
+url="http://goaccess.prosoftcorp.com"
+license=('GPL')
+depends=('ncurses' 'geoip' 'glib2')
+backup=('etc/goaccess.conf')
+source=("http://tar.goaccess.prosoftcorp.com/$pkgname-$pkgver.tar.gz")
+sha512sums=('736ae69d0c3bbbaf1d06b287c2d600aae1a72255361c9bb40d1c74986932a771c2b401126e75f22ad4be72f6dc053efd262c40ad40cd62efc57c4461d5481c63')
+
+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	2014-09-14 14:57:32 UTC (rev 118960)
+++ community-x86_64/PKGBUILD	2014-09-14 14:58:05 UTC (rev 118961)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: Josh VanderLinden <arch at cloudlery.com>
-# Contributor: Nicolas Storme <nicolas at atelier-web.com>
-
-pkgname=goaccess
-pkgver=0.8.4
-pkgrel=1
-pkgdesc="An open source real-time web log analyzer and interactive viewer"
-arch=('i686' 'x86_64')
-url="http://goaccess.prosoftcorp.com"
-license=('GPL')
-depends=('ncurses' 'geoip' 'glib2')
-backup=('etc/goaccess.conf')
-source=("http://tar.goaccess.prosoftcorp.com/$pkgname-$pkgver.tar.gz")
-sha512sums=('8a0d45c61d3ab6070d57548dea94813d28f2e45a80248937f233495446eae51f0c3bd636b83bfdcea6c1c69620f8a243727aaaa274db0247af36e8e90fbcd769')
-
-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 118960, goaccess/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-09-14 14:58:05 UTC (rev 118961)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: Josh VanderLinden <arch at cloudlery.com>
+# Contributor: Nicolas Storme <nicolas at atelier-web.com>
+
+pkgname=goaccess
+pkgver=0.8.5
+pkgrel=1
+pkgdesc="An open source real-time web log analyzer and interactive viewer"
+arch=('i686' 'x86_64')
+url="http://goaccess.prosoftcorp.com"
+license=('GPL')
+depends=('ncurses' 'geoip' 'glib2')
+backup=('etc/goaccess.conf')
+source=("http://tar.goaccess.prosoftcorp.com/$pkgname-$pkgver.tar.gz")
+sha512sums=('736ae69d0c3bbbaf1d06b287c2d600aae1a72255361c9bb40d1c74986932a771c2b401126e75f22ad4be72f6dc053efd262c40ad40cd62efc57c4461d5481c63')
+
+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