xmw 14/11/15 13:28:00 Modified: ChangeLog Added: nsgenbind-0.1.1.ebuild Log: Version bump, buildsystem bump, glibc-2.20 issue, respect USE-flags (thanks mgorny, bug 513598) (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Revision Changes Path 1.3 dev-libs/nsgenbind/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nsgenbind/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nsgenbind/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nsgenbind/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/nsgenbind/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 23 Jun 2013 16:46:30 -0000 1.2 +++ ChangeLog 15 Nov 2014 13:28:00 -0000 1.3 @@ -1,6 +1,13 @@ # ChangeLog for dev-libs/nsgenbind -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/nsgenbind/ChangeLog,v 1.2 2013/06/23 16:46:30 xmw Exp $ +# 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 $ + +*nsgenbind-0.1.1 (15 Nov 2014) + + 15 Nov 2014; Michael Weber <[email protected]> + +files/nsgenbind-0.1.1-glibc2.20.patch, +nsgenbind-0.1.1.ebuild: + Version bump, buildsystem bump, glibc-2.20 issue, respect USE-flags (thanks + mgorny, bug 513598) 23 Jun 2013; Michael Weber <[email protected]> nsgenbind-0.0.1.ebuild: Migrate to netsurf.eclass 1.1 dev-libs/nsgenbind/nsgenbind-0.1.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nsgenbind/nsgenbind-0.1.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/nsgenbind/nsgenbind-0.1.1.ebuild?rev=1.1&content-type=text/plain Index: nsgenbind-0.1.1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/nsgenbind/nsgenbind-0.1.1.ebuild,v 1.1 2014/11/15 13:28:00 xmw Exp $ EAPI=5 NETSURF_COMPONENT_TYPE=binary NETSURF_BUILDSYSTEM=buildsystem-1.2 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 )
