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