diff options
author | Peter Johanson <latexer@gentoo.org> | 2005-07-06 15:25:00 +0000 |
---|---|---|
committer | Peter Johanson <latexer@gentoo.org> | 2005-07-06 15:25:00 +0000 |
commit | 2ea79e48ba455f01b803c55c78dd69c918f31497 (patch) | |
tree | d4c1a83253fbbeb929a41ecb321543fb69c46a32 | |
parent | Remove non-existand files from dodoc thanks to Geaaru <geaaru@gmail.com> in b... (diff) | |
download | gentoo-2-2ea79e48ba455f01b803c55c78dd69c918f31497.tar.gz gentoo-2-2ea79e48ba455f01b803c55c78dd69c918f31497.tar.bz2 gentoo-2-2ea79e48ba455f01b803c55c78dd69c918f31497.zip |
Bump.
(Portage version: 2.0.51.22-r1)
-rw-r--r-- | dev-lang/mono/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/mono/Manifest | 2 | ||||
-rw-r--r-- | dev-lang/mono/files/digest-mono-1.1.8.2 | 1 | ||||
-rw-r--r-- | dev-lang/mono/mono-1.1.8.2.ebuild | 90 |
4 files changed, 99 insertions, 1 deletions
diff --git a/dev-lang/mono/ChangeLog b/dev-lang/mono/ChangeLog index 4adc01108d36..a9c065084a27 100644 --- a/dev-lang/mono/ChangeLog +++ b/dev-lang/mono/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-lang/mono # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.53 2005/06/21 13:33:20 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.54 2005/07/06 15:25:00 latexer Exp $ + +*mono-1.1.8.2 (06 Jul 2005) + + 06 Jul 2005; Peter Johanson <latexer@gentoo.org> +mono-1.1.8.2.ebuild: + Bump. *mono-1.1.8.1 (21 Jun 2005) diff --git a/dev-lang/mono/Manifest b/dev-lang/mono/Manifest index fdccd97c4c63..4e8e8c0bac07 100644 --- a/dev-lang/mono/Manifest +++ b/dev-lang/mono/Manifest @@ -1,4 +1,5 @@ MD5 8e59d5b6c649183651ad6c26f05ff46e mono-1.1.6-r1.ebuild 2378 +MD5 bee0ab0027a903bd17143fd0a35dff9f mono-1.1.8.2.ebuild 2264 MD5 10c58186e6ce0ab643d16c883f2071ff mono-1.0.5-r5.ebuild 3718 MD5 b9e80f65b4235c829ff1d67b5b1740f8 mono-1.0.6.ebuild 3693 MD5 bee0ab0027a903bd17143fd0a35dff9f mono-1.1.8.1.ebuild 2264 @@ -11,6 +12,7 @@ MD5 e8acd8bc997d82f676be5cf2057d3d25 files/dotnet.conf 570 MD5 6e11372f48bd32e76012be8aae54e594 files/dotnet.init 1031 MD5 d7752110175a6157ea42e6528c791fbb files/mono-1.1.5-pathfix.diff 648 MD5 c6035d1153d210b3f27ab455ed98b791 files/digest-mono-1.0.6 127 +MD5 7cad5ac76f2c9689088fd902140ac0e0 files/digest-mono-1.1.8.2 66 MD5 a2335e2cc129b74366a752d90d30ef05 files/digest-mono-1.1.6 64 MD5 ca0f98ff16ba20d2ff9af83580ad0db8 files/mono-1.1.5-r42108.diff 496 MD5 9e2e1b58a310e4236f757e683b71c879 files/digest-mono-1.0.5-r5 127 diff --git a/dev-lang/mono/files/digest-mono-1.1.8.2 b/dev-lang/mono/files/digest-mono-1.1.8.2 new file mode 100644 index 000000000000..0ae30ba4c03f --- /dev/null +++ b/dev-lang/mono/files/digest-mono-1.1.8.2 @@ -0,0 +1 @@ +MD5 beb2acae266ba6f4e74a7a6acd13370c mono-1.1.8.2.tar.gz 15344768 diff --git a/dev-lang/mono/mono-1.1.8.2.ebuild b/dev-lang/mono/mono-1.1.8.2.ebuild new file mode 100644 index 000000000000..21bc536d2305 --- /dev/null +++ b/dev-lang/mono/mono-1.1.8.2.ebuild @@ -0,0 +1,90 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.1.8.2.ebuild,v 1.1 2005/07/06 15:25:00 latexer Exp $ + +inherit eutils mono flag-o-matic + +DESCRIPTION="Mono runtime and class libraries, a C# compiler/interpreter" +HOMEPAGE="http://www.go-mono.com/" +SRC_URI="http://www.go-mono.com/sources/mono-${PV:0:3}/${P}.tar.gz" + +LICENSE="|| ( GPL-2 LGPL-2 X11)" +SLOT="0" +KEYWORDS="~x86 ~ppc ~amd64" +IUSE="nptl icu X" + +DEPEND="virtual/libc + >=dev-libs/glib-2.0 + !<dev-dotnet/pnet-0.6.12 + nptl? ( >=sys-devel/gcc-3.3.5-r1 ) + icu? ( >=dev-libs/icu-2.6.2 ) + ppc? ( + >=sys-devel/gcc-3.2.3-r4 + >=sys-libs/glibc-2.3.3_pre20040420 + )" + +RDEPEND="${DEPEND} + X? ( >=dev-dotnet/libgdiplus-1.1.4 ) + dev-util/pkgconfig + dev-libs/libxml2" + +src_unpack() { + unpack ${A} + cd ${S} + + # Fix munging of Unix paths + epatch ${FILESDIR}/${PN}-1.1.5-pathfix.diff || die + + # Fix for linking to ICU + epatch ${FILESDIR}/${PN}-1.1.5-icu-linking.diff || die + + # Fix MONO_CFG_DIR for signing + sed -i \ + "s:^\t\(MONO_PATH.*)\):\tMONO_CFG_DIR='${D}/etc/' \1:" \ + ${S}/mcs/build/library.make || die + + # Install all our .dlls under $(libdir), not $(prefix)/lib + sed -i -e 's:$(prefix)/lib:$(libdir):' \ + -e 's:$(exec_prefix)/lib:$(libdir):' \ + -e "s:'mono_libdir=\${exec_prefix}/lib':\"mono_libdir=\$libdir\":" \ + ${S}/{scripts,mono/metadata}/Makefile.am ${S}/configure.in || die + + libtoolize --copy --force || die "libtoolize failed" + aclocal || die "aclocal failed" + autoconf || die "autoconf failed" + automake || die "automake failed" +} + +src_compile() { + strip-flags + local myconf="--with-preview=yes" + + # Force __thread on amd64. See bug #83770 + if use amd64 + then + myconf="${myconf} --with-tls=__thread" + else + if use nptl + then + myconf="${myconf} --with-tls=__thread" + else + myconf="${myconf} --with-tls=pthread" + fi + fi + + econf ${myconf} $(use_with icu) || die + emake -j1 || die "MONO compilation failure" +} + +src_install() { + make DESTDIR=${D} install || die + + # Fix incorrect path to makecert EXE file + sed -i "s:makecert.exe:MakeCert.exe:" ${D}/usr/bin/makecert || die + + dodoc AUTHORS ChangeLog NEWS README + docinto docs + dodoc docs/* + docinto libgc + dodoc libgc/ChangeLog +} |