Gentoo Archives: gentoo-commits

From: "Santiago M. Mola (coldwind)" <coldwind@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-im/ekg: ChangeLog ekg-1.7.ebuild ekg-1.6_rc3.ebuild ekg-1.6.ebuild ekg-1.7_rc3.ebuild ekg-1.7_rc2.ebuild
Date: Tue, 25 Mar 2008 17:54:12
Message-Id: E1JeDLd-0004AC-Vl@stork.gentoo.org
1 coldwind 08/03/25 17:54:09
2
3 Modified: ChangeLog ekg-1.7.ebuild
4 Removed: ekg-1.6_rc3.ebuild ekg-1.6.ebuild
5 ekg-1.7_rc3.ebuild ekg-1.7_rc2.ebuild
6 Log:
7 Remove old and fix quoting.
8 (Portage version: 2.1.4.4)
9
10 Revision Changes Path
11 1.40 net-im/ekg/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/ekg/ChangeLog?rev=1.40&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/ekg/ChangeLog?rev=1.40&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/ekg/ChangeLog?r1=1.39&r2=1.40
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-im/ekg/ChangeLog,v
20 retrieving revision 1.39
21 retrieving revision 1.40
22 diff -u -r1.39 -r1.40
23 --- ChangeLog 11 Oct 2007 19:26:05 -0000 1.39
24 +++ ChangeLog 25 Mar 2008 17:54:09 -0000 1.40
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-im/ekg
27 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ChangeLog,v 1.39 2007/10/11 19:26:05 pylon Exp $
29 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ChangeLog,v 1.40 2008/03/25 17:54:09 coldwind Exp $
31 +
32 + 25 Mar 2008; Santiago M. Mola <coldwind@g.o>
33 + -files/ekg-1.6-dragonfly.patch, -files/ekg-1.6_rc1-fpic.patch,
34 + -ekg-1.6_rc3.ebuild, -ekg-1.6.ebuild, -ekg-1.7_rc2.ebuild,
35 + -ekg-1.7_rc3.ebuild, ekg-1.7.ebuild:
36 + Remove old and fix quoting.
37
38 11 Oct 2007; Lars Weiler <pylon@g.o> ekg-1.7.ebuild:
39 stable ppc, bug #189735
40
41
42
43 1.7 net-im/ekg/ekg-1.7.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/ekg/ekg-1.7.ebuild?rev=1.7&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/ekg/ekg-1.7.ebuild?rev=1.7&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/ekg/ekg-1.7.ebuild?r1=1.6&r2=1.7
48
49 Index: ekg-1.7.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/net-im/ekg/ekg-1.7.ebuild,v
52 retrieving revision 1.6
53 retrieving revision 1.7
54 diff -u -r1.6 -r1.7
55 --- ekg-1.7.ebuild 11 Oct 2007 19:26:05 -0000 1.6
56 +++ ekg-1.7.ebuild 25 Mar 2008 17:54:09 -0000 1.7
57 @@ -1,6 +1,6 @@
58 -# Copyright 1999-2007 Gentoo Foundation
59 +# Copyright 1999-2008 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ekg-1.7.ebuild,v 1.6 2007/10/11 19:26:05 pylon Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/net-im/ekg/ekg-1.7.ebuild,v 1.7 2008/03/25 17:54:09 coldwind Exp $
63
64 inherit eutils autotools
65
66 @@ -32,9 +32,9 @@
67
68 src_unpack() {
69 unpack ${A}
70 - cd ${S}
71 - epatch ${FILESDIR}/${PN}-1.6_rc3-libgadu.patch
72 - epatch ${FILESDIR}/${PN}-1.7_rc2-giflib.patch
73 + cd "${S}"
74 + epatch "${FILESDIR}"/${PN}-1.6_rc3-libgadu.patch
75 + epatch "${FILESDIR}"/${PN}-1.7_rc2-giflib.patch
76 eautoreconf
77 }
78
79
80
81
82 --
83 gentoo-commits@l.g.o mailing list