Gentoo Archives: gentoo-commits

From: "Jurek Bartuszek (jurek)" <jurek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/monodoc: ChangeLog monodoc-1.2.5.ebuild
Date: Mon, 10 Sep 2007 20:16:57
Message-Id: E1IUpF5-0005XD-3E@stork.gentoo.org
1 jurek 07/09/10 19:48:19
2
3 Modified: ChangeLog
4 Added: monodoc-1.2.5.ebuild
5 Log:
6 dev-util/monodoc: version bump
7 (Portage version: 2.1.2.12)
8
9 Revision Changes Path
10 1.68 dev-util/monodoc/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/monodoc/ChangeLog?rev=1.68&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/monodoc/ChangeLog?rev=1.68&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/monodoc/ChangeLog?r1=1.67&r2=1.68
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/monodoc/ChangeLog,v
19 retrieving revision 1.67
20 retrieving revision 1.68
21 diff -u -r1.67 -r1.68
22 --- ChangeLog 24 Aug 2007 20:36:49 -0000 1.67
23 +++ ChangeLog 10 Sep 2007 19:48:18 -0000 1.68
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-util/monodoc
26 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/monodoc/ChangeLog,v 1.67 2007/08/24 20:36:49 dertobi123 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/monodoc/ChangeLog,v 1.68 2007/09/10 19:48:18 jurek Exp $
29 +
30 +*monodoc-1.2.5 (10 Sep 2007)
31 +
32 + 10 Sep 2007; Jurek Bartuszek <jurek@g.o> +monodoc-1.2.5.ebuild:
33 + Version bump
34
35 24 Aug 2007; Tobias Scherbaum <dertobi123@g.o>
36 monodoc-1.2.4.ebuild:
37
38
39
40 1.1 dev-util/monodoc/monodoc-1.2.5.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/monodoc/monodoc-1.2.5.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/monodoc/monodoc-1.2.5.ebuild?rev=1.1&content-type=text/plain
44
45 Index: monodoc-1.2.5.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-util/monodoc/monodoc-1.2.5.ebuild,v 1.1 2007/09/10 19:48:18 jurek Exp $
50
51 inherit mono multilib
52
53 DESCRIPTION="Documentation for mono's .Net class library"
54 HOMEPAGE="http://www.go-mono.com"
55 SRC_URI="http://www.go-mono.com/sources/${PN}/${P}.zip"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
60 IUSE="X"
61
62 RDEPEND=">=dev-lang/mono-1.1
63 www-client/lynx"
64 DEPEND="${RDEPEND}
65 app-arch/unzip"
66 PDEPEND="X? ( >=dev-util/mono-tools-1.1.17 )"
67
68 RESTRICT="test"
69
70 # Parallel build unfriendly
71 MAKEOPTS="${MAKEOPTS} -j1"
72
73 src_unpack() {
74 unpack ${A}
75 cd ${S}
76
77 # Install all our .dlls under $(libdir), not $(prefix)/lib
78 if [ $(get_libdir) != "lib" ] ; then
79 sed -i -e 's:$(prefix)/lib:$(libdir):' \
80 ${S}/engine/Makefile.am \
81 || die "sed failed"
82
83 sed -i -e 's:libdir=@prefix@/lib:libdir=@libdir@:' \
84 -i -e 's:${prefix}/lib:${libdir}:' \
85 ${S}/monodoc.pc.in \
86 || die "sed failed"
87
88 aclocal || die "aclocal failed"
89 automake || die "automake failed"
90 fi
91 }
92
93 src_install() {
94 make DESTDIR="${D}" install || die
95 }
96
97
98
99 --
100 gentoo-commits@g.o mailing list