Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-shells/pdsh: pdsh-2.18-r1.ebuild ChangeLog pdsh-2.14.ebuild pdsh-2.16.ebuild pdsh-2.18.ebuild pdsh-2.17.ebuild
Date: Thu, 22 Apr 2010 17:08:19
Message-Id: 20100422170814.A4E4128D6D@corvid.gentoo.org
1 ssuominen 10/04/22 17:08:14
2
3 Modified: pdsh-2.18-r1.ebuild ChangeLog
4 Removed: pdsh-2.14.ebuild pdsh-2.16.ebuild pdsh-2.18.ebuild
5 pdsh-2.17.ebuild
6 Log:
7 amd64 stable and punt vulnerable versions
8 (Portage version: 2.2_rc67/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 app-shells/pdsh/pdsh-2.18-r1.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/pdsh/pdsh-2.18-r1.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/pdsh/pdsh-2.18-r1.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/pdsh/pdsh-2.18-r1.ebuild?r1=1.2&r2=1.3
16
17 Index: pdsh-2.18-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-shells/pdsh/pdsh-2.18-r1.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- pdsh-2.18-r1.ebuild 8 Apr 2010 07:22:11 -0000 1.2
24 +++ pdsh-2.18-r1.ebuild 22 Apr 2010 17:08:14 -0000 1.3
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2010 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-shells/pdsh/pdsh-2.18-r1.ebuild,v 1.2 2010/04/08 07:22:11 phajdan.jr Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-shells/pdsh/pdsh-2.18-r1.ebuild,v 1.3 2010/04/22 17:08:14 ssuominen Exp $
30
31 EAPI="2"
32
33 @@ -11,7 +11,7 @@
34 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
35 LICENSE="GPL-2"
36 SLOT="0"
37 -KEYWORDS="~amd64 x86"
38 +KEYWORDS="amd64 x86"
39 IUSE="crypt readline rsh"
40 RDEPEND="crypt? ( net-misc/openssh )
41 rsh? ( net-misc/netkit-rsh )
42 @@ -44,8 +44,8 @@
43 }
44
45 src_prepare() {
46 - epatch "${FILESDIR}"/pdsh-2.18-unbundle-libtool.patch || die
47 - eautoreconf || die
48 + epatch "${FILESDIR}"/pdsh-2.18-unbundle-libtool.patch
49 + eautoreconf
50 }
51
52 src_configure() {
53
54
55
56 1.17 app-shells/pdsh/ChangeLog
57
58 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/pdsh/ChangeLog?rev=1.17&view=markup
59 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/pdsh/ChangeLog?rev=1.17&content-type=text/plain
60 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/pdsh/ChangeLog?r1=1.16&r2=1.17
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/app-shells/pdsh/ChangeLog,v
65 retrieving revision 1.16
66 retrieving revision 1.17
67 diff -u -r1.16 -r1.17
68 --- ChangeLog 8 Apr 2010 07:22:11 -0000 1.16
69 +++ ChangeLog 22 Apr 2010 17:08:14 -0000 1.17
70 @@ -1,6 +1,9 @@
71 # ChangeLog for app-shells/pdsh
72 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/app-shells/pdsh/ChangeLog,v 1.16 2010/04/08 07:22:11 phajdan.jr Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/app-shells/pdsh/ChangeLog,v 1.17 2010/04/22 17:08:14 ssuominen Exp $
75 +
76 + 22 Apr 2010; Samuli Suominen <ssuominen@g.o> pdsh-2.18-r1.ebuild:
77 + amd64 stable wrt #252398
78
79 08 Apr 2010; Pawel Hajdan jr <phajdan.jr@g.o> pdsh-2.18-r1.ebuild:
80 x86 stable wrt bug #252398