diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2014-09-01 14:30:16 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2014-09-01 14:30:16 +0000 |
commit | 164d92059749012c8638d7a60d3bdec8a7eeb354 (patch) | |
tree | d4906a111ce7247356123b05d9ec037913daa90a /x11-plugins | |
parent | rm mask on >=media-video/mpv-0.4.2 wrt #521808 (diff) | |
download | gentoo-2-164d92059749012c8638d7a60d3bdec8a7eeb354.tar.gz gentoo-2-164d92059749012c8638d7a60d3bdec8a7eeb354.tar.bz2 gentoo-2-164d92059749012c8638d7a60d3bdec8a7eeb354.zip |
Replace einstall with emake install, bug #521690. Remove old version
(Portage version: 2.2.12-r1/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmpower/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/wmpower/wmpower-0.4.2.ebuild | 31 | ||||
-rw-r--r-- | x11-plugins/wmpower/wmpower-0.4.3.ebuild | 6 |
3 files changed, 9 insertions, 36 deletions
diff --git a/x11-plugins/wmpower/ChangeLog b/x11-plugins/wmpower/ChangeLog index e9094c70318c..b40f7fa1911d 100644 --- a/x11-plugins/wmpower/ChangeLog +++ b/x11-plugins/wmpower/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmpower -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpower/ChangeLog,v 1.31 2011/12/18 19:50:45 phajdan.jr Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpower/ChangeLog,v 1.32 2014/09/01 14:30:16 voyageur Exp $ + + 01 Sep 2014; Bernard Cafarelli <voyageur@gentoo.org> -wmpower-0.4.2.ebuild, + wmpower-0.4.3.ebuild: + Replace einstall with emake install, bug #521690. Remove old version 18 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> wmpower-0.4.3.ebuild: x86 stable wrt bug #393745 diff --git a/x11-plugins/wmpower/wmpower-0.4.2.ebuild b/x11-plugins/wmpower/wmpower-0.4.2.ebuild deleted file mode 100644 index 9d63679ae0c3..000000000000 --- a/x11-plugins/wmpower/wmpower-0.4.2.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpower/wmpower-0.4.2.ebuild,v 1.8 2008/06/29 13:44:23 drac Exp $ - -DESCRIPTION="a dockapp to get/set power management status for laptops (APM, ACPI -and CPUfreq)" -HOMEPAGE="http://wmpower.sourceforge.net/" -SRC_URI="mirror://sourceforge/wmpower/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -RDEPEND="x11-libs/libX11 - x11-libs/libXext - x11-libs/libXpm" -DEPEND="${RDEPEND} - x11-proto/xproto - x11-proto/xextproto" - -src_compile() { - # override wmpower self-calculated cflags - econf MY_CFLAGS="${CFLAGS}" || die "Configuration failed" - emake prefix="/usr/" || die "Compilation failed" -} - -src_install() { - einstall || die "Installation failed" - dodoc AUTHORS BUGS ChangeLog LEGGIMI NEWS README README.compal THANKS TODO -} diff --git a/x11-plugins/wmpower/wmpower-0.4.3.ebuild b/x11-plugins/wmpower/wmpower-0.4.3.ebuild index 01d3794e1bcf..db463a2b17da 100644 --- a/x11-plugins/wmpower/wmpower-0.4.3.ebuild +++ b/x11-plugins/wmpower/wmpower-0.4.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 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/wmpower/wmpower-0.4.3.ebuild,v 1.3 2011/12/18 19:50:45 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpower/wmpower-0.4.3.ebuild,v 1.4 2014/09/01 14:30:16 voyageur Exp $ DESCRIPTION="a dockapp to get/set power management status for laptops (APM, ACPI and CPUfreq)" @@ -26,6 +26,6 @@ src_compile() { } src_install() { - einstall || die "Installation failed" + emake DESTDIR="${D}" install || die "Installation failed" dodoc AUTHORS BUGS ChangeLog LEGGIMI NEWS README README.compal THANKS TODO } |