reavertm 14/08/14 00:15:23 Modified: quarter-1.0.0-r1.ebuild ChangeLog Log: Fix patch, bug 477114, Move to EAPI 5. (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key B1E955DB)
Revision Changes Path 1.6 media-libs/quarter/quarter-1.0.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/quarter/quarter-1.0.0-r1.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/quarter/quarter-1.0.0-r1.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/quarter/quarter-1.0.0-r1.ebuild?r1=1.5&r2=1.6 Index: quarter-1.0.0-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/quarter/quarter-1.0.0-r1.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- quarter-1.0.0-r1.ebuild 2 Mar 2013 21:48:45 -0000 1.5 +++ quarter-1.0.0-r1.ebuild 14 Aug 2014 00:15:23 -0000 1.6 @@ -1,10 +1,10 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/quarter/quarter-1.0.0-r1.ebuild,v 1.5 2013/03/02 21:48:45 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/quarter/quarter-1.0.0-r1.ebuild,v 1.6 2014/08/14 00:15:23 reavertm Exp $ -EAPI="2" +EAPI=5 -inherit base +inherit autotools-utils MY_P="${P/q/Q}" @@ -37,24 +37,13 @@ DOCS=(AUTHORS NEWS README) src_configure() { - # Bug 336008 - MAKEOPTS=-j1 - - econf \ - htmldir="${ROOT}usr/share/doc/${PF}/html" \ - --enable-pkgconfig \ - --enable-shared \ - --with-coin \ - $(use_enable debug) \ - $(use_enable debug symbols) \ - $(use_enable doc html) \ - $(use_enable static-libs static) -} - -src_install() { - base_src_install - - # Do not install .la files - rm -f "${D}"/usr/lib*/qt4/plugins/designer/*.{la,a} - use static-libs || rm -f "${D}"/usr/lib*/*.la + local myeconfargs=( + htmldir="${ROOT}usr/share/doc/${PF}/html" + --enable-pkgconfig + --with-coin + $(use_enable debug) + $(use_enable debug symbols) + $(use_enable doc html) + ) + autotools-utils_src_configure } 1.7 media-libs/quarter/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/quarter/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/quarter/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/quarter/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/quarter/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 2 Mar 2013 21:48:45 -0000 1.6 +++ ChangeLog 14 Aug 2014 00:15:23 -0000 1.7 @@ -1,6 +1,10 @@ # ChangeLog for media-libs/quarter -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/quarter/ChangeLog,v 1.6 2013/03/02 21:48:45 hwoarang Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/quarter/ChangeLog,v 1.7 2014/08/14 00:15:23 reavertm Exp $ + + 14 Aug 2014; Maciej Mrozowski <reave...@gentoo.org> + files/quarter-1.0.0-gcc44.patch, quarter-1.0.0-r1.ebuild: + Fix patch, bug 477114, Move to EAPI 5. 02 Mar 2013; Markos Chandras <hwoar...@gentoo.org> quarter-1.0.0-r1.ebuild: Move Qt dependencies to the new category