diff options
-rw-r--r-- | dev-lang/mono-basic/ChangeLog | 12 | ||||
-rw-r--r-- | dev-lang/mono-basic/mono-basic-2.0.9999.ebuild | 19 | ||||
-rw-r--r-- | dev-lang/mono-basic/mono-basic-2.2.9999.ebuild | 19 | ||||
-rw-r--r-- | dev-lang/mono-basic/mono-basic-2.4.9999.ebuild | 19 | ||||
-rw-r--r-- | dev-lang/mono-basic/mono-basic-9999.ebuild | 19 |
5 files changed, 87 insertions, 1 deletions
diff --git a/dev-lang/mono-basic/ChangeLog b/dev-lang/mono-basic/ChangeLog index bef46efadae0..910e38808417 100644 --- a/dev-lang/mono-basic/ChangeLog +++ b/dev-lang/mono-basic/ChangeLog @@ -1,6 +1,16 @@ # ChangeLog for dev-lang/mono-basic # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono-basic/ChangeLog,v 1.14 2009/03/30 22:02:02 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono-basic/ChangeLog,v 1.15 2009/05/05 11:44:06 loki_val Exp $ + +*mono-basic-9999 (05 May 2009) +*mono-basic-2.4.9999 (05 May 2009) +*mono-basic-2.2.9999 (05 May 2009) +*mono-basic-2.0.9999 (05 May 2009) + + 05 May 2009; Peter Alfredsen <loki_val@gentoo.org> + +mono-basic-2.0.9999.ebuild, +mono-basic-2.2.9999.ebuild, + +mono-basic-2.4.9999.ebuild, +mono-basic-9999.ebuild: + Add live ebuilds for trunk and >=2.0 branches *mono-basic-2.4 (30 Mar 2009) diff --git a/dev-lang/mono-basic/mono-basic-2.0.9999.ebuild b/dev-lang/mono-basic/mono-basic-2.0.9999.ebuild new file mode 100644 index 000000000000..bf2af5073249 --- /dev/null +++ b/dev-lang/mono-basic/mono-basic-2.0.9999.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono-basic/mono-basic-2.0.9999.ebuild,v 1.1 2009/05/05 11:44:07 loki_val Exp $ + +EAPI=2 + +inherit go-mono mono multilib + +DESCRIPTION="Visual Basic .NET Runtime and Class Libraries" +HOMEPAGE="http://www.go-mono.com" + +LICENSE="LGPL-2 MIT" +SLOT="0" +KEYWORDS="~x86 ~amd64 ~ppc" +IUSE="" + +RESTRICT="test" + +EAUTOBOOTSTRAP="no" diff --git a/dev-lang/mono-basic/mono-basic-2.2.9999.ebuild b/dev-lang/mono-basic/mono-basic-2.2.9999.ebuild new file mode 100644 index 000000000000..677130f5ae44 --- /dev/null +++ b/dev-lang/mono-basic/mono-basic-2.2.9999.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono-basic/mono-basic-2.2.9999.ebuild,v 1.1 2009/05/05 11:44:07 loki_val Exp $ + +EAPI=2 + +inherit go-mono mono multilib + +DESCRIPTION="Visual Basic .NET Runtime and Class Libraries" +HOMEPAGE="http://www.go-mono.com" + +LICENSE="LGPL-2 MIT" +SLOT="0" +KEYWORDS="~x86 ~amd64 ~ppc" +IUSE="" + +RESTRICT="test" + +EAUTOBOOTSTRAP="no" diff --git a/dev-lang/mono-basic/mono-basic-2.4.9999.ebuild b/dev-lang/mono-basic/mono-basic-2.4.9999.ebuild new file mode 100644 index 000000000000..5164cff8a8a9 --- /dev/null +++ b/dev-lang/mono-basic/mono-basic-2.4.9999.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono-basic/mono-basic-2.4.9999.ebuild,v 1.1 2009/05/05 11:44:07 loki_val Exp $ + +EAPI=2 + +inherit go-mono mono multilib + +DESCRIPTION="Visual Basic .NET Runtime and Class Libraries" +HOMEPAGE="http://www.go-mono.com" + +LICENSE="LGPL-2 MIT" +SLOT="0" +KEYWORDS="~x86 ~amd64 ~ppc" +IUSE="" + +RESTRICT="test" + +EAUTOBOOTSTRAP="no" diff --git a/dev-lang/mono-basic/mono-basic-9999.ebuild b/dev-lang/mono-basic/mono-basic-9999.ebuild new file mode 100644 index 000000000000..4e5a655e61a8 --- /dev/null +++ b/dev-lang/mono-basic/mono-basic-9999.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2009 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.1 2009/05/05 11:44:07 loki_val Exp $ + +EAPI=2 + +inherit go-mono mono multilib + +DESCRIPTION="Visual Basic .NET Runtime and Class Libraries" +HOMEPAGE="http://www.go-mono.com" + +LICENSE="LGPL-2 MIT" +SLOT="0" +KEYWORDS="~x86 ~amd64 ~ppc" +IUSE="" + +RESTRICT="test" + +EAUTOBOOTSTRAP="no" |