Gentoo Archives: gentoo-commits

From: "Christian Heim (phreak)" <phreak@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/aget: aget-0.4.ebuild ChangeLog
Date: Wed, 26 Dec 2007 22:04:25
Message-Id: E1J7eMO-00022S-NC@stork.gentoo.org
1 phreak 07/12/26 22:04:20
2
3 Modified: aget-0.4.ebuild ChangeLog
4 Log:
5 Fix the quotation.
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.11 net-misc/aget/aget-0.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/aget/aget-0.4.ebuild?rev=1.11&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/aget/aget-0.4.ebuild?rev=1.11&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/aget/aget-0.4.ebuild?r1=1.10&r2=1.11
14
15 Index: aget-0.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-misc/aget/aget-0.4.ebuild,v
18 retrieving revision 1.10
19 retrieving revision 1.11
20 diff -u -r1.10 -r1.11
21 --- aget-0.4.ebuild 28 Sep 2007 18:49:07 -0000 1.10
22 +++ aget-0.4.ebuild 26 Dec 2007 22:04:20 -0000 1.11
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-misc/aget/aget-0.4.ebuild,v 1.10 2007/09/28 18:49:07 angelos Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-misc/aget/aget-0.4.ebuild,v 1.11 2007/12/26 22:04:20 phreak Exp $
28
29 inherit eutils
30
31 @@ -19,8 +19,8 @@
32
33 src_unpack() {
34 unpack ${A}
35 - cd ${S}
36 - epatch ${WORKDIR}/${DEB_PATCH}
37 + cd "${S}"
38 + epatch "${WORKDIR}"/${DEB_PATCH}
39 sed -i "/^CFLAGS/s:-g:${CFLAGS}:" Makefile
40 }
41
42
43
44
45 1.12 net-misc/aget/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/aget/ChangeLog?rev=1.12&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/aget/ChangeLog?rev=1.12&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/aget/ChangeLog?r1=1.11&r2=1.12
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/net-misc/aget/ChangeLog,v
54 retrieving revision 1.11
55 retrieving revision 1.12
56 diff -u -r1.11 -r1.12
57 --- ChangeLog 26 Dec 2007 22:01:13 -0000 1.11
58 +++ ChangeLog 26 Dec 2007 22:04:20 -0000 1.12
59 @@ -1,6 +1,9 @@
60 # ChangeLog for net-misc/aget
61 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/net-misc/aget/ChangeLog,v 1.11 2007/12/26 22:01:13 phreak Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/net-misc/aget/ChangeLog,v 1.12 2007/12/26 22:04:20 phreak Exp $
64 +
65 + 26 Dec 2007; Christian Heim <phreak@g.o> aget-0.4.ebuild:
66 + Fix the quotation.
67
68 26 Dec 2007; Christian Heim <phreak@g.o> Manifest:
69 Fixing digestentry.unused (.metadata.xml.swp).
70
71
72
73 --
74 gentoo-commits@g.o mailing list