summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-12-07 15:07:35 +0100
committerBernard Cafarelli <voyageur@gentoo.org>2018-12-11 15:27:54 +0100
commit85a58d678b0e3ba353d0d3a0a43381a23accf962 (patch)
tree82285bdb7d368095872927cd5597d6b4211c64f6
parentx11-plugins/wmail: drop old (diff)
downloadgentoo-85a58d678b0e3ba353d0d3a0a43381a23accf962.tar.gz
gentoo-85a58d678b0e3ba353d0d3a0a43381a23accf962.tar.bz2
gentoo-85a58d678b0e3ba353d0d3a0a43381a23accf962.zip
x11-plugins/wmbatteries: drop old
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
-rw-r--r--x11-plugins/wmbatteries/wmbatteries-0.1.3.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/x11-plugins/wmbatteries/wmbatteries-0.1.3.ebuild b/x11-plugins/wmbatteries/wmbatteries-0.1.3.ebuild
deleted file mode 100644
index 534f09d4db2f..000000000000
--- a/x11-plugins/wmbatteries/wmbatteries-0.1.3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils
-
-DESCRIPTION="Dock app for monitoring the current battery status and CPU temperature"
-HOMEPAGE="https://sourceforge.net/projects/wmbatteries"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-IUSE=""
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXt
- x11-libs/libXpm"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto"
-
-src_install() {
- emake DESTDIR="${D}" install || die "Installation failed"
- dodoc AUTHORS THANKS README example/wmbatteriesrc
-}