Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 367015 | Differences between
and this patch

Collapse All | Expand All

(-)a/dtach-0.8.ebuild (-2 / +10 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2011 Gentoo Foundation
1
# Copyright 1999-2011 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/app-misc/dtach/dtach-0.8.ebuild,v 1.5 2011/01/04 17:55:39 jlec Exp $
3
# $Header: $
4
5
EAPI="2"
6
7
inherit eutils
4
8
5
DESCRIPTION="A program that emulates the detach feature of screen"
9
DESCRIPTION="A program that emulates the detach feature of screen"
6
HOMEPAGE="http://dtach.sourceforge.net/"
10
HOMEPAGE="http://dtach.sourceforge.net/"
Lines 9-15 Link Here
9
LICENSE="GPL-2"
13
LICENSE="GPL-2"
10
SLOT="0"
14
SLOT="0"
11
KEYWORDS="amd64 ppc x86"
15
KEYWORDS="amd64 ppc x86"
12
IUSE=""
16
IUSE="scrollback"
17
18
src_prepare() {
19
	use scrollback && epatch "${FILESDIR}/scrollback-buffer-${PV}.patch"
20
}
13
21
14
src_install() {
22
src_install() {
15
	dobin dtach || die "dobin failed"
23
	dobin dtach || die "dobin failed"

Return to bug 367015