diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2017-11-24 11:03:07 +0100 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2017-11-24 11:03:07 +0100 |
commit | b5d07704aa60b0210f59b1744897a2b15688fedc (patch) | |
tree | 3eb9ea159b0119dc302c57ddd4d61de47f28077f /x11-plugins/wmacpi/wmacpi-1.34.ebuild | |
parent | x11-plugins/wmail: drop old and stable keywords (diff) | |
download | gentoo-b5d07704aa60b0210f59b1744897a2b15688fedc.tar.gz gentoo-b5d07704aa60b0210f59b1744897a2b15688fedc.tar.bz2 gentoo-b5d07704aa60b0210f59b1744897a2b15688fedc.zip |
x11-plugins/wmacpi: drop old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'x11-plugins/wmacpi/wmacpi-1.34.ebuild')
-rw-r--r-- | x11-plugins/wmacpi/wmacpi-1.34.ebuild | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/x11-plugins/wmacpi/wmacpi-1.34.ebuild b/x11-plugins/wmacpi/wmacpi-1.34.ebuild deleted file mode 100644 index 54fe653240dc..000000000000 --- a/x11-plugins/wmacpi/wmacpi-1.34.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -inherit eutils - -DESCRIPTION="WMaker DockApp: ACPI status monitor for laptops" -HOMEPAGE="http://www.ne.jp/asahi/linux/timecop/" -SRC_URI="http://www.ne.jp/asahi/linux/timecop/software/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc -sparc x86" -IUSE="acpi apm" - -DEPEND="<x11-libs/libdockapp-0.7" -RDEPEND="${DEPEND}" - -src_unpack() { - unpack ${A} - cd "${S}" - use apm && use acpi && eerror "APM and ACPI are in USE ... defaulting to ACPI" - use apm || use acpi || eerror "Neither APM or ACPI are in USE ... defaulting to ACPI" - if use acpi || ! use apm ; then - epatch "${FILESDIR}"/${PV}-acpi.patch - else - epatch "${FILESDIR}"/${PV}-apm.patch - fi -} - -src_compile() { - emake OPT="${CFLAGS}" || die "emake failed." -} - -src_install() { - dobin wmacpi || die "dobin failed." - dodoc AUTHORS ChangeLog README -} |