xmw 15/03/22 00:05:19 Modified: ChangeLog Added: nsgenbind-0.1.2.ebuild Removed: nsgenbind-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.4 dev-libs/nsgenbind/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nsgenbind/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nsgenbind/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nsgenbind/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/nsgenbind/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 15 Nov 2014 13:28:00 -0000 1.3 +++ ChangeLog 22 Mar 2015 00:05:18 -0000 1.4 @@ -1,6 +1,13 @@ # ChangeLog for dev-libs/nsgenbind -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/nsgenbind/ChangeLog,v 1.3 2014/11/15 13:28:00 xmw Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/nsgenbind/ChangeLog,v 1.4 2015/03/22 00:05:18 xmw Exp $ + +*nsgenbind-0.1.2 (22 Mar 2015) + + 22 Mar 2015; Michael Weber <[email protected]> + +files/nsgenbind-0.1.2-glibc2.20.patch, +nsgenbind-0.1.2.ebuild, + -files/nsgenbind-0.0.1-bison-2.6.patch, -nsgenbind-0.0.1.ebuild: + Version bump (bug 543846). *nsgenbind-0.1.1 (15 Nov 2014) 1.1 dev-libs/nsgenbind/nsgenbind-0.1.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nsgenbind/nsgenbind-0.1.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nsgenbind/nsgenbind-0.1.2.ebuild?rev=1.1&content-type=text/plain Index: nsgenbind-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/dev-libs/nsgenbind/nsgenbind-0.1.2.ebuild,v 1.1 2015/03/22 00:05:18 xmw Exp $ EAPI=5 NETSURF_COMPONENT_TYPE=binary NETSURF_BUILDSYSTEM=buildsystem-1.3 inherit netsurf DESCRIPTION="generate javascript to dom bindings from w3c webidl files" HOMEPAGE="http://www.netsurf-browser.org/" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm" IUSE="" DEPEND="virtual/yacc" PATCHES=( "${FILESDIR}"/${P}-glibc2.20.patch )
