Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-shells/pdksh: pdksh-5.2.14-r4.ebuild ChangeLog
Date: Tue, 30 Dec 2008 20:47:33
Message-Id: E1LHlUt-00068Y-5c@stork.gentoo.org
1 angelos 08/12/30 20:47:27
2
3 Modified: pdksh-5.2.14-r4.ebuild ChangeLog
4 Log:
5 QA: Respect CC (bug 243704)
6 (Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)
7
8 Revision Changes Path
9 1.27 app-shells/pdksh/pdksh-5.2.14-r4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/pdksh/pdksh-5.2.14-r4.ebuild?rev=1.27&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/pdksh/pdksh-5.2.14-r4.ebuild?rev=1.27&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/pdksh/pdksh-5.2.14-r4.ebuild?r1=1.26&r2=1.27
14
15 Index: pdksh-5.2.14-r4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-shells/pdksh/pdksh-5.2.14-r4.ebuild,v
18 retrieving revision 1.26
19 retrieving revision 1.27
20 diff -u -r1.26 -r1.27
21 --- pdksh-5.2.14-r4.ebuild 8 Apr 2007 13:27:59 -0000 1.26
22 +++ pdksh-5.2.14-r4.ebuild 30 Dec 2008 20:47:27 -0000 1.27
23 @@ -1,22 +1,20 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-shells/pdksh/pdksh-5.2.14-r4.ebuild,v 1.26 2007/04/08 13:27:59 jokey Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-shells/pdksh/pdksh-5.2.14-r4.ebuild,v 1.27 2008/12/30 20:47:27 angelos Exp $
29
30 -inherit eutils
31 +inherit eutils toolchain-funcs
32
33 DESCRIPTION="The Public Domain Korn Shell"
34 HOMEPAGE="http://www.cs.mun.ca/~michael/pdksh/"
35 -SRC_URI="ftp://ftp.cs.mun.ca/pub/pdksh/${P}.tar.gz
36 - ftp://ftp.cs.mun.ca/pub/pdksh/${P}-patches.1"
37 +SRC_URI="ftp://ftp.cs.mun.ca/pub/${PN}/${P}.tar.gz
38 + ftp://ftp.cs.mun.ca/pub/${PN}/${P}-patches.1"
39
40 LICENSE="as-is"
41 SLOT="0"
42 KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc ppc64 s390 sparc x86"
43 IUSE=""
44
45 -DEPEND="virtual/libc
46 - sys-apps/coreutils
47 - !app-shells/ksh"
48 +DEPEND="!app-shells/ksh"
49
50 RESTRICT="test"
51
52 @@ -30,8 +28,8 @@
53 src_compile() {
54 echo 'ksh_cv_dev_fd=${ksh_cv_dev_fd=yes}' > config.cache
55
56 - econf || die "econf failed"
57 - emake || die "emake failed"
58 + econf
59 + emake CC="$(tc-getCC)" CPP="$(tc-getCPP)" || die "emake failed"
60 }
61
62 src_install() {
63
64
65
66 1.22 app-shells/pdksh/ChangeLog
67
68 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/pdksh/ChangeLog?rev=1.22&view=markup
69 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/pdksh/ChangeLog?rev=1.22&content-type=text/plain
70 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-shells/pdksh/ChangeLog?r1=1.21&r2=1.22
71
72 Index: ChangeLog
73 ===================================================================
74 RCS file: /var/cvsroot/gentoo-x86/app-shells/pdksh/ChangeLog,v
75 retrieving revision 1.21
76 retrieving revision 1.22
77 diff -u -r1.21 -r1.22
78 --- ChangeLog 15 May 2007 09:27:31 -0000 1.21
79 +++ ChangeLog 30 Dec 2008 20:47:27 -0000 1.22
80 @@ -1,6 +1,9 @@
81 # ChangeLog for app-shells/pdksh
82 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
83 -# $Header: /var/cvsroot/gentoo-x86/app-shells/pdksh/ChangeLog,v 1.21 2007/05/15 09:27:31 bangert Exp $
84 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
85 +# $Header: /var/cvsroot/gentoo-x86/app-shells/pdksh/ChangeLog,v 1.22 2008/12/30 20:47:27 angelos Exp $
86 +
87 + 30 Dec 2008; Christoph Mende <angelos@g.o> pdksh-5.2.14-r4.ebuild:
88 + QA: Respect CC (bug 243704)
89
90 15 May 2007; Thilo Bangert <bangert@g.o> metadata.xml:
91 add <herd>no-herd</herd>