diff options
author | Peter Johanson <latexer@gentoo.org> | 2005-12-22 09:08:18 +0000 |
---|---|---|
committer | Peter Johanson <latexer@gentoo.org> | 2005-12-22 09:08:18 +0000 |
commit | 105773220fe7a37c3b8749cee1614b7bbd81e590 (patch) | |
tree | e0cd02bd6792206170cf2dbe36eebd7d28cf4d6a /dev-lang/mono | |
parent | Fix for bug #115710 and bump for new release. (diff) | |
download | historical-105773220fe7a37c3b8749cee1614b7bbd81e590.tar.gz historical-105773220fe7a37c3b8749cee1614b7bbd81e590.tar.bz2 historical-105773220fe7a37c3b8749cee1614b7bbd81e590.zip |
Bumpity bump.
Package-Manager: portage-2.0.53
Diffstat (limited to 'dev-lang/mono')
-rw-r--r-- | dev-lang/mono/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/mono/Manifest | 4 | ||||
-rw-r--r-- | dev-lang/mono/files/digest-mono-1.1.12 | 1 | ||||
-rw-r--r-- | dev-lang/mono/mono-1.1.12.ebuild | 92 |
4 files changed, 102 insertions, 2 deletions
diff --git a/dev-lang/mono/ChangeLog b/dev-lang/mono/ChangeLog index 98e6b9122a68..a2dc399a00b4 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.68 2005/12/15 01:28:02 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.69 2005/12/22 09:08:18 latexer Exp $ + +*mono-1.1.12 (22 Dec 2005) + + 22 Dec 2005; Peter Johanson <latexer@gentoo.org> +mono-1.1.12.ebuild: + Bumpity bump. *mono-1.1.10.1 (15 Dec 2005) diff --git a/dev-lang/mono/Manifest b/dev-lang/mono/Manifest index 8097fe299f8d..cd35af11518d 100644 --- a/dev-lang/mono/Manifest +++ b/dev-lang/mono/Manifest @@ -1,7 +1,8 @@ -MD5 227ecfbce7bb9fd2f67b8ba2e40b9b1c ChangeLog 19767 +MD5 e67e6c8338b1630c44bfde870157f139 ChangeLog 19884 MD5 9e2e1b58a310e4236f757e683b71c879 files/digest-mono-1.0.5-r5 127 MD5 2a5c0159da180abfb3dcac3e38641a79 files/digest-mono-1.1.10 65 MD5 cee2ab54b372ee55eff64d4c080e5247 files/digest-mono-1.1.10.1 67 +MD5 66ce006db1d0ddbfe1c37646b944d0ad files/digest-mono-1.1.12 65 MD5 e57f70fb8569f040ed1b4669c3e07652 files/digest-mono-1.1.8.3 66 MD5 c15043c4c7276f0e4f9edac5d2da1a27 files/digest-mono-1.1.9.1 66 MD5 2fd6267a26c5f5a6432f93b7a1105d8e files/digest-mono-1.1.9.2 66 @@ -21,6 +22,7 @@ MD5 76b314cc7b7b79b298dd4889dff8c9cd metadata.xml 159 MD5 10c58186e6ce0ab643d16c883f2071ff mono-1.0.5-r5.ebuild 3718 MD5 fc8581024e1e8b43d322ee4f0c8c9460 mono-1.1.10.1.ebuild 2360 MD5 7c228ddae84f1b83e790aeba4587f970 mono-1.1.10.ebuild 2355 +MD5 0fc8cfc5b690a877564bba368b9bd400 mono-1.1.12.ebuild 2358 MD5 5415fa75de6e201ae1a0e12c17498709 mono-1.1.8.3.ebuild 2501 MD5 9e335202b997822eafad0c2f80137f66 mono-1.1.9.1.ebuild 2285 MD5 8a27590ee5780db41e7f4124b7de58d0 mono-1.1.9.2.ebuild 2000 diff --git a/dev-lang/mono/files/digest-mono-1.1.12 b/dev-lang/mono/files/digest-mono-1.1.12 new file mode 100644 index 000000000000..eeb86db94a87 --- /dev/null +++ b/dev-lang/mono/files/digest-mono-1.1.12 @@ -0,0 +1 @@ +MD5 9015dedfe5982285797b3ddab0ebd9b4 mono-1.1.12.tar.gz 17808263 diff --git a/dev-lang/mono/mono-1.1.12.ebuild b/dev-lang/mono/mono-1.1.12.ebuild new file mode 100644 index 000000000000..2657ffd653a0 --- /dev/null +++ b/dev-lang/mono/mono-1.1.12.ebuild @@ -0,0 +1,92 @@ +# 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.12.ebuild,v 1.1 2005/12/22 09:08:18 latexer Exp $ + +inherit eutils mono flag-o-matic multilib + +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 X" + +DEPEND="virtual/libc + >=dev-libs/glib-2.0 + sys-devel/bc + !<dev-dotnet/pnet-0.6.12 + nptl? ( >=sys-devel/gcc-3.3.5-r1 ) + ppc? ( + >=sys-devel/gcc-3.2.3-r4 + >=sys-libs/glibc-2.3.3_pre20040420 + )" + +RDEPEND="${DEPEND} + X? ( >=dev-dotnet/libgdiplus-1.1.11 ) + 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 + + # Install all our .dlls under $(libdir), not $(prefix)/lib + if [ $(get_libdir) != "lib" ] ; then + 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,mono/os/unix}/Makefile.am \ + ${S}/configure.in || die "sed failed" + sed -i -e 's:^libdir.*:libdir=@libdir@:' \ + ${S}/{scripts,}/*.pc.in || die "sed failed" + fi + + 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} || die + emake -j1 || die "MONO compilation failure" +} + +src_install() { + make DESTDIR=${D} install || die + + dodoc AUTHORS ChangeLog NEWS README + docinto docs + dodoc docs/* + docinto libgc + dodoc libgc/ChangeLog +} + +pkg_postinst() { + ewarn "This version of mono has changed the assembly version for" + ewarn "ICSharpCode.SharpZipLib, which may break some installed" + ewarn "applications such as monodoc. Please re-emerge monodoc and any" + ewarn "other packages you have which may make use of this library." +} |