x11-plugins/wmpower: Drop old
authorMikle Kolyada <zlogene@gentoo.org>
Sun, 7 Oct 2018 12:13:07 +0000 (15:13 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Sun, 7 Oct 2018 12:13:07 +0000 (15:13 +0300)
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

x11-plugins/wmpower/wmpower-0.4.3.ebuild [deleted file]

diff --git a/x11-plugins/wmpower/wmpower-0.4.3.ebuild b/x11-plugins/wmpower/wmpower-0.4.3.ebuild
deleted file mode 100644 (file)
index 3235f25..0000000
+++ /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
-}