Gentoo Archives: gentoo-commits

From: "Matti Bickel (mabi)" <mabi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/monodoc: ChangeLog monodoc-1.2.4.ebuild monodoc-1.9.ebuild
Date: Sat, 04 Oct 2008 18:08:21
Message-Id: E1KmBY9-0001xE-Kg@stork.gentoo.org
1 mabi 08/10/04 18:08:17
2
3 Modified: ChangeLog monodoc-1.2.4.ebuild monodoc-1.9.ebuild
4 Log:
5 fixing minor quoting issues
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.23-gentoo-r3-20080120 ppc)
7
8 Revision Changes Path
9 1.73 dev-util/monodoc/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/monodoc/ChangeLog?rev=1.73&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/monodoc/ChangeLog?rev=1.73&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/monodoc/ChangeLog?r1=1.72&r2=1.73
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/monodoc/ChangeLog,v
18 retrieving revision 1.72
19 retrieving revision 1.73
20 diff -u -r1.72 -r1.73
21 --- ChangeLog 4 Oct 2008 18:01:10 -0000 1.72
22 +++ ChangeLog 4 Oct 2008 18:08:17 -0000 1.73
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-util/monodoc
25 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-util/monodoc/ChangeLog,v 1.72 2008/10/04 18:01:10 mabi Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-util/monodoc/ChangeLog,v 1.73 2008/10/04 18:08:17 mabi Exp $
28 +
29 + 04 Oct 2008; Matti Bickel <mabi@g.o> monodoc-1.2.4.ebuild,
30 + monodoc-1.9.ebuild:
31 + fixing minor quoting issues
32
33 04 Oct 2008; Matti Bickel <mabi@g.o> -monodoc-1.1.13.ebuild,
34 -monodoc-1.1.18.ebuild, -monodoc-1.2.1.ebuild, -monodoc-1.2.3.ebuild,
35
36
37
38 1.7 dev-util/monodoc/monodoc-1.2.4.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/monodoc/monodoc-1.2.4.ebuild?rev=1.7&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/monodoc/monodoc-1.2.4.ebuild?rev=1.7&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/monodoc/monodoc-1.2.4.ebuild?r1=1.6&r2=1.7
43
44 Index: monodoc-1.2.4.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-util/monodoc/monodoc-1.2.4.ebuild,v
47 retrieving revision 1.6
48 retrieving revision 1.7
49 diff -u -r1.6 -r1.7
50 --- monodoc-1.2.4.ebuild 24 Aug 2007 20:36:49 -0000 1.6
51 +++ monodoc-1.2.4.ebuild 4 Oct 2008 18:08:17 -0000 1.7
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2007 Gentoo Foundation
54 +# Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-util/monodoc/monodoc-1.2.4.ebuild,v 1.6 2007/08/24 20:36:49 dertobi123 Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-util/monodoc/monodoc-1.2.4.ebuild,v 1.7 2008/10/04 18:08:17 mabi Exp $
58
59 inherit mono multilib
60
61 @@ -26,17 +26,17 @@
62
63 src_unpack() {
64 unpack ${A}
65 - cd ${S}
66 + cd "${S}"
67
68 # Install all our .dlls under $(libdir), not $(prefix)/lib
69 if [ $(get_libdir) != "lib" ] ; then
70 sed -i -e 's:$(prefix)/lib:$(libdir):' \
71 - ${S}/engine/Makefile.am \
72 + "${S}"/engine/Makefile.am \
73 || die "sed failed"
74
75 sed -i -e 's:libdir=@prefix@/lib:libdir=@libdir@:' \
76 -i -e 's:${prefix}/lib:${libdir}:' \
77 - ${S}/monodoc.pc.in \
78 + "${S}"/monodoc.pc.in \
79 || die "sed failed"
80
81 aclocal || die "aclocal failed"
82
83
84
85 1.3 dev-util/monodoc/monodoc-1.9.ebuild
86
87 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/monodoc/monodoc-1.9.ebuild?rev=1.3&view=markup
88 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/monodoc/monodoc-1.9.ebuild?rev=1.3&content-type=text/plain
89 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/monodoc/monodoc-1.9.ebuild?r1=1.2&r2=1.3
90
91 Index: monodoc-1.9.ebuild
92 ===================================================================
93 RCS file: /var/cvsroot/gentoo-x86/dev-util/monodoc/monodoc-1.9.ebuild,v
94 retrieving revision 1.2
95 retrieving revision 1.3
96 diff -u -r1.2 -r1.3
97 --- monodoc-1.9.ebuild 4 Oct 2008 17:49:49 -0000 1.2
98 +++ monodoc-1.9.ebuild 4 Oct 2008 18:08:17 -0000 1.3
99 @@ -1,6 +1,6 @@
100 # Copyright 1999-2008 Gentoo Foundation
101 # Distributed under the terms of the GNU General Public License v2
102 -# $Header: /var/cvsroot/gentoo-x86/dev-util/monodoc/monodoc-1.9.ebuild,v 1.2 2008/10/04 17:49:49 mabi Exp $
103 +# $Header: /var/cvsroot/gentoo-x86/dev-util/monodoc/monodoc-1.9.ebuild,v 1.3 2008/10/04 18:08:17 mabi Exp $
104
105 inherit autotools mono multilib
106
107 @@ -26,17 +26,17 @@
108
109 src_unpack() {
110 unpack ${A}
111 - cd ${S}
112 + cd "${S}"
113
114 # Install all our .dlls under $(libdir), not $(prefix)/lib
115 if [ $(get_libdir) != "lib" ] ; then
116 sed -i -e 's:$(prefix)/lib:$(libdir):' \
117 - ${S}/engine/Makefile.am \
118 + "${S}"/engine/Makefile.am \
119 || die "sed failed"
120
121 sed -i -e 's:libdir=@prefix@/lib:libdir=@libdir@:' \
122 -i -e 's:${prefix}/lib:${libdir}:' \
123 - ${S}/monodoc.pc.in \
124 + "${S}"/monodoc.pc.in \
125 || die "sed failed"
126
127 eautoreconf