voyageur 14/09/01 15:42:53 Modified: wmappl-0.71.ebuild ChangeLog Log: Replace einstall with emake install, bug #521676 (Portage version: 2.2.12-r1/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
Revision Changes Path 1.9 x11-plugins/wmappl/wmappl-0.71.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmappl/wmappl-0.71.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmappl/wmappl-0.71.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmappl/wmappl-0.71.ebuild?r1=1.8&r2=1.9 Index: wmappl-0.71.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmappl/wmappl-0.71.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- wmappl-0.71.ebuild 10 Aug 2014 20:04:18 -0000 1.8 +++ wmappl-0.71.ebuild 1 Sep 2014 15:42:53 -0000 1.9 @@ -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-plugins/wmappl/wmappl-0.71.ebuild,v 1.8 2014/08/10 20:04:18 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmappl/wmappl-0.71.ebuild,v 1.9 2014/09/01 15:42:53 voyageur Exp $ IUSE="" DESCRIPTION="Simple application launcher for the Window Maker dock" @@ -24,5 +24,5 @@ } src_install () { - einstall || die "Installation failed" + emake DESTDIR="${D}" install || die "Installation failed" } 1.16 x11-plugins/wmappl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmappl/ChangeLog?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmappl/ChangeLog?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmappl/ChangeLog?r1=1.15&r2=1.16 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmappl/ChangeLog,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ChangeLog 10 Aug 2014 20:04:18 -0000 1.15 +++ ChangeLog 1 Sep 2014 15:42:53 -0000 1.16 @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmappl # Copyright 2002-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmappl/ChangeLog,v 1.15 2014/08/10 20:04:18 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmappl/ChangeLog,v 1.16 2014/09/01 15:42:53 voyageur Exp $ + + 01 Sep 2014; Bernard Cafarelli <[email protected]> wmappl-0.71.ebuild: + Replace einstall with emake install, bug #521676 10 Aug 2014; Sergei Trofimovich <[email protected]> wmappl-0.71.ebuild: QA: drop trailing '.' from DESCRIPTION
