diff options
author | 2006-01-16 03:23:25 +0000 | |
---|---|---|
committer | 2006-01-16 03:23:25 +0000 | |
commit | 8f9375a468179026ddf8d1b1a35dcf51337c6b82 (patch) | |
tree | 7906f522714102594f6dec38b910ff2d038f420b /dev-lang | |
parent | Version bump. Added installation of man page and updated RDEPEND, too. (diff) | |
download | historical-8f9375a468179026ddf8d1b1a35dcf51337c6b82.tar.gz historical-8f9375a468179026ddf8d1b1a35dcf51337c6b82.tar.bz2 historical-8f9375a468179026ddf8d1b1a35dcf51337c6b82.zip |
whitespace
Package-Manager: portage-2.0.53
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/mono/Manifest | 2 | ||||
-rw-r--r-- | dev-lang/mono/mono-1.1.13.1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-lang/mono/Manifest b/dev-lang/mono/Manifest index 708157b4f062..d37de6d08ec7 100644 --- a/dev-lang/mono/Manifest +++ b/dev-lang/mono/Manifest @@ -24,7 +24,7 @@ MD5 76b314cc7b7b79b298dd4889dff8c9cd metadata.xml 159 MD5 fc7abdedade5d11d03f17959e60c6cf5 mono-1.0.5-r5.ebuild 3721 MD5 cf27e5f9209ee4c088ad2715cdda3258 mono-1.1.10.1.ebuild 2363 MD5 b5103848bc2b0204126691b18f9ae149 mono-1.1.12.1-r1.ebuild 2419 -MD5 a3278bcd46d21a92ccced995bccc92fe mono-1.1.13.1.ebuild 2416 +MD5 be2ef39afa235316b7898151974bebe0 mono-1.1.13.1.ebuild 2419 MD5 63755158875a71a81130c2d79e8dc651 mono-1.1.8.3.ebuild 2504 MD5 af2beb3da818da9a43834fc98923bd0b mono-1.1.9.1.ebuild 2288 MD5 ef6db8223d2ea63c7cf8d87b959b20b9 mono-1.1.9.2.ebuild 2005 diff --git a/dev-lang/mono/mono-1.1.13.1.ebuild b/dev-lang/mono/mono-1.1.13.1.ebuild index b9fa78887f00..0b65a12b94b3 100644 --- a/dev-lang/mono/mono-1.1.13.1.ebuild +++ b/dev-lang/mono/mono-1.1.13.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.1.13.1.ebuild,v 1.1 2006/01/15 07:08:22 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.1.13.1.ebuild,v 1.2 2006/01/16 03:23:25 mr_bones_ Exp $ inherit eutils mono flag-o-matic multilib @@ -8,7 +8,7 @@ DESCRIPTION="Mono runtime and class libraries, a C# compiler/interpreter" HOMEPAGE="http://www.go-mono.com/" SRC_URI="http://www.go-mono.com/sources/mono-${PV:0:3}/${P}.tar.gz" -LICENSE="|| ( GPL-2 LGPL-2 X11)" +LICENSE="|| ( GPL-2 LGPL-2 X11 )" SLOT="0" KEYWORDS="~x86 ~ppc ~amd64" IUSE="nptl X" |