xmw 14/11/06 18:31:20 Modified: hubbub-0.1.2.ebuild ChangeLog Added: hubbub-0.1.2-r1.ebuild Log: fix for glibc-2.20 (bug 527360) (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Revision Changes Path 1.5 net-libs/hubbub/hubbub-0.1.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/hubbub/hubbub-0.1.2.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/hubbub/hubbub-0.1.2.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/hubbub/hubbub-0.1.2.ebuild?r1=1.4&r2=1.5 Index: hubbub-0.1.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/hubbub/hubbub-0.1.2.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- hubbub-0.1.2.ebuild 28 Feb 2013 07:28:03 -0000 1.4 +++ hubbub-0.1.2.ebuild 6 Nov 2014 18:31:20 -0000 1.5 @@ -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-libs/hubbub/hubbub-0.1.2.ebuild,v 1.4 2013/02/28 07:28:03 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/hubbub/hubbub-0.1.2.ebuild,v 1.5 2014/11/06 18:31:20 xmw Exp $ EAPI=5 @@ -15,7 +15,8 @@ KEYWORDS="~amd64 ~arm" IUSE="debug doc static-libs test" -RDEPEND="dev-libs/libparserutils" +RDEPEND="<dev-libs/libparserutils-0.2 + !net-libs/libhubbub" DEPEND="${RDEPEND} virtual/pkgconfig virtual/libiconv 1.5 net-libs/hubbub/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/hubbub/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/hubbub/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/hubbub/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/hubbub/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 28 Feb 2013 07:28:03 -0000 1.4 +++ ChangeLog 6 Nov 2014 18:31:20 -0000 1.5 @@ -1,6 +1,13 @@ # ChangeLog for net-libs/hubbub -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/hubbub/ChangeLog,v 1.4 2013/02/28 07:28:03 xmw Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/hubbub/ChangeLog,v 1.5 2014/11/06 18:31:20 xmw Exp $ + +*hubbub-0.1.2-r1 (06 Nov 2014) + + 06 Nov 2014; Michael Weber <[email protected]> + +files/hubbub-0.1.2-glibc-2.20.patch, +hubbub-0.1.2-r1.ebuild, + hubbub-0.1.2.ebuild: + fix for glibc-2.20 (bug 527360) 28 Feb 2013; Michael Weber <[email protected]> hubbub-0.1.2.ebuild, +files/hubbub-0.1.2-error.patch: 1.1 net-libs/hubbub/hubbub-0.1.2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/hubbub/hubbub-0.1.2-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/hubbub/hubbub-0.1.2-r1.ebuild?rev=1.1&content-type=text/plain Index: hubbub-0.1.2-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-libs/hubbub/hubbub-0.1.2-r1.ebuild,v 1.1 2014/11/06 18:31:20 xmw Exp $ EAPI=5 inherit netsurf DESCRIPTION="HTML5 compliant parsing library, written in C" HOMEPAGE="http://www.netsurf-browser.org/projects/hubbub/" SRC_URI="http://download.netsurf-browser.org/libs/releases/${P}-src.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm" IUSE="debug doc static-libs test" RDEPEND="<dev-libs/libparserutils-0.2 !net-libs/libhubbub" DEPEND="${RDEPEND} virtual/pkgconfig virtual/libiconv doc? ( app-doc/doxygen ) test? ( dev-lang/perl dev-libs/json-c )" RESTRICT=test PATCHES=( "${FILESDIR}"/${P}-glibc-2.20.patch ) src_install() { netsurf_src_install dodoc README docs/{Architecture,Macros,Todo,Treebuilder,Updated} use doc && dohtml build/docs/html/* }
