diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2014-09-01 15:48:04 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2014-09-01 15:48:04 +0000 |
commit | 04e4f3ebaf1be292d46c8a146f2929603a6bf960 (patch) | |
tree | fda485a96756a88224e0de0f736bb7d520b64427 /x11-plugins/wmpasman | |
parent | Replace einstall with emake install, bug #521676 (diff) | |
download | gentoo-2-04e4f3ebaf1be292d46c8a146f2929603a6bf960.tar.gz gentoo-2-04e4f3ebaf1be292d46c8a146f2929603a6bf960.tar.bz2 gentoo-2-04e4f3ebaf1be292d46c8a146f2929603a6bf960.zip |
Replace einstall with emake install, bug #521444
(Portage version: 2.2.12-r1/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
Diffstat (limited to 'x11-plugins/wmpasman')
-rw-r--r-- | x11-plugins/wmpasman/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmpasman/wmpasman-0.8.4.1.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/x11-plugins/wmpasman/ChangeLog b/x11-plugins/wmpasman/ChangeLog index 59b57ea008ea..35bed469a482 100644 --- a/x11-plugins/wmpasman/ChangeLog +++ b/x11-plugins/wmpasman/ChangeLog @@ -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 <voyageur@gentoo.org> wmpasman-0.8.4.1.ebuild: + Replace einstall with emake install, bug #521444 07 Apr 2014; Samuli Suominen <ssuominen@gentoo.org> wmpasman-0.8.4.1.ebuild, wmpasman-0.8.5.3.ebuild: diff --git a/x11-plugins/wmpasman/wmpasman-0.8.4.1.ebuild b/x11-plugins/wmpasman/wmpasman-0.8.4.1.ebuild index 3f05c3767d58..3f091f6d21ec 100644 --- a/x11-plugins/wmpasman/wmpasman-0.8.4.1.ebuild +++ b/x11-plugins/wmpasman/wmpasman-0.8.4.1.ebuild @@ -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_prepare() { } src_install() { - # TODO: einstall is deprecated, convert to emake with args - einstall + emake DESTDIR="${D}" install dodoc BUGS ChangeLog README TODO WARNINGS } |