Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/mono-basic: ChangeLog mono-basic-2.0.ebuild
Date: Sun, 23 Nov 2008 19:57:30
Message-Id: E1L4L5E-0001gF-3T@stork.gentoo.org
1 loki_val 08/11/23 19:57:28
2
3 Modified: ChangeLog mono-basic-2.0.ebuild
4 Log:
5 Kill libdir cruft
6 (Portage version: 2.2_rc14/cvs/Linux 2.6.28-rc4 x86_64)
7
8 Revision Changes Path
9 1.11 dev-lang/mono-basic/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono-basic/ChangeLog?rev=1.11&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono-basic/ChangeLog?rev=1.11&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono-basic/ChangeLog?r1=1.10&r2=1.11
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/mono-basic/ChangeLog,v
18 retrieving revision 1.10
19 retrieving revision 1.11
20 diff -u -r1.10 -r1.11
21 --- ChangeLog 19 Nov 2008 22:46:49 -0000 1.10
22 +++ ChangeLog 23 Nov 2008 19:57:28 -0000 1.11
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-lang/mono-basic
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono-basic/ChangeLog,v 1.10 2008/11/19 22:46:49 loki_val Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono-basic/ChangeLog,v 1.11 2008/11/23 19:57:28 loki_val Exp $
28 +
29 + 23 Nov 2008; Peter Alfredsen <loki_val@g.o> mono-basic-2.0.ebuild:
30 + Kill libdir cruft
31
32 *mono-basic-2.0 (19 Nov 2008)
33
34
35
36
37 1.2 dev-lang/mono-basic/mono-basic-2.0.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono-basic/mono-basic-2.0.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono-basic/mono-basic-2.0.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono-basic/mono-basic-2.0.ebuild?r1=1.1&r2=1.2
42
43 Index: mono-basic-2.0.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-lang/mono-basic/mono-basic-2.0.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- mono-basic-2.0.ebuild 19 Nov 2008 22:46:49 -0000 1.1
50 +++ mono-basic-2.0.ebuild 23 Nov 2008 19:57:28 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono-basic/mono-basic-2.0.ebuild,v 1.1 2008/11/19 22:46:49 loki_val Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono-basic/mono-basic-2.0.ebuild,v 1.2 2008/11/23 19:57:28 loki_val Exp $
56
57 inherit mono multilib
58
59 @@ -18,14 +18,6 @@
60
61 RESTRICT="test"
62
63 -src_unpack() {
64 - unpack ${A}
65 - cd "${S}"
66 -
67 - sed -i -e "s|\(mono_libdir=\${exec_prefix}\)/lib|\1/$(get_libdir)|" \
68 - configure || die "sed failed"
69 -}
70 -
71 src_compile() {
72 econf || die "configure failed"
73 emake || die "make failed"