diff options
author | Peter Alfredsen <loki_val@gentoo.org> | 2009-01-18 17:45:44 +0000 |
---|---|---|
committer | Peter Alfredsen <loki_val@gentoo.org> | 2009-01-18 17:45:44 +0000 |
commit | b897718e796dce0b05aa68ea556b38f2994d26cb (patch) | |
tree | da20cc2eb322d1252e4e147229cb8e1a55377755 /dev-lang | |
parent | Bump to 2.2, bug 254929 (diff) | |
download | gentoo-2-b897718e796dce0b05aa68ea556b38f2994d26cb.tar.gz gentoo-2-b897718e796dce0b05aa68ea556b38f2994d26cb.tar.bz2 gentoo-2-b897718e796dce0b05aa68ea556b38f2994d26cb.zip |
Bump to 2.2, bug 254929
(Portage version: 2.2_rc22/cvs/Linux 2.6.28 x86_64)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/mono-basic/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lang/mono-basic/mono-basic-1.9.ebuild | 36 | ||||
-rw-r--r-- | dev-lang/mono-basic/mono-basic-2.2.ebuild | 17 |
3 files changed, 24 insertions, 37 deletions
diff --git a/dev-lang/mono-basic/ChangeLog b/dev-lang/mono-basic/ChangeLog index 12e0a97a64e7..d806d06dc6d7 100644 --- a/dev-lang/mono-basic/ChangeLog +++ b/dev-lang/mono-basic/ChangeLog @@ -1,6 +1,12 @@ # 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.12 2009/01/15 22:56:17 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono-basic/ChangeLog,v 1.13 2009/01/18 17:45:44 loki_val Exp $ + +*mono-basic-2.2 (18 Jan 2009) + + 18 Jan 2009; Peter Alfredsen <loki_val@gentoo.org> -mono-basic-1.9.ebuild, + +mono-basic-2.2.ebuild: + Bump to 2.2, bug 254929. 15 Jan 2009; Peter Alfredsen <loki_val@gentoo.org> metadata.xml: Compnerd retired. diff --git a/dev-lang/mono-basic/mono-basic-1.9.ebuild b/dev-lang/mono-basic/mono-basic-1.9.ebuild deleted file mode 100644 index 6cf26df61918..000000000000 --- a/dev-lang/mono-basic/mono-basic-1.9.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono-basic/mono-basic-1.9.ebuild,v 1.1 2008/05/31 22:25:14 jurek Exp $ - -inherit mono multilib - -DESCRIPTION="Visual Basic .NET Runtime and Class Libraries" -HOMEPAGE="http://www.go-mono.com" -SRC_URI="http://go-mono.com/sources/${PN}/${P}.tar.bz2" - -LICENSE="|| ( GPL-2 LGPL-2 X11 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="=dev-lang/mono-${PV}*" -DEPEND="${RDEPEND}" - -RESTRICT="test" - -src_unpack() { - unpack ${A} - cd "${S}" - - sed -i -e "s|\(mono_libdir=\${exec_prefix}\)/lib|\1/$(get_libdir)|" \ - configure || die "sed failed" -} - -src_compile() { - econf || die "configure failed" - emake || die "make failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "install failed" -} diff --git a/dev-lang/mono-basic/mono-basic-2.2.ebuild b/dev-lang/mono-basic/mono-basic-2.2.ebuild new file mode 100644 index 000000000000..0e311a919914 --- /dev/null +++ b/dev-lang/mono-basic/mono-basic-2.2.ebuild @@ -0,0 +1,17 @@ +# 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.ebuild,v 1.1 2009/01/18 17:45:44 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" +IUSE="" + +RESTRICT="test" |