diff options
author | Peter Alfredsen <loki_val@gentoo.org> | 2008-11-19 22:46:49 +0000 |
---|---|---|
committer | Peter Alfredsen <loki_val@gentoo.org> | 2008-11-19 22:46:49 +0000 |
commit | 3b016423f3d83b953cbe1a8a1c2f86d99b3e2838 (patch) | |
tree | 3a58aa79b27cc871b701841401c18073479add98 /dev-lang | |
parent | ati-drivers now support xorg 1.5 (diff) | |
download | gentoo-2-3b016423f3d83b953cbe1a8a1c2f86d99b3e2838.tar.gz gentoo-2-3b016423f3d83b953cbe1a8a1c2f86d99b3e2838.tar.bz2 gentoo-2-3b016423f3d83b953cbe1a8a1c2f86d99b3e2838.zip |
Bump for mono-2, remove crufty slag.
(Portage version: 2.2_rc14/cvs/Linux 2.6.28-rc4 x86_64)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/mono-basic/ChangeLog | 9 | ||||
-rw-r--r-- | dev-lang/mono-basic/mono-basic-1.2.3.ebuild | 34 | ||||
-rw-r--r-- | dev-lang/mono-basic/mono-basic-1.2.4.ebuild | 8 | ||||
-rw-r--r-- | dev-lang/mono-basic/mono-basic-2.0.ebuild (renamed from dev-lang/mono-basic/mono-basic-1.2.5.ebuild) | 8 |
4 files changed, 16 insertions, 43 deletions
diff --git a/dev-lang/mono-basic/ChangeLog b/dev-lang/mono-basic/ChangeLog index 412a52d448b6..8d737ae5b4c6 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono-basic/ChangeLog,v 1.9 2008/05/31 22:25:14 jurek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono-basic/ChangeLog,v 1.10 2008/11/19 22:46:49 loki_val Exp $ + +*mono-basic-2.0 (19 Nov 2008) + + 19 Nov 2008; Peter Alfredsen <loki_val@gentoo.org> + -mono-basic-1.2.3.ebuild, -mono-basic-1.2.5.ebuild, + +mono-basic-2.0.ebuild: + Bump for mono-2, remove crufty slag. *mono-basic-1.9 (31 May 2008) diff --git a/dev-lang/mono-basic/mono-basic-1.2.3.ebuild b/dev-lang/mono-basic/mono-basic-1.2.3.ebuild deleted file mode 100644 index 50a030e419d0..000000000000 --- a/dev-lang/mono-basic/mono-basic-1.2.3.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2007 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.2.3.ebuild,v 1.3 2007/06/21 20:28:27 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.gz" - -LICENSE="|| ( GPL-2 LGPL-2 X11 )" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -RDEPEND="=dev-lang/mono-${PV}*" -DEPEND="${RDEPEND}" - -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-1.2.4.ebuild b/dev-lang/mono-basic/mono-basic-1.2.4.ebuild index 28418b62d74f..c8182228bb32 100644 --- a/dev-lang/mono-basic/mono-basic-1.2.4.ebuild +++ b/dev-lang/mono-basic/mono-basic-1.2.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# 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.2.4.ebuild,v 1.4 2007/08/03 10:46:33 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono-basic/mono-basic-1.2.4.ebuild,v 1.5 2008/11/19 22:46:49 loki_val Exp $ inherit mono multilib @@ -13,14 +13,14 @@ SLOT="0" KEYWORDS="~amd64 x86" IUSE="" -RDEPEND="=dev-lang/mono-${PV}*" +RDEPEND="=dev-lang/mono-${PV%.*}*" DEPEND="${RDEPEND}" RESTRICT="test" src_unpack() { unpack ${A} - cd ${S} + cd "${S}" sed -i -e "s|\(mono_libdir=\${exec_prefix}\)/lib|\1/$(get_libdir)|" \ configure || die "sed failed" diff --git a/dev-lang/mono-basic/mono-basic-1.2.5.ebuild b/dev-lang/mono-basic/mono-basic-2.0.ebuild index 98d47bf24315..b1a79b2b5e37 100644 --- a/dev-lang/mono-basic/mono-basic-1.2.5.ebuild +++ b/dev-lang/mono-basic/mono-basic-2.0.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2007 Gentoo Foundation +# 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.2.5.ebuild,v 1.1 2007/09/10 19:26:47 jurek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono-basic/mono-basic-2.0.ebuild,v 1.1 2008/11/19 22:46:49 loki_val 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" +SRC_URI="http://ftp.novell.com/pub/mono/sources/${PN}/${P}.tar.bz2" LICENSE="|| ( GPL-2 LGPL-2 X11 )" SLOT="0" @@ -20,7 +20,7 @@ RESTRICT="test" src_unpack() { unpack ${A} - cd ${S} + cd "${S}" sed -i -e "s|\(mono_libdir=\${exec_prefix}\)/lib|\1/$(get_libdir)|" \ configure || die "sed failed" |