diff options
author | Pacho Ramos <pacho@gentoo.org> | 2011-02-27 13:07:20 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2011-02-27 13:07:20 +0000 |
commit | 186281eaa8741c509fb4c66820036f2096439086 (patch) | |
tree | dce20e214b86f514d304e7613872f085d735512d /dev-lang/mono-basic | |
parent | Version bump to 2.10, build against system boehm (bug #252547 by Diego Elio P... (diff) | |
download | gentoo-2-186281eaa8741c509fb4c66820036f2096439086.tar.gz gentoo-2-186281eaa8741c509fb4c66820036f2096439086.tar.bz2 gentoo-2-186281eaa8741c509fb4c66820036f2096439086.zip |
Version bump for mono-2.10, remove 9999 as we don't maintain neither support it.
(Portage version: 2.1.9.41/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/mono-basic')
-rw-r--r-- | dev-lang/mono-basic/ChangeLog | 9 | ||||
-rw-r--r-- | dev-lang/mono-basic/mono-basic-2.10.ebuild (renamed from dev-lang/mono-basic/mono-basic-9999.ebuild) | 10 |
2 files changed, 12 insertions, 7 deletions
diff --git a/dev-lang/mono-basic/ChangeLog b/dev-lang/mono-basic/ChangeLog index bb0f7ae2e971..73b5f347ebd8 100644 --- a/dev-lang/mono-basic/ChangeLog +++ b/dev-lang/mono-basic/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-lang/mono-basic # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono-basic/ChangeLog,v 1.34 2011/01/29 17:03:10 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono-basic/ChangeLog,v 1.35 2011/02/27 13:07:20 pacho Exp $ + +*mono-basic-2.10 (27 Feb 2011) + + 27 Feb 2011; Pacho Ramos <pacho@gentoo.org> +mono-basic-2.10.ebuild, + -mono-basic-9999.ebuild: + Version bump for mono-2.10, remove 9999 as we don't maintain neither support + it. 29 Jan 2011; Markos Chandras <hwoarang@gentoo.org> mono-basic-2.8.ebuild: Stable on amd64 wrt bug #352808 diff --git a/dev-lang/mono-basic/mono-basic-9999.ebuild b/dev-lang/mono-basic/mono-basic-2.10.ebuild index 1bb8b3f57383..7249e9b95857 100644 --- a/dev-lang/mono-basic/mono-basic-9999.ebuild +++ b/dev-lang/mono-basic/mono-basic-2.10.ebuild @@ -1,19 +1,17 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono-basic/mono-basic-9999.ebuild,v 1.2 2009/06/09 21:18:50 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono-basic/mono-basic-2.10.ebuild,v 1.1 2011/02/27 13:07:20 pacho Exp $ EAPI=2 inherit go-mono mono multilib DESCRIPTION="Visual Basic .NET Runtime and Class Libraries" -HOMEPAGE="http://www.go-mono.com" +HOMEPAGE="http://www.mono-project.com/VisualBasic.NET_support" LICENSE="LGPL-2 MIT" SLOT="0" -KEYWORDS="" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="" RESTRICT="test" - -EAUTOBOOTSTRAP="no" |