Gentoo Archives: gentoo-commits

From: "Saleem Abdulrasool (compnerd)" <compnerd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/anjuta: anjuta-1.2.4-r1.ebuild anjuta-2.2.0-r1.ebuild ChangeLog
Date: Sat, 05 Jan 2008 23:22:48
Message-Id: E1JBILj-0004MN-6e@stork.gentoo.org
1 compnerd 08/01/05 23:22:43
2
3 Modified: anjuta-1.2.4-r1.ebuild anjuta-2.2.0-r1.ebuild
4 ChangeLog
5 Log:
6 fix a few quoting issues
7 (Portage version: 2.1.4_rc14)
8
9 Revision Changes Path
10 1.11 dev-util/anjuta/anjuta-1.2.4-r1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/anjuta/anjuta-1.2.4-r1.ebuild?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/anjuta/anjuta-1.2.4-r1.ebuild?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/anjuta/anjuta-1.2.4-r1.ebuild?r1=1.10&r2=1.11
15
16 Index: anjuta-1.2.4-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-1.2.4-r1.ebuild,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- anjuta-1.2.4-r1.ebuild 17 Apr 2007 17:05:43 -0000 1.10
23 +++ anjuta-1.2.4-r1.ebuild 5 Jan 2008 23:22:42 -0000 1.11
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2007 Gentoo Foundation
26 +# Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-1.2.4-r1.ebuild,v 1.10 2007/04/17 17:05:43 compnerd Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-1.2.4-r1.ebuild,v 1.11 2008/01/05 23:22:42 compnerd Exp $
30
31 WANT_AUTOMAKE="latest"
32 WANT_AUTOCONF="latest"
33 @@ -42,9 +42,9 @@
34
35 src_unpack() {
36 unpack ${A}
37 - cd ${S}
38 + cd "${S}"
39
40 - epatch ${FILESDIR}/anjuta-1.2.4-gtk-fix.patch
41 + epatch "${FILESDIR}/anjuta-1.2.4-gtk-fix.patch"
42
43 sed -i -e "s:packageplugindir=lib:packageplugindir=$(get_libdir):" \
44 configure.in
45
46
47
48 1.3 dev-util/anjuta/anjuta-2.2.0-r1.ebuild
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/anjuta/anjuta-2.2.0-r1.ebuild?rev=1.3&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/anjuta/anjuta-2.2.0-r1.ebuild?rev=1.3&content-type=text/plain
52 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/anjuta/anjuta-2.2.0-r1.ebuild?r1=1.2&r2=1.3
53
54 Index: anjuta-2.2.0-r1.ebuild
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-2.2.0-r1.ebuild,v
57 retrieving revision 1.2
58 retrieving revision 1.3
59 diff -u -r1.2 -r1.3
60 --- anjuta-2.2.0-r1.ebuild 12 Oct 2007 08:58:37 -0000 1.2
61 +++ anjuta-2.2.0-r1.ebuild 5 Jan 2008 23:22:42 -0000 1.3
62 @@ -1,6 +1,6 @@
63 -# Copyright 1999-2007 Gentoo Foundation
64 +# Copyright 1999-2008 Gentoo Foundation
65 # Distributed under the terms of the GNU General Public License v2
66 -# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-2.2.0-r1.ebuild,v 1.2 2007/10/12 08:58:37 remi Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-2.2.0-r1.ebuild,v 1.3 2008/01/05 23:22:42 compnerd Exp $
68
69 inherit eutils gnome2 eutils autotools
70
71 @@ -74,10 +74,10 @@
72
73 src_unpack() {
74 gnome2_src_unpack
75 - cd ${S}
76 + cd "${S}"
77
78 # Patch to prevent an access violation (bug #164740)
79 - epatch ${FILESDIR}/${PN}-2.1.0-sandbox-fix.patch
80 + epatch "${FILESDIR}/${PN}-2.1.0-sandbox-fix.patch"
81 }
82
83 src_install() {
84
85
86
87 1.76 dev-util/anjuta/ChangeLog
88
89 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/anjuta/ChangeLog?rev=1.76&view=markup
90 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/anjuta/ChangeLog?rev=1.76&content-type=text/plain
91 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/anjuta/ChangeLog?r1=1.75&r2=1.76
92
93 Index: ChangeLog
94 ===================================================================
95 RCS file: /var/cvsroot/gentoo-x86/dev-util/anjuta/ChangeLog,v
96 retrieving revision 1.75
97 retrieving revision 1.76
98 diff -u -r1.75 -r1.76
99 --- ChangeLog 5 Jan 2008 23:19:39 -0000 1.75
100 +++ ChangeLog 5 Jan 2008 23:22:42 -0000 1.76
101 @@ -1,6 +1,10 @@
102 # ChangeLog for dev-util/anjuta
103 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
104 -# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/ChangeLog,v 1.75 2008/01/05 23:19:39 compnerd Exp $
105 +# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/ChangeLog,v 1.76 2008/01/05 23:22:42 compnerd Exp $
106 +
107 + 05 Jan 2008; Saleem Abdulrasool <compnerd@g.o>
108 + anjuta-1.2.4-r1.ebuild, anjuta-2.2.0-r1.ebuild:
109 + fix a few quoting issues
110
111 05 Jan 2008; Saleem Abdulrasool <compnerd@g.o>
112 -anjuta-2.1.0_beta1.ebuild, -anjuta-2.1.1_beta1.ebuild,
113
114
115
116 --
117 gentoo-commits@g.o mailing list