Gentoo Archives: gentoo-commits

From: "Sven Wegener (swegener)" <swegener@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/dtach: ChangeLog dtach-0.8.ebuild
Date: Sat, 02 Feb 2008 08:46:59
Message-Id: E1JLE1F-0001E2-FU@stork.gentoo.org
1 swegener 08/02/02 08:46:37
2
3 Modified: ChangeLog
4 Added: dtach-0.8.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.4.1)
8
9 Revision Changes Path
10 1.12 app-misc/dtach/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/dtach/ChangeLog?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/dtach/ChangeLog?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/dtach/ChangeLog?r1=1.11&r2=1.12
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-misc/dtach/ChangeLog,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- ChangeLog 6 Apr 2007 21:57:05 -0000 1.11
23 +++ ChangeLog 2 Feb 2008 08:46:36 -0000 1.12
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-misc/dtach
26 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-misc/dtach/ChangeLog,v 1.11 2007/04/06 21:57:05 opfer Exp $
28 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-misc/dtach/ChangeLog,v 1.12 2008/02/02 08:46:36 swegener Exp $
30 +
31 +*dtach-0.8 (02 Feb 2008)
32 +
33 + 02 Feb 2008; Sven Wegener <swegener@g.o> +dtach-0.8.ebuild:
34 + Version bump.
35
36 06 Apr 2007; Christian Faulhammer <opfer@g.o> dtach-0.7.ebuild:
37 stable amd64, bug 173311
38
39
40
41 1.1 app-misc/dtach/dtach-0.8.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/dtach/dtach-0.8.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/dtach/dtach-0.8.ebuild?rev=1.1&content-type=text/plain
45
46 Index: dtach-0.8.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-misc/dtach/dtach-0.8.ebuild,v 1.1 2008/02/02 08:46:36 swegener Exp $
51
52 DESCRIPTION="A program that emulates the detach feature of screen"
53 HOMEPAGE="http://dtach.sourceforge.net/"
54 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
55 LICENSE="GPL-2"
56 SLOT="0"
57 KEYWORDS="~amd64 ~ppc ~x86"
58 IUSE=""
59
60 DEPEND=""
61 RDEPEND=""
62
63 src_install() {
64 dobin dtach || die "dobin failed"
65 doman dtach.1 || die "doman failed"
66 dodoc README || die "dodoc failed"
67 }
68
69
70
71 --
72 gentoo-commits@l.g.o mailing list