public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-analyzer/goaccess: metadata.xml goaccess-0.8.5.ebuild ChangeLog
@ 2015-04-07  6:47 Ian Delaney (idella4)
  0 siblings, 0 replies; only message in thread
From: Ian Delaney (idella4) @ 2015-04-07  6:47 UTC (permalink / raw
  To: gentoo-commits

idella4     15/04/07 06:47:44

  Modified:             metadata.xml ChangeLog
  Added:                goaccess-0.8.5.ebuild
  Log:
  bump, wrt bug #530112, reset metadata.xml to substitute proxy maintainer
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.4                  net-analyzer/goaccess/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/goaccess/metadata.xml?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/goaccess/metadata.xml?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/goaccess/metadata.xml?r1=1.3&r2=1.4

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/goaccess/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml	13 Oct 2013 10:23:35 -0000	1.3
+++ metadata.xml	7 Apr 2015 06:47:44 -0000	1.4
@@ -1,10 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <herd>proxy-maintainers</herd>
-  <maintainer>
-    <email>nikoli@gmx.us</email>
-    <name>Nikoli</name>
-  </maintainer>
+	<herd>proxy-maintainers</herd>
+	<maintainer>
+		<email>spiderx@spiderx.dp.ua</email>
+		<name>Vladimir Pavljuchenkov</name>
+		<description>Proxy maintainer</description>    
+	</maintainer>
+	<longdescription>GoAccess is an open source real-time web log analyzer and 
+interactive viewer that runs in a terminal in *nix systems. It provides fast and valuable
+HTTP statistics for system administrators that require a visual server report on the fly.
+	</longdescription>
+	<use>
+		<flag name="btree">Enable Tokyo Cabinet's on-disk B+ Tree database backend</flag>
+		<flag name="memhash">Enable Tokyo Cabinet's on-memory hash database backend</flag></use>
+	<upstream>
+		<changelog>https://github.com/allinurl/goaccess/blob/master/ChangeLog</changelog>
+		<doc>http://goaccess.io/faq</doc>
+		<bugs-to>mailto:goaccess@prosoftcorp.com</bugs-to>
+	</upstream>
 </pkgmetadata>
 



1.8                  net-analyzer/goaccess/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/goaccess/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/goaccess/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/goaccess/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/goaccess/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	22 Nov 2014 12:34:41 -0000	1.7
+++ ChangeLog	7 Apr 2015 06:47:44 -0000	1.8
@@ -1,6 +1,12 @@
 # ChangeLog for net-analyzer/goaccess
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/goaccess/ChangeLog,v 1.7 2014/11/22 12:34:41 jer Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/goaccess/ChangeLog,v 1.8 2015/04/07 06:47:44 idella4 Exp $
+
+*goaccess-0.8.5 (07 Apr 2015)
+
+  07 Apr 2015; Ian Delaney <idella4@gentoo.org> +goaccess-0.8.5.ebuild,
+  metadata.xml:
+  bump, wrt bug #530112, reset metadata.xml to substitute proxy maintainer
 
   22 Nov 2014; Jeroen Roovers <jer@gentoo.org> goaccess-0.6.1.ebuild,
   +files/goaccess-0.6.1-CFLAGS.patch, +files/goaccess-0.6.1-tinfo.patch:



1.1                  net-analyzer/goaccess/goaccess-0.8.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/goaccess/goaccess-0.8.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/goaccess/goaccess-0.8.5.ebuild?rev=1.1&content-type=text/plain

Index: goaccess-0.8.5.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/goaccess/goaccess-0.8.5.ebuild,v 1.1 2015/04/07 06:47:44 idella4 Exp $

EAPI="5"

inherit eutils

DESCRIPTION="A real-time web log analyzer and interactive viewer that runs in a terminal"
HOMEPAGE="http://goaccess.io"
SRC_URI="http://tar.goaccess.io/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux"

IUSE="btree debug geoip bzip2 memhash unicode zlib"

REQUIRED_USE="btree? ( !memhash )"

RDEPEND="
	dev-libs/glib:2
	sys-libs/ncurses[unicode?]
	geoip? ( dev-libs/geoip )
	btree? ( dev-db/tokyocabinet )
	memhash? ( dev-db/tokyocabinet )
	zlib? ( sys-libs/zlib )
	bzip2? ( app-arch/bzip2 )"
DEPEND="${RDEPEND}
	virtual/pkgconfig"

src_prepare() {
	# Fix path to GeoIP bases in config
	sed -e s':/usr/local:/usr:' -i config/goaccess.conf || die
}

src_configure() {
	econf \
		$(use_enable debug) \
		$(use_enable geoip) \
		$(use_enable bzip2 bzip) \
		$(use_enable unicode utf8) \
		$(use_enable zlib) \
		$(use memhash && echo "--enable-tcb=memhash") \
		$(use btree && echo "--enable-tcb=btree")

	epatch_user
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-04-07  6:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-07  6:47 [gentoo-commits] gentoo-x86 commit in net-analyzer/goaccess: metadata.xml goaccess-0.8.5.ebuild ChangeLog Ian Delaney (idella4)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox