voyageur 14/09/01 13:45:58 Modified: ChangeLog wmupmon-0.1.3-r1.ebuild Log: Replace einstall with emake install, bug #521692 (Portage version: 2.2.12-r1/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
Revision Changes Path 1.23 x11-plugins/wmupmon/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmupmon/ChangeLog?rev=1.23&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmupmon/ChangeLog?rev=1.23&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmupmon/ChangeLog?r1=1.22&r2=1.23 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmupmon/ChangeLog,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- ChangeLog 26 Nov 2008 00:10:12 -0000 1.22 +++ ChangeLog 1 Sep 2014 13:45:58 -0000 1.23 @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmupmon -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmupmon/ChangeLog,v 1.22 2008/11/26 00:10:12 tcunha Exp $ +# Copyright 2000-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmupmon/ChangeLog,v 1.23 2014/09/01 13:45:58 voyageur Exp $ + + 01 Sep 2014; Bernard Cafarelli <[email protected]> wmupmon-0.1.3-r1.ebuild: + Replace einstall with emake install, bug #521692 26 Nov 2008; Tiago Cunha <[email protected]> wmupmon-0.1.3-r1.ebuild: stable sparc, bug 215651 1.9 x11-plugins/wmupmon/wmupmon-0.1.3-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmupmon/wmupmon-0.1.3-r1.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmupmon/wmupmon-0.1.3-r1.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmupmon/wmupmon-0.1.3-r1.ebuild?r1=1.8&r2=1.9 Index: wmupmon-0.1.3-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmupmon/wmupmon-0.1.3-r1.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- wmupmon-0.1.3-r1.ebuild 26 Nov 2008 00:10:12 -0000 1.8 +++ wmupmon-0.1.3-r1.ebuild 1 Sep 2014 13:45:58 -0000 1.9 @@ -1,6 +1,6 @@ -# Copyright 1999-2008 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/wmupmon/wmupmon-0.1.3-r1.ebuild,v 1.8 2008/11/26 00:10:12 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmupmon/wmupmon-0.1.3-r1.ebuild,v 1.9 2014/09/01 13:45:58 voyageur Exp $ inherit eutils @@ -27,6 +27,6 @@ } src_install() { - einstall || die "einstall failed." + emake DESTDIR="${D}" install || die "einstall failed." dodoc AUTHORS README THANKS ChangeLog }
