diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2014-09-01 13:35:51 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2014-09-01 13:35:51 +0000 |
commit | 7a4bdbb0a2db4cb280fb5bc99e2ca581194a24b3 (patch) | |
tree | 0cf58f569d8e0672851cd392da96189b96c3a1e6 /x11-plugins/wmpeople | |
parent | Version bump to 3.17_rc3 (diff) | |
download | gentoo-2-7a4bdbb0a2db4cb280fb5bc99e2ca581194a24b3.tar.gz gentoo-2-7a4bdbb0a2db4cb280fb5bc99e2ca581194a24b3.tar.bz2 gentoo-2-7a4bdbb0a2db4cb280fb5bc99e2ca581194a24b3.zip |
Replace einstall with emake install, bug #521754
(Portage version: 2.2.12-r1/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
Diffstat (limited to 'x11-plugins/wmpeople')
-rw-r--r-- | x11-plugins/wmpeople/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmpeople/wmpeople-1.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-plugins/wmpeople/ChangeLog b/x11-plugins/wmpeople/ChangeLog index 754144e6c9c7..87d6f092a415 100644 --- a/x11-plugins/wmpeople/ChangeLog +++ b/x11-plugins/wmpeople/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmpeople -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpeople/ChangeLog,v 1.11 2007/07/22 04:40:15 dberkholz Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpeople/ChangeLog,v 1.12 2014/09/01 13:35:51 voyageur Exp $ + + 01 Sep 2014; Bernard Cafarelli <voyageur@gentoo.org> wmpeople-1.3.ebuild: + Replace einstall with emake install, bug #521754 22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>; wmpeople-1.3.ebuild: Drop virtual/x11 references. diff --git a/x11-plugins/wmpeople/wmpeople-1.3.ebuild b/x11-plugins/wmpeople/wmpeople-1.3.ebuild index c17cb0c98a7e..c009e6e0c3bd 100644 --- a/x11-plugins/wmpeople/wmpeople-1.3.ebuild +++ b/x11-plugins/wmpeople/wmpeople-1.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 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/wmpeople/wmpeople-1.3.ebuild,v 1.6 2007/07/22 04:40:15 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpeople/wmpeople-1.3.ebuild,v 1.7 2014/09/01 13:35:51 voyageur Exp $ inherit eutils @@ -23,7 +23,7 @@ DEPEND="${RDEPEND} >=net-mail/peephole-1.2" src_install() { - einstall || die "Installation failed" + emake DESTDIR="${D}" install || die "Installation failed" dodoc AUTHORS ChangeLog README } |