From 7730e3b77e9496e8db58f625bbe4f8bbbfc78594 Mon Sep 17 00:00:00 2001 From: Mikle Kolyada Date: Sun, 23 Sep 2018 19:08:03 +0300 Subject: [PATCH] x11-plugins/wmacpi: Drop old Package-Manager: Portage-2.3.49, Repoman-2.3.10 --- x11-plugins/wmacpi/wmacpi-2.3.ebuild | 34 ---------------------------- 1 file changed, 34 deletions(-) delete mode 100644 x11-plugins/wmacpi/wmacpi-2.3.ebuild diff --git a/x11-plugins/wmacpi/wmacpi-2.3.ebuild b/x11-plugins/wmacpi/wmacpi-2.3.ebuild deleted file mode 100644 index e1d17de7d8a5..000000000000 --- a/x11-plugins/wmacpi/wmacpi-2.3.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils toolchain-funcs - -DESCRIPTION="DockApp ACPI status monitor for laptops" -HOMEPAGE="https://www.dockapps.net/wmacpi" -SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 -ppc -sparc x86" -IUSE="" - -DEPEND=">=x11-libs/libdockapp-0.7:= - x11-libs/libX11" - -S=${WORKDIR}/dockapps - -src_prepare() { - epatch "${FILESDIR}"/${P}-makefile.patch - - sed -e 's###' -i *.c || die -} - -src_compile() { - emake CC="$(tc-getCC)" -} - -src_install() { - emake DESTDIR="${D}" install - dodoc AUTHORS ChangeLog README TODO -} -- 2.26.2