xmw 14/05/30 12:53:03 Modified: ncdc-1.19.1.ebuild ncdc-9999.ebuild ChangeLog Log: add epatch_user and USE=geoip, as requested by carpet (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Revision Changes Path 1.2 net-p2p/ncdc/ncdc-1.19.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/ncdc/ncdc-1.19.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/ncdc/ncdc-1.19.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/ncdc/ncdc-1.19.1.ebuild?r1=1.1&r2=1.2 Index: ncdc-1.19.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ncdc-1.19.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ncdc-1.19.1.ebuild 23 Apr 2014 13:48:47 -0000 1.1 +++ ncdc-1.19.1.ebuild 30 May 2014 12:53:02 -0000 1.2 @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ncdc-1.19.1.ebuild,v 1.1 2014/04/23 13:48:47 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ncdc-1.19.1.ebuild,v 1.2 2014/05/30 12:53:02 xmw Exp $ EAPI=5 -inherit toolchain-funcs +inherit autotools eutils toolchain-funcs DESCRIPTION="ncurses directconnect client" HOMEPAGE="http://dev.yorhel.nl/ncdc" @@ -26,8 +26,13 @@ dev-util/makeheaders virtual/pkgconfig" +src_prepare() { + epatch_user && eautoreconf +} + src_configure() { - econf $(use_with geoip) + econf \ + $(use_with geoip) } src_compile() { 1.12 net-p2p/ncdc/ncdc-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/ncdc/ncdc-9999.ebuild?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/ncdc/ncdc-9999.ebuild?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/ncdc/ncdc-9999.ebuild?r1=1.11&r2=1.12 Index: ncdc-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ncdc-9999.ebuild,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ncdc-9999.ebuild 23 Jun 2013 21:32:33 -0000 1.11 +++ ncdc-9999.ebuild 30 May 2014 12:53:02 -0000 1.12 @@ -1,10 +1,10 @@ -# 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-p2p/ncdc/ncdc-9999.ebuild,v 1.11 2013/06/23 21:32:33 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ncdc-9999.ebuild,v 1.12 2014/05/30 12:53:02 xmw Exp $ EAPI=5 -inherit autotools git-2 toolchain-funcs +inherit autotools eutils git-2 toolchain-funcs DESCRIPTION="ncurses directconnect client" HOMEPAGE="http://dev.yorhel.nl/ncdc" @@ -13,25 +13,27 @@ LICENSE="MIT" SLOT="0" KEYWORDS="" -IUSE="" +IUSE="geoip" RDEPEND="app-arch/bzip2 dev-db/sqlite:3 dev-libs/glib:2 net-libs/gnutls sys-libs/ncurses:5[unicode] - sys-libs/zlib" + sys-libs/zlib + geoip? ( dev-libs/geoip )" DEPEND="${RDEPEND} - dev-lang/perl dev-util/makeheaders virtual/pkgconfig" src_prepare() { + epatch_user eautoreconf } src_configure() { - econf --enable-git-version + econf --enable-git-version \ + $(use_with geoip) } src_compile() { 1.49 net-p2p/ncdc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/ncdc/ChangeLog?rev=1.49&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/ncdc/ChangeLog?rev=1.49&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/ncdc/ChangeLog?r1=1.48&r2=1.49 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ChangeLog,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- ChangeLog 23 Apr 2014 13:48:47 -0000 1.48 +++ ChangeLog 30 May 2014 12:53:02 -0000 1.49 @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/ncdc # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ChangeLog,v 1.48 2014/04/23 13:48:47 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ChangeLog,v 1.49 2014/05/30 12:53:02 xmw Exp $ + + 30 May 2014; Michael Weber <[email protected]> ncdc-1.19.1.ebuild, + ncdc-9999.ebuild: + add epatch_user and USE=geoip, as requested by carpet *ncdc-1.19.1 (23 Apr 2014)
