vapier 15/05/26 09:29:49 Modified: insight-6.8.1-r1.ebuild ChangeLog Log: Minor style touchups. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.7 dev-util/insight/insight-6.8.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/insight/insight-6.8.1-r1.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/insight/insight-6.8.1-r1.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/insight/insight-6.8.1-r1.ebuild?r1=1.6&r2=1.7 Index: insight-6.8.1-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/insight/insight-6.8.1-r1.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- insight-6.8.1-r1.ebuild 26 May 2015 09:28:59 -0000 1.6 +++ insight-6.8.1-r1.ebuild 26 May 2015 09:29:49 -0000 1.7 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/insight-6.8.1-r1.ebuild,v 1.6 2015/05/26 09:28:59 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/insight-6.8.1-r1.ebuild,v 1.7 2015/05/26 09:29:49 vapier Exp $ EAPI=4 @@ -52,9 +52,9 @@ rm -rf "${S}"/{itcl,tcl,tk,readline} || die for location in gdb/gdbtk/plugins libgui; do - pushd ${location} > /dev/null + pushd ${location} >/dev/null eautoreconf - popd > /dev/null + popd >/dev/null done # disable regeneration of info pages we never install. #465460 @@ -99,7 +99,7 @@ # the tcl-related subdirs are not parallel safe emake -j1 DESTDIR="${D}" install - find "${ED}" -name '*.la' -exec rm -f {} + + find "${ED}" -name '*.la' -delete dodoc gdb/gdbtk/{README,TODO} 1.62 dev-util/insight/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/insight/ChangeLog?rev=1.62&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/insight/ChangeLog?rev=1.62&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/insight/ChangeLog?r1=1.61&r2=1.62 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/insight/ChangeLog,v retrieving revision 1.61 retrieving revision 1.62 diff -u -r1.61 -r1.62 --- ChangeLog 26 May 2015 09:28:59 -0000 1.61 +++ ChangeLog 26 May 2015 09:29:49 -0000 1.62 @@ -1,6 +1,9 @@ # ChangeLog for dev-util/insight # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/ChangeLog,v 1.61 2015/05/26 09:28:59 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/insight/ChangeLog,v 1.62 2015/05/26 09:29:49 vapier Exp $ + + 26 May 2015; Mike Frysinger <[email protected]> insight-6.8.1-r1.ebuild: + Minor style touchups. 26 May 2015; Mike Frysinger <[email protected]> insight-6.8.1-r1.ebuild: Add missing EPREFIX to --datadir #465460#8 by Michael Haubenwallner.
