Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/mono: mono-2.2-r2.ebuild
Date: Tue, 20 Jan 2009 22:44:10
Message-Id: E1LPPKI-0006YT-N3@stork.gentoo.org
1 mr_bones_ 09/01/20 22:44:06
2
3 Modified: mono-2.2-r2.ebuild
4 Log:
5 whitespace
6 (Portage version: 2.1.6.4/cvs/Linux 2.6.27.8 i686)
7
8 Revision Changes Path
9 1.2 dev-lang/mono/mono-2.2-r2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono/mono-2.2-r2.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono/mono-2.2-r2.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono/mono-2.2-r2.ebuild?r1=1.1&r2=1.2
14
15 Index: mono-2.2-r2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-2.2-r2.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- mono-2.2-r2.ebuild 20 Jan 2009 13:51:44 -0000 1.1
22 +++ mono-2.2-r2.ebuild 20 Jan 2009 22:44:06 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-2.2-r2.ebuild,v 1.1 2009/01/20 13:51:44 loki_val Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-2.2-r2.ebuild,v 1.2 2009/01/20 22:44:06 mr_bones_ Exp $
28
29 EAPI=2
30
31 @@ -47,7 +47,6 @@
32 NUNIT_DIR="/usr/$(get_libdir)/mono/nunit"
33 }
34
35 -
36 src_prepare() {
37 sed -e "s:@MONOLIBDIR@:$(get_libdir):" \
38 < "${FILESDIR}"/mono-2.2-libdir126.patch \
39 @@ -56,7 +55,6 @@
40 go-mono_src_prepare
41 }
42
43 -
44 src_configure() {
45 # mono's build system is finiky, strip the flags
46 strip-flags
47 @@ -122,7 +120,6 @@
48 #pkg_postrm
49 #pkg_postinst
50
51 -
52 pkg_postrm() {
53 if [[ "$(readlink "${ROOT}"/${NUNIT_DIR})" == *"mono-nunit" ]]
54 then
55 @@ -166,7 +163,6 @@
56 fi
57 }
58
59 -
60 # NOTICE: THE COPYRIGHT FILES IN THE TARBALL ARE UNCLEAR!
61 # WHENEVER YOU THINK SOMETHING IS GPL-2+, IT'S ONLY GPL-2
62 # UNLESS MIGUEL DE ICAZA HIMSELF SAYS OTHERWISE.