diff options
author | 2017-01-15 20:20:00 +0200 | |
---|---|---|
committer | 2017-01-16 19:07:42 +0100 | |
commit | 1259a7141ff4d6d56b1f2792f049a6c79c20f45d (patch) | |
tree | c6244acd7ae6ec511e534a80afde803ede156742 /net-analyzer/goaccess/metadata.xml | |
parent | app-admin/ansible: Version bumps, final security fix releases (diff) | |
download | gentoo-1259a7141ff4d6d56b1f2792f049a6c79c20f45d.tar.gz gentoo-1259a7141ff4d6d56b1f2792f049a6c79c20f45d.tar.bz2 gentoo-1259a7141ff4d6d56b1f2792f049a6c79c20f45d.zip |
net-analyzer/goaccess: bump to 1.1.1
1. Added bzip2, getline, libressl, ssl, zlib USE-flags with corresponding support in ebuild.
2. Fixed RDEPEND for ncurses, openssl, tokyocabinet.
3. Updated REQUIRED_USE.
4. Modified src_configure section.
5. Use ${ED%/} instead of ${D}.
Gentoo-Bug: https://bugs.gentoo.org/559200
Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/3435
Diffstat (limited to 'net-analyzer/goaccess/metadata.xml')
-rw-r--r-- | net-analyzer/goaccess/metadata.xml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/net-analyzer/goaccess/metadata.xml b/net-analyzer/goaccess/metadata.xml index 51d6d6ee8eef..9bb61d3e0793 100644 --- a/net-analyzer/goaccess/metadata.xml +++ b/net-analyzer/goaccess/metadata.xml @@ -4,25 +4,26 @@ <maintainer type="person"> <email>spiderx@spiderx.dp.ua</email> <name>Vladimir Pavljuchenkov</name> - <description>Proxy maintainer</description> </maintainer> <maintainer type="project"> <email>proxy-maint@gentoo.org</email> <name>Proxy Maintainers</name> </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 lang="en"> + 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="getline">Use GNU getline() to parse full line requests</flag> <flag name="memhash">Enable Tokyo Cabinet's on-memory hash database backend</flag> <flag name="tokyocabinet">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> - <remote-id type="sourceforge">goaccess</remote-id> + <remote-id type="github">allinurl/goaccess</remote-id> </upstream> </pkgmetadata> |