voyageur 14/09/01 15:48:04 Modified: ChangeLog wmpasman-0.8.4.1.ebuild Log: Replace einstall with emake install, bug #521444 (Portage version: 2.2.12-r1/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
Revision Changes Path 1.16 x11-plugins/wmpasman/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmpasman/ChangeLog?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmpasman/ChangeLog?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmpasman/ChangeLog?r1=1.15&r2=1.16 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmpasman/ChangeLog,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ChangeLog 7 Apr 2014 19:38:55 -0000 1.15 +++ ChangeLog 1 Sep 2014 15:48:04 -0000 1.16 @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmpasman # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpasman/ChangeLog,v 1.15 2014/04/07 19:38:55 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpasman/ChangeLog,v 1.16 2014/09/01 15:48:04 voyageur Exp $ + + 01 Sep 2014; Bernard Cafarelli <[email protected]> wmpasman-0.8.4.1.ebuild: + Replace einstall with emake install, bug #521444 07 Apr 2014; Samuli Suominen <[email protected]> wmpasman-0.8.4.1.ebuild, wmpasman-0.8.5.3.ebuild: 1.13 x11-plugins/wmpasman/wmpasman-0.8.4.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmpasman/wmpasman-0.8.4.1.ebuild?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmpasman/wmpasman-0.8.4.1.ebuild?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmpasman/wmpasman-0.8.4.1.ebuild?r1=1.12&r2=1.13 Index: wmpasman-0.8.4.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmpasman/wmpasman-0.8.4.1.ebuild,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- wmpasman-0.8.4.1.ebuild 7 Apr 2014 19:38:55 -0000 1.12 +++ wmpasman-0.8.4.1.ebuild 1 Sep 2014 15:48:04 -0000 1.13 @@ -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/wmpasman/wmpasman-0.8.4.1.ebuild,v 1.12 2014/04/07 19:38:55 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpasman/wmpasman-0.8.4.1.ebuild,v 1.13 2014/09/01 15:48:04 voyageur Exp $ EAPI=5 @@ -27,7 +27,6 @@ } src_install() { - # TODO: einstall is deprecated, convert to emake with args - einstall + emake DESTDIR="${D}" install dodoc BUGS ChangeLog README TODO WARNINGS }
