Gentoo Archives: gentoo-commits

From: "Jeremy Olexa (darkside)" <darkside@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/rec: rec-1.6.ebuild ChangeLog
Date: Tue, 14 Oct 2008 03:23:05
Message-Id: E1KpaUw-00073p-Sd@stork.gentoo.org
1 darkside 08/10/14 03:23:02
2
3 Modified: rec-1.6.ebuild ChangeLog
4 Log:
5 (non maintainer commit) restrict stripping on dev-util/rec because that check is not needed, bug #239882
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.26-gentoo x86_64)
7
8 Revision Changes Path
9 1.6 dev-util/rec/rec-1.6.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/rec/rec-1.6.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/rec/rec-1.6.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/rec/rec-1.6.ebuild?r1=1.5&r2=1.6
14
15 Index: rec-1.6.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/rec/rec-1.6.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- rec-1.6.ebuild 5 Mar 2007 04:12:58 -0000 1.5
22 +++ rec-1.6.ebuild 14 Oct 2008 03:23:02 -0000 1.6
23 @@ -1,6 +1,6 @@
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/dev-util/rec/rec-1.6.ebuild,v 1.5 2007/03/05 04:12:58 genone Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/rec/rec-1.6.ebuild,v 1.6 2008/10/14 03:23:02 darkside Exp $
29
30 inherit eutils
31
32 @@ -11,12 +11,13 @@
33 SLOT="0"
34 KEYWORDS="-* ~x86"
35 IUSE=""
36 +RESTRICT="strip"
37 DEPEND="app-arch/unzip"
38 RDEPEND="sys-libs/ncurses sys-libs/gpm"
39 S=${WORKDIR}
40
41 src_unpack() {
42 - unzip -L -d ${S} -q ${DISTDIR}/${A} || die
43 + unzip -L -d "${S}" -q "${DISTDIR}/${A}" || die
44 }
45
46 src_compile() {
47
48
49
50 1.6 dev-util/rec/ChangeLog
51
52 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/rec/ChangeLog?rev=1.6&view=markup
53 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/rec/ChangeLog?rev=1.6&content-type=text/plain
54 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/rec/ChangeLog?r1=1.5&r2=1.6
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/dev-util/rec/ChangeLog,v
59 retrieving revision 1.5
60 retrieving revision 1.6
61 diff -u -r1.5 -r1.6
62 --- ChangeLog 25 Dec 2007 15:58:52 -0000 1.5
63 +++ ChangeLog 14 Oct 2008 03:23:02 -0000 1.6
64 @@ -1,6 +1,10 @@
65 # ChangeLog for dev-util/rec
66 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/dev-util/rec/ChangeLog,v 1.5 2007/12/25 15:58:52 phreak Exp $
68 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
69 +# $Header: /var/cvsroot/gentoo-x86/dev-util/rec/ChangeLog,v 1.6 2008/10/14 03:23:02 darkside Exp $
70 +
71 + 14 Oct 2008; Jeremy Olexa <darkside@g.o> rec-1.6.ebuild:
72 + (non maintainer commit) restrict stripping on dev-util/rec because that
73 + check is not needed, bug #239882
74
75 25 Dec 2007; Christian Heim <phreak@g.o> metadata.xml:
76 Removing taviso from metadata.xml as per #202471. Assigning to