pacho       15/03/29 12:55:24

  Modified:             ChangeLog
  Added:                apachetop-0.12.6-r2.ebuild
  Log:
  Disable ands support as it will be removed (#513238)
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  Changes    Path
1.54                 app-admin/apachetop/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/apachetop/ChangeLog?rev=1.54&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/apachetop/ChangeLog?rev=1.54&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/apachetop/ChangeLog?r1=1.53&r2=1.54

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/apachetop/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog   9 Jul 2013 18:29:20 -0000       1.53
+++ ChangeLog   29 Mar 2015 12:55:24 -0000      1.54
@@ -1,6 +1,11 @@
 # ChangeLog for app-admin/apachetop
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/apachetop/ChangeLog,v 1.53 
2013/07/09 18:29:20 neurogeek Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/apachetop/ChangeLog,v 1.54 
2015/03/29 12:55:24 pacho Exp $
+
+*apachetop-0.12.6-r2 (29 Mar 2015)
+
+  29 Mar 2015; Pacho Ramos <[email protected]> +apachetop-0.12.6-r2.ebuild:
+  Disable ands support as it will be removed (#513238)
 
   09 Jul 2013; <[email protected]> apachetop-0.12.6-r1.ebuild,
   +files/apachetop-0.12.6-ac_config_header.patch:



1.1                  app-admin/apachetop/apachetop-0.12.6-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/apachetop/apachetop-0.12.6-r2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/apachetop/apachetop-0.12.6-r2.ebuild?rev=1.1&content-type=text/plain

Index: apachetop-0.12.6-r2.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-admin/apachetop/apachetop-0.12.6-r2.ebuild,v 1.1 
2015/03/29 12:55:24 pacho Exp $

EAPI=5
inherit eutils autotools

DESCRIPTION="A realtime Apache log analyzer"
HOMEPAGE="http://www.webta.org/projects/apachetop";
SRC_URI="http://www.webta.org/${PN}/${P}.tar.gz";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~mips ~ppc ~sparc ~x86"
IUSE="fam pcre"

RDEPEND="
        fam? ( virtual/fam )
        pcre? ( dev-libs/libpcre )
"
DEPEND="${RDEPEND}"

src_prepare() {
        epatch "${FILESDIR}"/${P}-gcc41.patch
        epatch "${FILESDIR}"/${P}-configure.patch
        epatch "${FILESDIR}"/${P}-maxpathlen.patch
        epatch "${FILESDIR}"/${P}-ac_config_header.patch
        eautoreconf
}

src_configure() {
        econf \
                --with-logfile=/var/log/apache2/access_log \
                --without-adns \
                $(use_with fam) \
                $(use_with pcre)
}




Reply via email to