diff options
author | Peter Johanson <latexer@gentoo.org> | 2005-12-23 06:05:30 +0000 |
---|---|---|
committer | Peter Johanson <latexer@gentoo.org> | 2005-12-23 06:05:30 +0000 |
commit | b6a6ffe23e270fd50927134b5787e852a963504d (patch) | |
tree | 3c95d5ed5fad1c8397ab62063b959b8e44191ec8 /dev-lang/mono | |
parent | Stable on x86; bug #116424 (diff) | |
download | historical-b6a6ffe23e270fd50927134b5787e852a963504d.tar.gz historical-b6a6ffe23e270fd50927134b5787e852a963504d.tar.bz2 historical-b6a6ffe23e270fd50927134b5787e852a963504d.zip |
Small bugfix 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 | 1 | ||||
-rw-r--r-- | dev-lang/mono/mono-1.1.12.1.ebuild | 92 |
4 files changed, 102 insertions, 2 deletions
diff --git a/dev-lang/mono/ChangeLog b/dev-lang/mono/ChangeLog index a2dc399a00b4..d5b3da477147 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.69 2005/12/22 09:08:18 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.70 2005/12/23 06:05:29 latexer Exp $ + +*mono-1.1.12.1 (23 Dec 2005) + + 23 Dec 2005; Peter Johanson <latexer@gentoo.org> +mono-1.1.12.1.ebuild: + Small bugfix bump. *mono-1.1.12 (22 Dec 2005) diff --git a/dev-lang/mono/Manifest b/dev-lang/mono/Manifest index cd35af11518d..1eee65ea9d90 100644 --- a/dev-lang/mono/Manifest +++ b/dev-lang/mono/Manifest @@ -1,8 +1,9 @@ -MD5 e67e6c8338b1630c44bfde870157f139 ChangeLog 19884 +MD5 4f4a31db2f89c66b3fdc6602c987af51 ChangeLog 20010 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 300bfb5036dda76521ebc0f29442f1ac files/digest-mono-1.1.12.1 67 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 @@ -22,6 +23,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 31c61be9e2d025d5a393e2646a92abdd mono-1.1.12.1.ebuild 2360 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 diff --git a/dev-lang/mono/files/digest-mono-1.1.12.1 b/dev-lang/mono/files/digest-mono-1.1.12.1 new file mode 100644 index 000000000000..330e4dbbbf1f --- /dev/null +++ b/dev-lang/mono/files/digest-mono-1.1.12.1 @@ -0,0 +1 @@ +MD5 1afd911a96a0032b5d1c13656a5d0369 mono-1.1.12.1.tar.gz 17899010 diff --git a/dev-lang/mono/mono-1.1.12.1.ebuild b/dev-lang/mono/mono-1.1.12.1.ebuild new file mode 100644 index 000000000000..2fb1237ba884 --- /dev/null +++ b/dev-lang/mono/mono-1.1.12.1.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.1.ebuild,v 1.1 2005/12/23 06:05:29 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." +} |