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-r1.ebuild
Date: Mon, 19 Jan 2009 23:10:08
Message-Id: E1LP3Fq-0004cm-Kk@stork.gentoo.org
1 mr_bones_ 09/01/19 23:10:02
2
3 Modified: mono-2.2-r1.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-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono/mono-2.2-r1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono/mono-2.2-r1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono/mono-2.2-r1.ebuild?r1=1.1&r2=1.2
14
15 Index: mono-2.2-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-2.2-r1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- mono-2.2-r1.ebuild 19 Jan 2009 21:30:19 -0000 1.1
22 +++ mono-2.2-r1.ebuild 19 Jan 2009 23:10:02 -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-r1.ebuild,v 1.1 2009/01/19 21:30:19 loki_val Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-2.2-r1.ebuild,v 1.2 2009/01/19 23:10:02 mr_bones_ Exp $
28
29 EAPI=2
30
31 @@ -45,7 +45,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 @@ -54,7 +53,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 @@ -117,7 +115,6 @@
48 #pkg_postrm
49 #pkg_postinst
50
51 -
52 pkg_postrm() {
53 if [[ "$(readlink "${ROOT}"/${NUNIT_DIR})" == *"mono-nunit" ]]
54 then
55 @@ -161,7 +158,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.