xmw 14/11/06 18:17:34 Modified: ChangeLog Added: libhubbub-0.3.0.ebuild Log: Version bump (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Revision Changes Path 1.6 net-libs/libhubbub/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libhubbub/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libhubbub/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libhubbub/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/libhubbub/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 18 Jun 2014 20:36:22 -0000 1.5 +++ ChangeLog 6 Nov 2014 18:17:34 -0000 1.6 @@ -1,6 +1,11 @@ # ChangeLog for net-libs/libhubbub # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libhubbub/ChangeLog,v 1.5 2014/06/18 20:36:22 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libhubbub/ChangeLog,v 1.6 2014/11/06 18:17:34 xmw Exp $ + +*libhubbub-0.3.0 (06 Nov 2014) + + 06 Nov 2014; Michael Weber <[email protected]> +libhubbub-0.3.0.ebuild: + Version bump 18 Jun 2014; Michał Górny <[email protected]> libhubbub-0.2.0.ebuild: Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug 1.1 net-libs/libhubbub/libhubbub-0.3.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libhubbub/libhubbub-0.3.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libhubbub/libhubbub-0.3.0.ebuild?rev=1.1&content-type=text/plain Index: libhubbub-0.3.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-libs/libhubbub/libhubbub-0.3.0.ebuild,v 1.1 2014/11/06 18:17:34 xmw Exp $ EAPI=5 inherit netsurf DESCRIPTION="HTML5 compliant parsing library, written in C" HOMEPAGE="http://www.netsurf-browser.org/projects/hubbub/" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm ~m68k-mint" IUSE="doc test" RDEPEND=">=dev-libs/libparserutils-0.2.0[static-libs?,${MULTILIB_USEDEP}] !net-libs/hubbub" DEPEND="${RDEPEND} test? ( dev-lang/perl >=dev-libs/json-c-0.10-r1[${MULTILIB_USEDEP}] )" #PATCHES=( "${FILESDIR}"/${P}-error.patch ) DOCS=( README docs/{Architecture,Macros,Todo,Treebuilder,Updated} ) RESTRICT=test
