hd_brummy 14/06/11 18:55:12 Modified: ChangeLog tntnet-2.2.1.ebuild Removed: tntnet-2.2.ebuild Log: stable amd64 x86; fixed missing include, thx to T.Rausch on wrt bug 423697 (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 34C2808A)
Revision Changes Path 1.28 dev-libs/tntnet/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/tntnet/ChangeLog?rev=1.28&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/tntnet/ChangeLog?rev=1.28&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/tntnet/ChangeLog?r1=1.27&r2=1.28 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/tntnet/ChangeLog,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- ChangeLog 1 Mar 2014 22:14:27 -0000 1.27 +++ ChangeLog 11 Jun 2014 18:55:12 -0000 1.28 @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/tntnet # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/tntnet/ChangeLog,v 1.27 2014/03/01 22:14:27 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/tntnet/ChangeLog,v 1.28 2014/06/11 18:55:12 hd_brummy Exp $ + + 11 Jun 2014; Joerg Bornkessel <[email protected]> -tntnet-2.2.ebuild, + tntnet-2.2.1.ebuild, -files/tntnet-2.0-as-needed.patch, + -files/tntnet-2.0-gnutls.patch: + stable amd64 x86; fixed missing include, thx to T.Rausch on wrt bug 423697 01 Mar 2014; Michał Górny <[email protected]> tntnet-2.2.1.ebuild, tntnet-2.2.ebuild: 1.4 dev-libs/tntnet/tntnet-2.2.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/tntnet/tntnet-2.2.1.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/tntnet/tntnet-2.2.1.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/tntnet/tntnet-2.2.1.ebuild?r1=1.3&r2=1.4 Index: tntnet-2.2.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/tntnet/tntnet-2.2.1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- tntnet-2.2.1.ebuild 1 Mar 2014 22:14:27 -0000 1.3 +++ tntnet-2.2.1.ebuild 11 Jun 2014 18:55:12 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/tntnet/tntnet-2.2.1.ebuild,v 1.3 2014/03/01 22:14:27 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/tntnet/tntnet-2.2.1.ebuild,v 1.4 2014/06/11 18:55:12 hd_brummy Exp $ EAPI=5 @@ -12,7 +12,7 @@ LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" +KEYWORDS="amd64 ~sparc x86" IUSE="doc gnutls server ssl examples" RDEPEND=">=dev-libs/cxxtools-2.2.1 @@ -33,6 +33,9 @@ epatch "${FILESDIR}"/${PN}-2.0-zlib-minizip.patch rm framework/common/{ioapi,unzip}.[ch] || die + # bug 423697 + sed -e "s:unzip.h:minizip/unzip.h:" -i framework/defcomp/unzipcomp.cpp + eautoreconf sed -i -e 's:@localstatedir@:/var:' etc/tntnet/tntnet.xml.in || die
