diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-03-28 21:02:31 +0300 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-04-01 12:21:29 +0200 |
commit | 26c7392fc7491b6f604051b86e4f954319496b74 (patch) | |
tree | 9f6fc7a36d3c25f0c445773d7a214ee97b8ac540 /x11-misc/bbacpi | |
parent | x11-misc/apwal: Remove old (diff) | |
download | gentoo-26c7392fc7491b6f604051b86e4f954319496b74.tar.gz gentoo-26c7392fc7491b6f604051b86e4f954319496b74.tar.bz2 gentoo-26c7392fc7491b6f604051b86e4f954319496b74.zip |
x11-misc/bbacpi: Remove old
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4319
Diffstat (limited to 'x11-misc/bbacpi')
-rw-r--r-- | x11-misc/bbacpi/bbacpi-0.1.5-r1.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
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 index a489ba70c38b..000000000000 --- a/x11-misc/bbacpi/bbacpi-0.1.5-r1.ebuild +++ /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 -} |