diff options
Diffstat (limited to 'x11-misc/bbacpi/bbacpi-0.1.5-r2.ebuild')
-rw-r--r-- | x11-misc/bbacpi/bbacpi-0.1.5-r2.ebuild | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/x11-misc/bbacpi/bbacpi-0.1.5-r2.ebuild b/x11-misc/bbacpi/bbacpi-0.1.5-r2.ebuild deleted file mode 100644 index 8be2b41..0000000 --- a/x11-misc/bbacpi/bbacpi-0.1.5-r2.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbacpi/bbacpi-0.1.5-r1.ebuild,v 1.2 2010/07/08 08:30:58 ssuominen Exp $ - -EAPI=2 - -inherit autotools 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="media-libs/imlib - x11-libs/libX11" -RDEPEND="${DEPEND} - virtual/blackbox - x11-misc/xdialog - sys-power/acpid" - -src_prepare() { - epatch "${FILESDIR}"/${P}-noextraquals.diff \ - "${FILESDIR}"/${P}-asneeded.patch \ - "${FILESDIR}"/${P}-overflows.patch - rm -f configure missing || die - eautoreconf -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog README || die - doman data/bbacpi.1.gz || die -} |