summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Johanson <latexer@gentoo.org>2005-10-15 21:53:18 +0000
committerPeter Johanson <latexer@gentoo.org>2005-10-15 21:53:18 +0000
commit1224db27b9f653f4e1f24ed4156482c49dad386e (patch)
tree11f31c0dc336d7e864d3220b7967eb52c62b0263 /dev-lang
parentAdded ~sparc keyword. (diff)
downloadhistorical-1224db27b9f653f4e1f24ed4156482c49dad386e.tar.gz
historical-1224db27b9f653f4e1f24ed4156482c49dad386e.tar.bz2
historical-1224db27b9f653f4e1f24ed4156482c49dad386e.zip
Bumpity bump.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/mono/ChangeLog7
-rw-r--r--dev-lang/mono/Manifest6
-rw-r--r--dev-lang/mono/files/digest-mono-1.1.9.21
-rw-r--r--dev-lang/mono/mono-1.1.9.2.ebuild88
-rw-r--r--dev-lang/python/Manifest100
5 files changed, 149 insertions, 53 deletions
diff --git a/dev-lang/mono/ChangeLog b/dev-lang/mono/ChangeLog
index 5db440da5848..2d5bf4f80c7e 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.61 2005/09/28 19:00:16 latexer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.62 2005/10/15 21:53:18 latexer Exp $
+
+*mono-1.1.9.2 (15 Oct 2005)
+
+ 15 Oct 2005; Peter Johanson <latexer@gentoo.org> +mono-1.1.9.2.ebuild:
+ Bumpity bump.
28 Sep 2005; Peter Johanson <latexer@gentoo.org> -mono-1.1.7-r1.ebuild,
-mono-1.1.8.1.ebuild, -mono-1.1.8.2.ebuild, mono-1.1.8.3.ebuild,
diff --git a/dev-lang/mono/Manifest b/dev-lang/mono/Manifest
index 18b728ce0b91..2c7df9d4a083 100644
--- a/dev-lang/mono/Manifest
+++ b/dev-lang/mono/Manifest
@@ -1,13 +1,15 @@
+MD5 9f4b4660a614d162b37d5ed3e9eb33be mono-1.1.9.2.ebuild 2094
+MD5 ca8a1a96fded443b21c01116fc1e8969 mono-1.1.8.3.ebuild 2502
MD5 10c58186e6ce0ab643d16c883f2071ff mono-1.0.5-r5.ebuild 3718
MD5 b9e80f65b4235c829ff1d67b5b1740f8 mono-1.0.6.ebuild 3693
MD5 9e335202b997822eafad0c2f80137f66 mono-1.1.9.1.ebuild 2285
-MD5 d76c7a1a2945bbeb49564b332b6583e7 ChangeLog 19035
+MD5 60e480e5635ae46e9052eba60832f040 ChangeLog 19154
MD5 76b314cc7b7b79b298dd4889dff8c9cd metadata.xml 159
-MD5 ca8a1a96fded443b21c01116fc1e8969 mono-1.1.8.3.ebuild 2502
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 2fd6267a26c5f5a6432f93b7a1105d8e files/digest-mono-1.1.9.2 66
MD5 ca0f98ff16ba20d2ff9af83580ad0db8 files/mono-1.1.5-r42108.diff 496
MD5 9e2e1b58a310e4236f757e683b71c879 files/digest-mono-1.0.5-r5 127
MD5 c15043c4c7276f0e4f9edac5d2da1a27 files/digest-mono-1.1.9.1 66
diff --git a/dev-lang/mono/files/digest-mono-1.1.9.2 b/dev-lang/mono/files/digest-mono-1.1.9.2
new file mode 100644
index 000000000000..45eb54848474
--- /dev/null
+++ b/dev-lang/mono/files/digest-mono-1.1.9.2
@@ -0,0 +1 @@
+MD5 edc4adaa92594a8eea8018bb3701b639 mono-1.1.9.2.tar.gz 16617632
diff --git a/dev-lang/mono/mono-1.1.9.2.ebuild b/dev-lang/mono/mono-1.1.9.2.ebuild
new file mode 100644
index 000000000000..7d03f301df7b
--- /dev/null
+++ b/dev-lang/mono/mono-1.1.9.2.ebuild
@@ -0,0 +1,88 @@
+# 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.9.2.ebuild,v 1.1 2005/10/15 21:53:18 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 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.9.2 )
+ 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
+ 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
+ # Replace O2 flag on amd64. See bug #96719
+ if use amd64
+ then
+ replace-flags -O2 -O1
+ fi
+
+ 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
+
+ # 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
+}
diff --git a/dev-lang/python/Manifest b/dev-lang/python/Manifest
index 715ff0c90f30..f5e0d23d0a12 100644
--- a/dev-lang/python/Manifest
+++ b/dev-lang/python/Manifest
@@ -1,63 +1,63 @@
-MD5 d3d466066c50c42c53e6d8da943c4258 ChangeLog 28966
-MD5 1c5cd53cb89c821a549968bac31df0f1 files/depreorder.py 2235
-MD5 f3f370c8d1382c1a7571cfc1cbb196d9 files/digest-python-2.1.3-r1 62
-MD5 f11f5d528c570ef739ea10806cebfa9f files/digest-python-2.2.3-r6 62
-MD5 c2e3a6ed5d700a7976f5b763cd935599 files/digest-python-2.3.4-r1 66
+MD5 52a4a5cad9aad2a19d470af516ffd651 python-2.4.2.ebuild 8897
+MD5 d49abed8e570e34660b16fae1f8efe82 python-2.3.5-r2.ebuild 8039
+MD5 1df326999058ecec71a274a37ba15514 python-2.4.1.ebuild 8094
+MD5 3dc06bf8e04bd9880be6ee4402234e8b python-2.3.5-r1.ebuild 7924
+MD5 4928085fdd7860dd8104011c9955a7f2 python-2.3.5.ebuild 7799
+MD5 2632d539cd0ab18b40f9510118ed3099 python-2.1.3-r1.ebuild 2299
+MD5 5857a314767fd0ae2243590999fe78b2 python-2.2.3-r6.ebuild 4491
+MD5 21151b5cbaac120cb271bdac9bc95eb8 python-2.3.4-r1.ebuild 7259
+MD5 ad616f0fecea68a16aea3f97e46c9a72 python-2.4-r3.ebuild 7106
+MD5 ca3321a766fd7440a6b5c7284be90a59 python-2.4.1-r1.ebuild 8898
+MD5 4e6c4e5daf81b37e8e38106c1c8046f0 ChangeLog 29053
+MD5 8145ce0144332d6caca98fa5fb648741 metadata.xml 221
+MD5 7ed8f8f52ed392ef28dd320b130e3c6b files/python-2.4-lib64.patch 9941
+MD5 ec16631b538a7481f0537191d5f23b27 files/python-2.3-mimetypes_apache.patch 454
+MD5 47e9455f3e16c3369c9e57388ba3d643 files/python-2.4.1-readline.patch 8984
+MD5 1cf4c21ad3b0aafc571b05b9a9e54594 files/python-updater 8761
+MD5 6eab04aaa6abe2b795e4e5f4983bea38 files/python-2.4-readline.patch 9099
+MD5 5f2361b3e770981b737a9ad3d2863931 files/python-2.2.1-r5-gentoo.diff 4152
+MD5 b8e2b591eb203df14010db589089a522 files/python-2.3.5-st_flags.patch 1452
+MD5 5bee9fa15d4effc7423e76d2f7f47655 files/python-2.4-add_portage_search_path.patch 556
+MD5 55af7ba61954f03e09bcafbce1227c61 files/python-2.2.3-xmlrpc.patch 3659
MD5 849ff6337b70ef28009c90021dfae0da files/digest-python-2.3.5 66
-MD5 849ff6337b70ef28009c90021dfae0da files/digest-python-2.3.5-r1 66
-MD5 849ff6337b70ef28009c90021dfae0da files/digest-python-2.3.5-r2 66
-MD5 fccf57b8c47164b676517e516898dc46 files/digest-python-2.4-r3 64
MD5 1e4084c2a8ee240668d02e703e7c171f files/digest-python-2.4.1 66
-MD5 1e4084c2a8ee240668d02e703e7c171f files/digest-python-2.4.1-r1 66
MD5 678a7e4660de986e8e22808d18f93686 files/digest-python-2.4.2 66
-MD5 5f2361b3e770981b737a9ad3d2863931 files/python-2.2.1-r5-gentoo.diff 4152
+MD5 e8c8ffd37f007b6ee62180d31b2100fe files/python-2.4-xmlrpc.patch 4228
MD5 11aa066154fe2e0a4c306124c7e5dd4a files/python-2.2.2-tk-8.4.x.patch 2997
-MD5 96d4207fb41391c70d5f02e1785c9527 files/python-2.2.3-db4.patch 1220
-MD5 7480e63a1ff3aff7eaf8718424add7f8 files/python-2.2.3-disable_modules_and_ssl.patch 1212
-MD5 9fe31aedbbc7e8ea1847ed6dd70bf15b files/python-2.2.3-fPIC.patch 767
MD5 07398060a831f18193315973df204cbf files/python-2.2.3-gentoo_py_dontcompile.patch 732
-MD5 55af7ba61954f03e09bcafbce1227c61 files/python-2.2.3-xmlrpc.patch 3659
-MD5 46588eb4b2cfdd8277153e8e6f728eca files/python-2.3-add_portage_search_path.patch 607
-MD5 4b9922f74b1076d82d1fdb653fa5769a files/python-2.3-add_portage_search_path_take_2.patch 614
-MD5 7a12ce3bbe0961cf1533fcf838e17fa9 files/python-2.3-db4.2.patch 1015
-MD5 7808762bbf53647c7cd597be4044e9f7 files/python-2.3-gentoo_py_dontcompile.patch 478
-MD5 ec16631b538a7481f0537191d5f23b27 files/python-2.3-mimetypes_apache.patch 454
+MD5 2121d3986faa4b6c2c3ed472f77f2a9d files/python-2.4-gentoo_py_dontcompile.patch 477
MD5 47ee57ffc9b69af4ff828a3a1ae26afd files/python-2.3-pcre.patch 4278
MD5 e9cc1b9be363e6c3f8df75cdb2ea9621 files/python-2.3-readline.patch 9596
+MD5 4b9922f74b1076d82d1fdb653fa5769a files/python-2.3-add_portage_search_path_take_2.patch 614
+MD5 96d4207fb41391c70d5f02e1785c9527 files/python-2.2.3-db4.patch 1220
+MD5 eaa33949f072a9787c453c37c1236108 files/python-2.4.1-db4.patch 1414
+MD5 9fe31aedbbc7e8ea1847ed6dd70bf15b files/python-2.2.3-fPIC.patch 767
MD5 e8c8ffd37f007b6ee62180d31b2100fe files/python-2.3-xmlrpc.patch 4228
-MD5 2b953054102d344834597bc73b209e12 files/python-2.3.2-disable_modules_and_ssl.patch 1285
MD5 a387f41bfc6767b90a51daaa0c0aac45 files/python-2.3.4-lib64.patch 11779
-MD5 b8e2b591eb203df14010db589089a522 files/python-2.3.5-st_flags.patch 1452
-MD5 5bee9fa15d4effc7423e76d2f7f47655 files/python-2.4-add_portage_search_path.patch 556
+MD5 b530d6f9dbcf30239061be3de80932cc files/python-config-2.2 178
+MD5 201acd1cfd5124f25c58a8db3f78a502 files/python-config-2.3 178
+MD5 d74e7f0fd47f00e8b3fe7ca36b7eb629 files/python-config-2.4 179
+MD5 7a12ce3bbe0961cf1533fcf838e17fa9 files/python-2.3-db4.2.patch 1015
+MD5 5af982af8ad4befbf15567ae399cf2b9 files/python-2.4.1-st_flags.patch 5649
+MD5 7808762bbf53647c7cd597be4044e9f7 files/python-2.3-gentoo_py_dontcompile.patch 478
+MD5 46588eb4b2cfdd8277153e8e6f728eca files/python-2.3-add_portage_search_path.patch 607
+MD5 7480e63a1ff3aff7eaf8718424add7f8 files/python-2.2.3-disable_modules_and_ssl.patch 1212
MD5 7a12ce3bbe0961cf1533fcf838e17fa9 files/python-2.4-db4.2.patch 1015
-MD5 2b953054102d344834597bc73b209e12 files/python-2.4-disable_modules_and_ssl.patch 1285
-MD5 2121d3986faa4b6c2c3ed472f77f2a9d files/python-2.4-gentoo_py_dontcompile.patch 477
-MD5 7ed8f8f52ed392ef28dd320b130e3c6b files/python-2.4-lib64.patch 9941
-MD5 3c77f8f9d55bbedacd9476a428088250 files/python-2.4-libdir.patch 8358
-MD5 ec16631b538a7481f0537191d5f23b27 files/python-2.4-mimetypes_apache.patch 454
-MD5 6eab04aaa6abe2b795e4e5f4983bea38 files/python-2.4-readline.patch 9099
-MD5 e8c8ffd37f007b6ee62180d31b2100fe files/python-2.4-xmlrpc.patch 4228
-MD5 9bb508a4b15481e4722c1317b9fb02a3 files/python-2.4.1-bindir-libdir.patch 405
MD5 ec1400ca4877399cae56ccefb72a200f files/python-2.4.1-crosscompile.patch 4126
-MD5 eaa33949f072a9787c453c37c1236108 files/python-2.4.1-db4.patch 1414
-MD5 5fdb512b55d4ed9b13a5a3af00a5ba40 files/python-2.4.1-libdir.patch 7875
-MD5 47e9455f3e16c3369c9e57388ba3d643 files/python-2.4.1-readline.patch 8984
-MD5 5af982af8ad4befbf15567ae399cf2b9 files/python-2.4.1-st_flags.patch 5649
-MD5 36b36bac050785b8e393dc72f8e51d2f files/python-2.4.2-readline.patch 8628
-MD5 b530d6f9dbcf30239061be3de80932cc files/python-config-2.2 178
MD5 b530d6f9dbcf30239061be3de80932cc files/python-config-2.2.1 178
MD5 b530d6f9dbcf30239061be3de80932cc files/python-config-2.2.2 178
-MD5 201acd1cfd5124f25c58a8db3f78a502 files/python-config-2.3 178
-MD5 d74e7f0fd47f00e8b3fe7ca36b7eb629 files/python-config-2.4 179
-MD5 1cf4c21ad3b0aafc571b05b9a9e54594 files/python-updater 8761
-MD5 8145ce0144332d6caca98fa5fb648741 metadata.xml 221
-MD5 2632d539cd0ab18b40f9510118ed3099 python-2.1.3-r1.ebuild 2299
-MD5 5857a314767fd0ae2243590999fe78b2 python-2.2.3-r6.ebuild 4491
-MD5 21151b5cbaac120cb271bdac9bc95eb8 python-2.3.4-r1.ebuild 7259
-MD5 3dc06bf8e04bd9880be6ee4402234e8b python-2.3.5-r1.ebuild 7924
-MD5 d49abed8e570e34660b16fae1f8efe82 python-2.3.5-r2.ebuild 8039
-MD5 4928085fdd7860dd8104011c9955a7f2 python-2.3.5.ebuild 7799
-MD5 ad616f0fecea68a16aea3f97e46c9a72 python-2.4-r3.ebuild 7106
-MD5 ca3321a766fd7440a6b5c7284be90a59 python-2.4.1-r1.ebuild 8898
-MD5 1df326999058ecec71a274a37ba15514 python-2.4.1.ebuild 8094
-MD5 82f0e0d515e75c17a8512181ec398c1b python-2.4.2.ebuild 8893
+MD5 2b953054102d344834597bc73b209e12 files/python-2.3.2-disable_modules_and_ssl.patch 1285
+MD5 36b36bac050785b8e393dc72f8e51d2f files/python-2.4.2-readline.patch 8628
+MD5 f3f370c8d1382c1a7571cfc1cbb196d9 files/digest-python-2.1.3-r1 62
+MD5 f11f5d528c570ef739ea10806cebfa9f files/digest-python-2.2.3-r6 62
+MD5 9bb508a4b15481e4722c1317b9fb02a3 files/python-2.4.1-bindir-libdir.patch 405
+MD5 c2e3a6ed5d700a7976f5b763cd935599 files/digest-python-2.3.4-r1 66
+MD5 849ff6337b70ef28009c90021dfae0da files/digest-python-2.3.5-r1 66
+MD5 849ff6337b70ef28009c90021dfae0da files/digest-python-2.3.5-r2 66
+MD5 5fdb512b55d4ed9b13a5a3af00a5ba40 files/python-2.4.1-libdir.patch 7875
+MD5 1c5cd53cb89c821a549968bac31df0f1 files/depreorder.py 2235
+MD5 1e4084c2a8ee240668d02e703e7c171f files/digest-python-2.4.1-r1 66
+MD5 3c77f8f9d55bbedacd9476a428088250 files/python-2.4-libdir.patch 8358
+MD5 2b953054102d344834597bc73b209e12 files/python-2.4-disable_modules_and_ssl.patch 1285
+MD5 fccf57b8c47164b676517e516898dc46 files/digest-python-2.4-r3 64
+MD5 ec16631b538a7481f0537191d5f23b27 files/python-2.4-mimetypes_apache.patch 454