commit: 304c7ecf58e63522499dcad3b40684340fd6f916 Author: Andrew Savchenko <bircoph <AT> gentoo <DOT> org> AuthorDate: Wed Aug 8 06:36:27 2018 +0000 Commit: Andrew Savchenko <bircoph <AT> gentoo <DOT> org> CommitDate: Wed Aug 8 06:38:00 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=304c7ecf
sys-cluster/pconsole: remove old sys-cluster/pconsole/pconsole-1.0-r3.ebuild | 40 ----------------------------- 1 file changed, 40 deletions(-) diff --git a/sys-cluster/pconsole/pconsole-1.0-r3.ebuild b/sys-cluster/pconsole/pconsole-1.0-r3.ebuild deleted file mode 100644 index 792a2d392a1..00000000000 --- a/sys-cluster/pconsole/pconsole-1.0-r3.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=2 - -inherit eutils toolchain-funcs - -DESCRIPTION="Tool for managing multiple xterms simultaneously" -HOMEPAGE="https://github.com/walterdejong/pconsole" -SRC_URI="http://www.xs4all.nl/~walterj/pconsole/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND="" -RDEPEND="virtual/ssh" - -src_prepare() { - epatch "${FILESDIR}"/${P}-exit-warn.patch -} - -src_compile() { - emake LFLAGS="${LDFLAGS}" CFLAGS="${CFLAGS}" \ - CC="$(tc-getCC)" || die -} - -src_install() { - dobin pconsole || die - fperms 4110 /usr/bin/pconsole || die - dodoc ChangeLog README.pconsole || die - dohtml public_html/pconsole.html || die -} - -pkg_postinst() { - echo - ewarn "Warning:" - ewarn "pconsole installed with suid root!" - echo -}
