jer 14/10/06 08:48:42 Modified: rofi-0.14.9.ebuild ChangeLog Log: Setting --disable-gcov would of course enable it. (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.2 x11-misc/rofi/rofi-0.14.9.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rofi/rofi-0.14.9.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rofi/rofi-0.14.9.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rofi/rofi-0.14.9.ebuild?r1=1.1&r2=1.2 Index: rofi-0.14.9.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-misc/rofi/rofi-0.14.9.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- rofi-0.14.9.ebuild 6 Oct 2014 08:45:31 -0000 1.1 +++ rofi-0.14.9.ebuild 6 Oct 2014 08:48:42 -0000 1.2 @@ -1,13 +1,13 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/rofi/rofi-0.14.9.ebuild,v 1.1 2014/10/06 08:45:31 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/rofi/rofi-0.14.9.ebuild,v 1.2 2014/10/06 08:48:42 jer Exp $ EAPI=5 inherit autotools eutils DESCRIPTION="A window switcher, run dialog and dmenu replacement" HOMEPAGE="https://davedavenport.github.io/rofi/" -SRC_URI="https://github.com/DaveDavenport/${PN}/releases/download/${PV}/${P}.tar.gz" +SRC_URI="https://github.com/DaveDavenport/${PN}/releases/download/${PV}/${P}.tar.xz" LICENSE="MIT" SLOT="0" @@ -38,9 +38,7 @@ } src_configure() { - econf \ - $(use_with i3) \ - --disable-gcov + econf $(use_with i3) } src_test() { 1.2 x11-misc/rofi/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rofi/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rofi/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/rofi/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-misc/rofi/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 6 Oct 2014 08:45:31 -0000 1.1 +++ ChangeLog 6 Oct 2014 08:48:42 -0000 1.2 @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/rofi # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/rofi/ChangeLog,v 1.1 2014/10/06 08:45:31 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/rofi/ChangeLog,v 1.2 2014/10/06 08:48:42 jer Exp $ + + 06 Oct 2014; Jeroen Roovers <[email protected]> rofi-0.14.9.ebuild: + Setting --disable-gcov would of course enable it. *rofi-0.14.9 (06 Oct 2014)
