diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-01-19 00:26:46 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-01-19 00:26:46 +0000 |
commit | 19aef8f1c12e96346fb08992c38663f997f8b0e6 (patch) | |
tree | 62e91c5a52f83d1ef5ba88276ad0a0b1c6aad23b /dev-lang/mono | |
parent | whitespace (diff) | |
download | gentoo-2-19aef8f1c12e96346fb08992c38663f997f8b0e6.tar.gz gentoo-2-19aef8f1c12e96346fb08992c38663f997f8b0e6.tar.bz2 gentoo-2-19aef8f1c12e96346fb08992c38663f997f8b0e6.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.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/dev-lang/mono/mono-2.2.ebuild b/dev-lang/mono/mono-2.2.ebuild index 47255e75c91a..cc11e180ad8f 100644 --- a/dev-lang/mono/mono-2.2.ebuild +++ b/dev-lang/mono/mono-2.2.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.ebuild,v 1.1 2009/01/18 17:45:22 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-2.2.ebuild,v 1.2 2009/01/19 00:26:46 mr_bones_ Exp $ EAPI=2 @@ -46,7 +46,6 @@ src_prepare() { go-mono_src_prepare } - src_configure() { # mono's build system is finiky, strip the flags strip-flags @@ -103,8 +102,6 @@ src_install() { dosym nunit-console "${nunit_dir}"/nunit-console2 } - - # 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. |