From: Mikle Kolyada Date: Sun, 7 Oct 2018 12:13:07 +0000 (+0300) Subject: x11-plugins/wmpower: Drop old X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ed2d423e5fc8265ecc1121057f64e7989f166efe;p=gentoo.git x11-plugins/wmpower: Drop old Signed-off-by: Mikle Kolyada Package-Manager: Portage-2.3.49, Repoman-2.3.11 --- diff --git a/x11-plugins/wmpower/wmpower-0.4.3.ebuild b/x11-plugins/wmpower/wmpower-0.4.3.ebuild deleted file mode 100644 index 3235f25cf635..000000000000 --- a/x11-plugins/wmpower/wmpower-0.4.3.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -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-base/xorg-proto" - -src_compile() { - # override wmpower self-calculated cflags - econf MY_CFLAGS="${CFLAGS}" || die "Configuration failed" - emake prefix="/usr/" || die "Compilation failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "Installation failed" - dodoc AUTHORS BUGS ChangeLog LEGGIMI NEWS README README.compal THANKS TODO -}