diff options
author | Peter Alfredsen <loki_val@gentoo.org> | 2009-05-05 11:44:07 +0000 |
---|---|---|
committer | Peter Alfredsen <loki_val@gentoo.org> | 2009-05-05 11:44:07 +0000 |
commit | 435ee2b488db220333d83401783bf42389d279d3 (patch) | |
tree | d4fd0ab804947b4550e5c54c316a3032c029786e /dev-lang | |
parent | Add live ebuilds for trunk and >=2.0 branches (diff) | |
download | gentoo-2-435ee2b488db220333d83401783bf42389d279d3.tar.gz gentoo-2-435ee2b488db220333d83401783bf42389d279d3.tar.bz2 gentoo-2-435ee2b488db220333d83401783bf42389d279d3.zip |
Add live ebuilds for trunk and >=2.0 branches
(Portage version: 2.2_rc28/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang')
-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" |