mr_bones_ 15/03/30 20:28:50 Modified: clanlib-0.8.1.ebuild ChangeLog Log: EAPI=5 (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.13 dev-games/clanlib/clanlib-0.8.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/clanlib/clanlib-0.8.1.ebuild?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/clanlib/clanlib-0.8.1.ebuild?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/clanlib/clanlib-0.8.1.ebuild?r1=1.12&r2=1.13 Index: clanlib-0.8.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-games/clanlib/clanlib-0.8.1.ebuild,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- clanlib-0.8.1.ebuild 29 Dec 2012 22:01:44 -0000 1.12 +++ clanlib-0.8.1.ebuild 30 Mar 2015 20:28:50 -0000 1.13 @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/clanlib-0.8.1.ebuild,v 1.12 2012/12/29 22:01:44 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/clanlib-0.8.1.ebuild,v 1.13 2015/03/30 20:28:50 mr_bones_ Exp $ -EAPI=2 +EAPI=5 inherit flag-o-matic eutils DESCRIPTION="multi-platform game development library" @@ -65,16 +65,13 @@ } src_install() { - emake DESTDIR="${D}" install || die "emake install failed" + DOCS="CODING_STYLE CREDITS NEWS PATCHES README* INSTALL.linux" \ + default if use doc ; then dodir /usr/share/doc/${PF}/html mv "${D}"/usr/share/doc/clanlib/* "${D}"/usr/share/doc/${PF}/html/ || die rm -rf "${D}"/usr/share/doc/clanlib cp -r Examples Resources "${D}"/usr/share/doc/${PF}/ || die fi - if ! use static-libs ; then - find "${D}" -type f -name '*.la' -exec rm {} + \ - || die "la removal failed" - fi - dodoc CODING_STYLE CREDITS NEWS PATCHES README* INSTALL.linux + prune_libtool_files } 1.70 dev-games/clanlib/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/clanlib/ChangeLog?rev=1.70&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/clanlib/ChangeLog?rev=1.70&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/clanlib/ChangeLog?r1=1.69&r2=1.70 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-games/clanlib/ChangeLog,v retrieving revision 1.69 retrieving revision 1.70 diff -u -r1.69 -r1.70 --- ChangeLog 26 Mar 2015 18:05:23 -0000 1.69 +++ ChangeLog 30 Mar 2015 20:28:50 -0000 1.70 @@ -1,6 +1,9 @@ # ChangeLog for dev-games/clanlib # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/ChangeLog,v 1.69 2015/03/26 18:05:23 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/ChangeLog,v 1.70 2015/03/30 20:28:50 mr_bones_ Exp $ + + 30 Mar 2015; Michael Sterrett <[email protected]> clanlib-0.8.1.ebuild: + EAPI=5 26 Mar 2015; Michael Sterrett <[email protected]> -clanlib-2.3.6.ebuild, -files/clanlib-2.3.6-autotools.patch, -files/clanlib-2.3.6-mesa.patch:
