xmw 15/03/21 23:55:21 Modified: ChangeLog Added: libdom-0.1.2.ebuild Removed: libdom-0.0.1_pre20120705.ebuild libdom-0.0.1.ebuild Log: Version bump (bug 543846). (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Revision Changes Path 1.10 net-libs/libdom/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libdom/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libdom/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libdom/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/libdom/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 15 Nov 2014 13:01:55 -0000 1.9 +++ ChangeLog 21 Mar 2015 23:55:21 -0000 1.10 @@ -1,6 +1,13 @@ # ChangeLog for net-libs/libdom -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libdom/ChangeLog,v 1.9 2014/11/15 13:01:55 xmw Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libdom/ChangeLog,v 1.10 2015/03/21 23:55:21 xmw Exp $ + +*libdom-0.1.2 (21 Mar 2015) + + 21 Mar 2015; Michael Weber <[email protected]> + +files/libdom-0.1.2-glibc2.20.patch, +libdom-0.1.2.ebuild, + -libdom-0.0.1.ebuild, -libdom-0.0.1_pre20120705.ebuild: + Version bump (bug 543846). *libdom-0.1.1 (15 Nov 2014) 1.1 net-libs/libdom/libdom-0.1.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libdom/libdom-0.1.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libdom/libdom-0.1.2.ebuild?rev=1.1&content-type=text/plain Index: libdom-0.1.2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-libs/libdom/libdom-0.1.2.ebuild,v 1.1 2015/03/21 23:55:21 xmw Exp $ EAPI=5 NETSURF_BUILDSYSTEM=buildsystem-1.3 inherit netsurf DESCRIPTION="implementation of the W3C DOM, written in C" HOMEPAGE="http://www.netsurf-browser.org/projects/libdom/" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm ~m68k-mint" IUSE="expat test xml" RDEPEND=">=dev-libs/libparserutils-0.2.1[static-libs?,${MULTILIB_USEDEP}] >=dev-libs/libwapcaplet-0.2.2[static-libs?,${MULTILIB_USEDEP}] >=net-libs/libhubbub-0.3.1[static-libs?,${MULTILIB_USEDEP}] xml? ( expat? ( >=dev-libs/expat-2.1.0-r3[static-libs?,${MULTILIB_USEDEP}] ) !expat? ( >=dev-libs/libxml2-2.9.1-r4[static-libs?,${MULTILIB_USEDEP}] ) )" DEPEND="${RDEPEND} virtual/pkgconfig test? ( dev-perl/XML-XPath dev-perl/libxml-perl dev-perl/Switch )" REQUIRED_USE="test? ( xml )" PATCHES=( "${FILESDIR}"/${P}-glibc2.20.patch ) src_configure() { netsurf_src_configure netsurf_makeconf+=( WITH_EXPAT_BINDING=$(usex xml $(usex expat yes no) no) WITH_LIBXML_BINDING=$(usex xml $(usex expat no yes) no) ) }
