Gentoo Archives: gentoo-commits

From: "Justin Bronder (jsbronder)" <jsbronder@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-terms/clusterssh: ChangeLog clusterssh-3.21.ebuild
Date: Fri, 11 Jan 2008 01:25:08
Message-Id: E1JD8dY-0000IU-VB@stork.gentoo.org
1 jsbronder 08/01/11 01:24:44
2
3 Modified: ChangeLog
4 Added: clusterssh-3.21.ebuild
5 Log:
6 Version bump (Bug 180892). Add small patches from by tmancill@××××××.org.
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.20 x11-terms/clusterssh/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/clusterssh/ChangeLog?rev=1.20&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/clusterssh/ChangeLog?rev=1.20&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/clusterssh/ChangeLog?r1=1.19&r2=1.20
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-terms/clusterssh/ChangeLog,v
19 retrieving revision 1.19
20 retrieving revision 1.20
21 diff -u -r1.19 -r1.20
22 --- ChangeLog 29 Jul 2007 16:59:54 -0000 1.19
23 +++ ChangeLog 11 Jan 2008 01:24:44 -0000 1.20
24 @@ -1,6 +1,13 @@
25 # ChangeLog for x11-terms/clusterssh
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/clusterssh/ChangeLog,v 1.19 2007/07/29 16:59:54 dertobi123 Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/x11-terms/clusterssh/ChangeLog,v 1.20 2008/01/11 01:24:44 jsbronder Exp $
30 +
31 +*clusterssh-3.21 (11 Jan 2008)
32 +
33 + 11 Jan 2008; Justin Bronder <jsbronder@g.o>
34 + +files/clusterssh-3.21-disable-warning.patch,
35 + +files/clusterssh-3.21-xrm-remove-class.patch, +clusterssh-3.21.ebuild:
36 + Version bump (Bug 180892). Add small patches from by tmancill@××××××.org.
37
38 29 Jul 2007; Tobias Scherbaum <dertobi123@g.o>
39 clusterssh-3.18.1-r1.ebuild:
40
41
42
43 1.1 x11-terms/clusterssh/clusterssh-3.21.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/clusterssh/clusterssh-3.21.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-terms/clusterssh/clusterssh-3.21.ebuild?rev=1.1&content-type=text/plain
47
48 Index: clusterssh-3.21.ebuild
49 ===================================================================
50 # Copyright 1999-2008 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/x11-terms/clusterssh/clusterssh-3.21.ebuild,v 1.1 2008/01/11 01:24:44 jsbronder Exp $
53
54 inherit eutils
55
56 DESCRIPTION="Concurrent Multi-Server Terminal Access."
57 HOMEPAGE="http://clusterssh.sourceforge.net"
58 SRC_URI="mirror://sourceforge/clusterssh/clusterssh-${PV}.tar.gz"
59
60 SLOT="0"
61 LICENSE="GPL-2"
62 KEYWORDS="~amd64 ~ppc ~x86"
63 IUSE=""
64
65 DEPEND=">=dev-lang/perl-5.6.1
66 dev-perl/perl-tk
67 dev-perl/Config-Simple
68 dev-perl/X11-Protocol
69 x11-apps/xlsfonts"
70
71 src_unpack() {
72 unpack "${A}"
73 epatch "${FILESDIR}"/${PN}-3.21-disable-warning.patch
74 epatch "${FILESDIR}"/${PN}-3.21-xrm-remove-class.patch
75 }
76
77 src_compile() {
78 # Gentoo perl ebuilds remove podchecker
79 if grep -v podchecker "${S}"/src/Makefile.in \
80 > "${S}"/src/Makefile.in.new; then
81 mv "${S}"/src/Makefile.in.new "${S}"/src/Makefile.in
82 else
83 die "Makefile.in update failed"
84 fi
85
86 econf || die "configuration failed"
87 emake || die "compiling failed"
88 }
89
90 src_install() {
91 cd "${S}"
92 dodoc AUTHORS COPYING INSTALL NEWS README THANKS
93 dobin src/cssh
94 doman src/cssh.1
95 }
96
97
98
99 --
100 gentoo-commits@l.g.o mailing list