diff options
author | Andrew Savchenko <bircoph@gentoo.org> | 2018-08-08 09:36:27 +0300 |
---|---|---|
committer | Andrew Savchenko <bircoph@gentoo.org> | 2018-08-08 09:38:00 +0300 |
commit | 304c7ecf58e63522499dcad3b40684340fd6f916 (patch) | |
tree | 0dc308da48b5b80396939b6f2ce99a2b02216098 /sys-cluster/pconsole | |
parent | sys-cluster/pconsole: EAPI7, improve ebuild, add upstream information to (diff) | |
download | gentoo-304c7ecf58e63522499dcad3b40684340fd6f916.tar.gz gentoo-304c7ecf58e63522499dcad3b40684340fd6f916.tar.bz2 gentoo-304c7ecf58e63522499dcad3b40684340fd6f916.zip |
sys-cluster/pconsole: remove old
Diffstat (limited to 'sys-cluster/pconsole')
-rw-r--r-- | sys-cluster/pconsole/pconsole-1.0-r3.ebuild | 40 |
1 files changed, 0 insertions, 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 792a2d392a14..000000000000 --- 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 -} |