From 7eb7a9fdf44bf2492a6622ef59cb0ff452a20087 Mon Sep 17 00:00:00 2001 From: Bernard Cafarelli Date: Mon, 1 Sep 2014 15:40:22 +0000 Subject: Replace einstall with emake install, bug #521678 (Portage version: 2.2.12-r1/cvs/Linux x86_64, signed Manifest commit with key C74525F2) --- x11-plugins/wmdf/ChangeLog | 7 +++++-- x11-plugins/wmdf/wmdf-0.1.6-r1.ebuild | 6 +++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/x11-plugins/wmdf/ChangeLog b/x11-plugins/wmdf/ChangeLog index 3196453b6d68..d3810dc6ef32 100644 --- a/x11-plugins/wmdf/ChangeLog +++ b/x11-plugins/wmdf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmdf -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdf/ChangeLog,v 1.16 2012/02/15 09:46:56 voyageur Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdf/ChangeLog,v 1.17 2014/09/01 15:40:22 voyageur Exp $ + + 01 Sep 2014; Bernard Cafarelli wmdf-0.1.6-r1.ebuild: + Replace einstall with emake install, bug #521678 15 Feb 2012; Bernard Cafarelli wmdf-0.1.6-r1.ebuild: Update HOMEPAGE and SRC_URI, thanks Lorenz in bug #394607 diff --git a/x11-plugins/wmdf/wmdf-0.1.6-r1.ebuild b/x11-plugins/wmdf/wmdf-0.1.6-r1.ebuild index 354bf2f0150e..d4374fe4d67c 100644 --- a/x11-plugins/wmdf/wmdf-0.1.6-r1.ebuild +++ b/x11-plugins/wmdf/wmdf-0.1.6-r1.ebuild @@ -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/wmdf/wmdf-0.1.6-r1.ebuild,v 1.10 2012/02/15 09:46:56 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdf/wmdf-0.1.6-r1.ebuild,v 1.11 2014/09/01 15:40:22 voyageur Exp $ inherit eutils @@ -32,6 +32,6 @@ src_unpack() { } src_install() { - einstall || die "Install failed" + emake DESTDIR="${D}" install || die "Install failed" dodoc README AUTHORS ChangeLog NEWS THANKS TODO } -- cgit v1.2.3-65-gdbad