radhermit 14/12/06 06:04:30 Modified: ChangeLog Added: dwb-2014.03.07-r1.ebuild Log: Respect CFLAGS (bug #531750). (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path 1.24 www-client/dwb/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/dwb/ChangeLog?rev=1.24&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/dwb/ChangeLog?rev=1.24&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/dwb/ChangeLog?r1=1.23&r2=1.24 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-client/dwb/ChangeLog,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- ChangeLog 6 Jul 2014 13:23:12 -0000 1.23 +++ ChangeLog 6 Dec 2014 06:04:30 -0000 1.24 @@ -1,6 +1,12 @@ # ChangeLog for www-client/dwb # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/dwb/ChangeLog,v 1.23 2014/07/06 13:23:12 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/dwb/ChangeLog,v 1.24 2014/12/06 06:04:30 radhermit Exp $ + +*dwb-2014.03.07-r1 (06 Dec 2014) + + 06 Dec 2014; Tim Harder <[email protected]> +dwb-2014.03.07-r1.ebuild, + +files/dwb-2014.03.07-makefile.patch: + Respect CFLAGS (bug #531750). 06 Jul 2014; Michał Górny <[email protected]> dwb-2013.03.30.ebuild, dwb-2014.03.07.ebuild: 1.1 www-client/dwb/dwb-2014.03.07-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/dwb/dwb-2014.03.07-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/dwb/dwb-2014.03.07-r1.ebuild?rev=1.1&content-type=text/plain Index: dwb-2014.03.07-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/www-client/dwb/dwb-2014.03.07-r1.ebuild,v 1.1 2014/12/06 06:04:30 radhermit Exp $ EAPI=5 inherit toolchain-funcs eutils DESCRIPTION="Dynamic web browser based on WebKit and GTK+" HOMEPAGE="http://portix.bitbucket.org/dwb/" SRC_URI="https://www.bitbucket.org/portix/dwb/downloads/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="examples gtk3" RDEPEND=">=net-libs/libsoup-2.32:2.4 dev-libs/json-c net-libs/gnutls !gtk3? ( >=net-libs/webkit-gtk-1.8.0:2 x11-libs/gtk+:2 ) gtk3? ( >=net-libs/webkit-gtk-1.8.0:3 x11-libs/gtk+:3 )" DEPEND="${RDEPEND} virtual/pkgconfig" src_prepare() { epatch "${FILESDIR}"/${P}-makefile.patch } src_compile() { local myconf use gtk3 && myconf+=" GTK=3" emake CC="$(tc-getCC)" ${myconf} } src_install() { default if use examples ; then dodoc -r examples docompress -x /usr/share/doc/${PF}/examples fi }
