Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/detachtty/
Date: Sat, 21 Oct 2017 17:31:42
Message-Id: 1508607045.369b31d1236eace9a285bbf05d31f91b5f491c1a.monsieurp@gentoo
1 commit: 369b31d1236eace9a285bbf05d31f91b5f491c1a
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 21 17:30:45 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 21 17:30:45 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=369b31d1
7
8 app-misc/detachtty: clean up old.
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 app-misc/detachtty/detachtty-9.ebuild | 26 --------------------------
13 1 file changed, 26 deletions(-)
14
15 diff --git a/app-misc/detachtty/detachtty-9.ebuild b/app-misc/detachtty/detachtty-9.ebuild
16 deleted file mode 100644
17 index b24b044ecb5..00000000000
18 --- a/app-misc/detachtty/detachtty-9.ebuild
19 +++ /dev/null
20 @@ -1,26 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -inherit toolchain-funcs
25 -
26 -MY_P="${P/-/_}"
27 -
28 -DESCRIPTION="Attach/detach from interactive processes across the network"
29 -HOMEPAGE="http://packages.debian.org/unstable/admin/detachtty"
30 -SRC_URI="mirror://debian/pool/main/d/${PN}/${MY_P}.tar.gz"
31 -
32 -LICENSE="GPL-2"
33 -SLOT="0"
34 -KEYWORDS="amd64 ppc ~sparc x86"
35 -IUSE=""
36 -
37 -src_compile() {
38 - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die
39 -}
40 -
41 -src_install() {
42 - dobin detachtty attachtty || die
43 - doman detachtty.1 || die
44 - dosym detachtty.1 /usr/share/man/man1/attachtty.1
45 - dodoc INSTALL README || die
46 -}