voyageur 14/09/01 15:35:56 Modified: wmgrabimage-0.72-r1.ebuild ChangeLog Log: Replace einstall with emake install, bug #521682 (Portage version: 2.2.12-r1/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
Revision Changes Path 1.13 x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild?r1=1.12&r2=1.13 Index: wmgrabimage-0.72-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- wmgrabimage-0.72-r1.ebuild 5 Sep 2012 08:16:38 -0000 1.12 +++ wmgrabimage-0.72-r1.ebuild 1 Sep 2014 15:35:56 -0000 1.13 @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild,v 1.12 2012/09/05 08:16:38 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/wmgrabimage-0.72-r1.ebuild,v 1.13 2014/09/01 15:35:56 voyageur Exp $ inherit eutils @@ -42,7 +42,7 @@ src_install() { dodir /usr/bin - einstall DESTDIR="${D}/usr" || die "einstall failed." + emake DESTDIR="${D}/usr" install || die "einstall failed." doman wmGrabImage.1 1.17 x11-plugins/wmgrabimage/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmgrabimage/ChangeLog?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmgrabimage/ChangeLog?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmgrabimage/ChangeLog?r1=1.16&r2=1.17 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/ChangeLog,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- ChangeLog 5 Sep 2012 08:16:38 -0000 1.16 +++ ChangeLog 1 Sep 2014 15:35:56 -0000 1.17 @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmgrabimage -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/ChangeLog,v 1.16 2012/09/05 08:16:38 jlec Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgrabimage/ChangeLog,v 1.17 2014/09/01 15:35:56 voyageur Exp $ + + 01 Sep 2014; Bernard Cafarelli <[email protected]> + wmgrabimage-0.72-r1.ebuild: + Replace einstall with emake install, bug #521682 05 Sep 2012; Justin Lecher <[email protected]> wmgrabimage-0.72-r1.ebuild: Use domenu instead insinto + doins to install .desktop files
