Gentoo Archives: gentoo-commits

From: "Jonathan Callen (abcd)" <abcd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-shells/dsh: dsh-0.25.10.ebuild ChangeLog
Date: Fri, 23 Apr 2010 02:54:40
Message-Id: 20100423025428.DADA5A0001@corvid.gentoo.org
1 abcd 10/04/23 02:54:28
2
3 Modified: dsh-0.25.10.ebuild ChangeLog
4 Log:
5 Bump to EAPI=3, add prefix keywords
6 (Portage version: v2.2_rc67-76-g044010d/cvs/Linux i686)
7
8 Revision Changes Path
9 1.6 app-shells/dsh/dsh-0.25.10.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/dsh/dsh-0.25.10.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/dsh/dsh-0.25.10.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/dsh/dsh-0.25.10.ebuild?r1=1.5&r2=1.6
14
15 Index: dsh-0.25.10.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-shells/dsh/dsh-0.25.10.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- dsh-0.25.10.ebuild 12 May 2008 16:18:13 -0000 1.5
22 +++ dsh-0.25.10.ebuild 23 Apr 2010 02:54:28 -0000 1.6
23 @@ -1,6 +1,8 @@
24 -# Copyright 1999-2008 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-shells/dsh/dsh-0.25.10.ebuild,v 1.5 2008/05/12 16:18:13 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-shells/dsh/dsh-0.25.10.ebuild,v 1.6 2010/04/23 02:54:28 abcd Exp $
29 +
30 +EAPI="3"
31
32 DESCRIPTION="Distributed Shell"
33 HOMEPAGE="http://www.netfort.gr.jp/~dancer/software/dsh.html.en"
34 @@ -8,16 +10,15 @@
35
36 LICENSE="GPL-2"
37 SLOT="0"
38 -KEYWORDS="amd64 ppc x86"
39 +KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
40 IUSE="nls"
41
42 DEPEND="dev-libs/libdshconfig"
43 RDEPEND="${DEPEND}
44 virtual/ssh"
45
46 -src_compile() {
47 - econf --sysconfdir=/etc/dsh $(use_enable nls) || die "econf failed."
48 - emake || die "emake failed."
49 +src_configure() {
50 + econf --sysconfdir="${EPREFIX}"/etc/dsh $(use_enable nls)
51 }
52
53 src_install() {
54
55
56
57 1.21 app-shells/dsh/ChangeLog
58
59 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/dsh/ChangeLog?rev=1.21&view=markup
60 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/dsh/ChangeLog?rev=1.21&content-type=text/plain
61 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/dsh/ChangeLog?r1=1.20&r2=1.21
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/app-shells/dsh/ChangeLog,v
66 retrieving revision 1.20
67 retrieving revision 1.21
68 diff -u -r1.20 -r1.21
69 --- ChangeLog 12 May 2008 16:18:13 -0000 1.20
70 +++ ChangeLog 23 Apr 2010 02:54:28 -0000 1.21
71 @@ -1,6 +1,9 @@
72 # ChangeLog for app-shells/dsh
73 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/app-shells/dsh/ChangeLog,v 1.20 2008/05/12 16:18:13 maekke Exp $
75 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
76 +# $Header: /var/cvsroot/gentoo-x86/app-shells/dsh/ChangeLog,v 1.21 2010/04/23 02:54:28 abcd Exp $
77 +
78 + 23 Apr 2010; Jonathan Callen <abcd@g.o> dsh-0.25.10.ebuild:
79 + Bump to EAPI=3, add prefix keywords
80
81 12 May 2008; Markus Meier <maekke@g.o> dsh-0.25.10.ebuild:
82 amd64 stable, bug #217599