jer 14/11/08 18:17:25 Modified: fltk-1.3.3.ebuild ChangeLog Log: Readd the old USE=static-libs after a fruitless venture into redesigning the entire build system. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.2 x11-libs/fltk/fltk-1.3.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fltk/fltk-1.3.3.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fltk/fltk-1.3.3.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fltk/fltk-1.3.3.ebuild?r1=1.1&r2=1.2 Index: fltk-1.3.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/fltk/fltk-1.3.3.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- fltk-1.3.3.ebuild 8 Nov 2014 14:15:15 -0000 1.1 +++ fltk-1.3.3.ebuild 8 Nov 2014 18:17:25 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/fltk-1.3.3.ebuild,v 1.1 2014/11/08 14:15:15 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/fltk-1.3.3.ebuild,v 1.2 2014/11/08 18:17:25 jer Exp $ EAPI=5 @@ -13,7 +13,7 @@ SLOT="1" LICENSE="FLTK LGPL-2" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos" -IUSE="cairo debug doc examples games opengl pdf threads xft xinerama" +IUSE="cairo debug doc examples games opengl pdf static-libs threads xft xinerama" RDEPEND=" >=media-libs/libpng-1.2:0 @@ -151,6 +151,12 @@ echo "FLTK_DOCDIR=${EPREFIX}/usr/share/doc/${PF}/html" >> 99fltk doenvd 99fltk + # FIXME: This is bad, but building only shared libraries is hardly supported + # FIXME: The executables in test/ are linking statically against libfltk + if ! use static-libs; then + rm "${ED}"/usr/lib*/fltk/*.a || die + fi + prune_libtool_files } 1.242 x11-libs/fltk/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fltk/ChangeLog?rev=1.242&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fltk/ChangeLog?rev=1.242&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/fltk/ChangeLog?r1=1.241&r2=1.242 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/fltk/ChangeLog,v retrieving revision 1.241 retrieving revision 1.242 diff -u -r1.241 -r1.242 --- ChangeLog 8 Nov 2014 14:15:15 -0000 1.241 +++ ChangeLog 8 Nov 2014 18:17:25 -0000 1.242 @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/fltk # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/ChangeLog,v 1.241 2014/11/08 14:15:15 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/fltk/ChangeLog,v 1.242 2014/11/08 18:17:25 jer Exp $ + + 08 Nov 2014; Jeroen Roovers <[email protected]> fltk-1.3.3.ebuild: + Readd the old USE=static-libs after a fruitless venture into redesigning the + entire build system. *fltk-1.3.3 (08 Nov 2014)
