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-lang/mono-basic: ChangeLog mono-basic-1.9.ebuild
Date: Sat, 31 May 2008 22:25:21
Message-Id: E1K2ZVj-0006Ay-Dx@stork.gentoo.org
1 jurek 08/05/31 22:25:15
2
3 Modified: ChangeLog
4 Added: mono-basic-1.9.ebuild
5 Log:
6 dev-lang/mono-basic: version bump
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.9 dev-lang/mono-basic/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono-basic/ChangeLog?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono-basic/ChangeLog?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono-basic/ChangeLog?r1=1.8&r2=1.9
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/mono-basic/ChangeLog,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- ChangeLog 14 Dec 2007 20:05:36 -0000 1.8
23 +++ ChangeLog 31 May 2008 22:25:14 -0000 1.9
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-lang/mono-basic
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono-basic/ChangeLog,v 1.8 2007/12/14 20:05:36 jurek Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono-basic/ChangeLog,v 1.9 2008/05/31 22:25:14 jurek Exp $
30 +
31 +*mono-basic-1.9 (31 May 2008)
32 +
33 + 31 May 2008; Jurek Bartuszek <jurek@g.o> +mono-basic-1.9.ebuild:
34 + Version bump
35
36 *mono-basic-1.2.6 (14 Dec 2007)
37
38
39
40
41 1.1 dev-lang/mono-basic/mono-basic-1.9.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono-basic/mono-basic-1.9.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono-basic/mono-basic-1.9.ebuild?rev=1.1&content-type=text/plain
45
46 Index: mono-basic-1.9.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-lang/mono-basic/mono-basic-1.9.ebuild,v 1.1 2008/05/31 22:25:14 jurek Exp $
51
52 inherit mono multilib
53
54 DESCRIPTION="Visual Basic .NET Runtime and Class Libraries"
55 HOMEPAGE="http://www.go-mono.com"
56 SRC_URI="http://go-mono.com/sources/${PN}/${P}.tar.bz2"
57
58 LICENSE="|| ( GPL-2 LGPL-2 X11 )"
59 SLOT="0"
60 KEYWORDS="~amd64 ~x86"
61 IUSE=""
62
63 RDEPEND="=dev-lang/mono-${PV}*"
64 DEPEND="${RDEPEND}"
65
66 RESTRICT="test"
67
68 src_unpack() {
69 unpack ${A}
70 cd "${S}"
71
72 sed -i -e "s|\(mono_libdir=\${exec_prefix}\)/lib|\1/$(get_libdir)|" \
73 configure || die "sed failed"
74 }
75
76 src_compile() {
77 econf || die "configure failed"
78 emake || die "make failed"
79 }
80
81 src_install() {
82 emake DESTDIR="${D}" install || die "install failed"
83 }
84
85
86
87 --
88 gentoo-commits@l.g.o mailing list