commit: 7730e3b77e9496e8db58f625bbe4f8bbbfc78594 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Sun Sep 23 16:08:03 2018 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Sun Sep 23 16:08:03 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7730e3b7
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(-) diff --git a/x11-plugins/wmacpi/wmacpi-2.3.ebuild b/x11-plugins/wmacpi/wmacpi-2.3.ebuild deleted file mode 100644 index e1d17de7d8a..00000000000 --- 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#<dockapp.h>#<libdockapp/dockapp.h>#' -i *.c || die -} - -src_compile() { - emake CC="$(tc-getCC)" -} - -src_install() { - emake DESTDIR="${D}" install - dodoc AUTHORS ChangeLog README TODO -}
