jer 14/06/20 13:52:38 Modified: ChangeLog fwlogwatch-1.4.ebuild Log: Remove support for net-libs/adns (bug #513992). (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.29 net-analyzer/fwlogwatch/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fwlogwatch/ChangeLog?rev=1.29&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fwlogwatch/ChangeLog?rev=1.29&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fwlogwatch/ChangeLog?r1=1.28&r2=1.29 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/fwlogwatch/ChangeLog,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- ChangeLog 29 Jun 2013 16:22:20 -0000 1.28 +++ ChangeLog 20 Jun 2014 13:52:38 -0000 1.29 @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/fwlogwatch -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fwlogwatch/ChangeLog,v 1.28 2013/06/29 16:22:20 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fwlogwatch/ChangeLog,v 1.29 2014/06/20 13:52:38 jer Exp $ + + 20 Jun 2014; Jeroen Roovers <[email protected]> fwlogwatch-1.4.ebuild: + Remove support for net-libs/adns (bug #513992). 29 Jun 2013; Agostino Sarubbo <[email protected]> fwlogwatch-1.3.ebuild: Stable for sparc, wrt bug #472216 1.2 net-analyzer/fwlogwatch/fwlogwatch-1.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fwlogwatch/fwlogwatch-1.4.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fwlogwatch/fwlogwatch-1.4.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fwlogwatch/fwlogwatch-1.4.ebuild?r1=1.1&r2=1.2 Index: fwlogwatch-1.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/fwlogwatch/fwlogwatch-1.4.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- fwlogwatch-1.4.ebuild 3 Jun 2013 20:15:56 -0000 1.1 +++ fwlogwatch-1.4.ebuild 20 Jun 2014 13:52:38 -0000 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fwlogwatch/fwlogwatch-1.4.ebuild,v 1.1 2013/06/03 20:15:56 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fwlogwatch/fwlogwatch-1.4.ebuild,v 1.2 2014/06/20 13:52:38 jer Exp $ EAPI=5 @@ -13,10 +13,9 @@ KEYWORDS="~amd64 ~ppc ~sparc ~x86" LICENSE="GPL-1" SLOT="0" -IUSE="adns nls zlib" +IUSE="nls zlib" RDEPEND=" - adns? ( net-libs/adns ) zlib? ( sys-libs/zlib ) " DEPEND=" @@ -47,10 +46,6 @@ } src_configure() { - if use adns; then - sed -i Makefile -e '/^LIBS/ s|#-ladns |-ladns #|g' || die - append-cflags -DHAVE_ADNS - fi if ! use zlib; then sed -i Makefile -e '/^LIBS/ s|-lz||g' || die else
