x11-misc/bbacpi: Remove old
authorHarri Nieminen <moikkis@gmail.com>
Tue, 28 Mar 2017 18:02:31 +0000 (21:02 +0300)
committerDavid Seifert <soap@gentoo.org>
Sat, 1 Apr 2017 10:21:29 +0000 (12:21 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4319

x11-misc/bbacpi/bbacpi-0.1.5-r1.ebuild [deleted file]

diff --git a/x11-misc/bbacpi/bbacpi-0.1.5-r1.ebuild b/x11-misc/bbacpi/bbacpi-0.1.5-r1.ebuild
deleted file mode 100644 (file)
index a489ba7..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-
-inherit eutils
-
-DESCRIPTION="ACPI monitor for X11"
-HOMEPAGE="http://bbacpi.sourceforge.net"
-SRC_URI="mirror://sourceforge/bbacpi/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 x86"
-IUSE=""
-
-DEPEND="x11-libs/gtk+:2
-       media-libs/imlib
-       x11-misc/xdialog
-       sys-power/acpi
-       sys-power/acpid"
-RDEPEND="${DEPEND}
-       media-fonts/font-adobe-100dpi"
-
-src_prepare() {
-       epatch "${FILESDIR}"/${P}-noextraquals.diff
-}
-
-src_install() {
-       einstall || die
-       dodoc AUTHORS ChangeLog README || die
-}