diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-01-20 22:44:06 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-01-20 22:44:06 +0000 |
commit | 8a554e2ddcc5a2efc6565c145761883db80bc831 (patch) | |
tree | da3f62a63ff8f9060e0f4758ae8083b8d8153d5c /dev-lang/mono | |
parent | keyword ~x86-fbsd (diff) | |
download | gentoo-2-8a554e2ddcc5a2efc6565c145761883db80bc831.tar.gz gentoo-2-8a554e2ddcc5a2efc6565c145761883db80bc831.tar.bz2 gentoo-2-8a554e2ddcc5a2efc6565c145761883db80bc831.zip |
whitespace
(Portage version: 2.1.6.4/cvs/Linux 2.6.27.8 i686)
Diffstat (limited to 'dev-lang/mono')
-rw-r--r-- | dev-lang/mono/mono-2.2-r2.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/dev-lang/mono/mono-2.2-r2.ebuild b/dev-lang/mono/mono-2.2-r2.ebuild index 86bbced8c9e4..58d0d2f9b936 100644 --- a/dev-lang/mono/mono-2.2-r2.ebuild +++ b/dev-lang/mono/mono-2.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $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 $ +# $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 $ EAPI=2 @@ -47,7 +47,6 @@ pkg_setup() { NUNIT_DIR="/usr/$(get_libdir)/mono/nunit" } - src_prepare() { sed -e "s:@MONOLIBDIR@:$(get_libdir):" \ < "${FILESDIR}"/mono-2.2-libdir126.patch \ @@ -56,7 +55,6 @@ src_prepare() { go-mono_src_prepare } - src_configure() { # mono's build system is finiky, strip the flags strip-flags @@ -122,7 +120,6 @@ src_install() { #pkg_postrm #pkg_postinst - pkg_postrm() { if [[ "$(readlink "${ROOT}"/${NUNIT_DIR})" == *"mono-nunit" ]] then @@ -166,7 +163,6 @@ pkg_postinst() { fi } - # NOTICE: THE COPYRIGHT FILES IN THE TARBALL ARE UNCLEAR! # WHENEVER YOU THINK SOMETHING IS GPL-2+, IT'S ONLY GPL-2 # UNLESS MIGUEL DE ICAZA HIMSELF SAYS OTHERWISE. |