diff options
author | Peter Johanson <latexer@gentoo.org> | 2004-06-02 16:02:57 +0000 |
---|---|---|
committer | Peter Johanson <latexer@gentoo.org> | 2004-06-02 16:02:57 +0000 |
commit | 5c2d425f72e74a4d4e900ee3db968c634fe64d80 (patch) | |
tree | b860681d379f821ce358007a7ccdbd407023d3bb /dev-dotnet | |
parent | Fix use invocation (Manifest recommit) (diff) | |
download | gentoo-2-5c2d425f72e74a4d4e900ee3db968c634fe64d80.tar.gz gentoo-2-5c2d425f72e74a4d4e900ee3db968c634fe64d80.tar.bz2 gentoo-2-5c2d425f72e74a4d4e900ee3db968c634fe64d80.zip |
Beta2!
Diffstat (limited to 'dev-dotnet')
-rw-r--r-- | dev-dotnet/mono/ChangeLog | 7 | ||||
-rw-r--r-- | dev-dotnet/mono/Manifest | 2 | ||||
-rw-r--r-- | dev-dotnet/mono/files/digest-mono-0.95 | 1 | ||||
-rw-r--r-- | dev-dotnet/mono/mono-0.95.ebuild | 66 |
4 files changed, 75 insertions, 1 deletions
diff --git a/dev-dotnet/mono/ChangeLog b/dev-dotnet/mono/ChangeLog index 255b7b16b737..0fac53d0dcbe 100644 --- a/dev-dotnet/mono/ChangeLog +++ b/dev-dotnet/mono/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-dotnet/mono # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono/ChangeLog,v 1.14 2004/05/10 20:58:07 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono/ChangeLog,v 1.15 2004/06/02 16:02:56 latexer Exp $ + +*mono-0.95 (02 Jun 2004) + + 02 Jun 2004; Peter Johanson <latexer@gentoo.org> mono-0.95.ebuild: + Beta2. You know you love it. 10 May 2004; Travis Tilley <lv@gentoo.org> mono-0.91.ebuild: ~amd64 keyword added diff --git a/dev-dotnet/mono/Manifest b/dev-dotnet/mono/Manifest index e9e914f67f23..fe12a5442656 100644 --- a/dev-dotnet/mono/Manifest +++ b/dev-dotnet/mono/Manifest @@ -2,6 +2,7 @@ MD5 7bf46be8171632a2a6fc0a1ff31a207d mono-0.30.ebuild 2457 MD5 5cf643346358764c4c6a02aec373ebeb mono-0.91.ebuild 1652 MD5 4ed40c8ac46ebc2bb8a70d1103c3dbbd mono-0.30.1.ebuild 2459 MD5 5c76a46e0d737e4d86f9ad2e7fa4fbf0 mono-0.28.ebuild 2160 +MD5 27cf6d8d899ba1b930fd00f3bff32f6e mono-0.95.ebuild 1585 MD5 fdfb114ef0a55820e079f44c8db2f6ac mono-0.31.ebuild 2622 MD5 d9624023a81c3082c4406bbdabde7fac ChangeLog 6934 MD5 76b314cc7b7b79b298dd4889dff8c9cd metadata.xml 159 @@ -12,3 +13,4 @@ MD5 43da8709d0752a2ef9f9dfb050a05d9f files/digest-mono-0.28 123 MD5 b1d7d1f8b30cadd81ca257cfb0126f2b files/digest-mono-0.30 123 MD5 e7d95f62bf18430aa812b1a501c2e485 files/digest-mono-0.31 124 MD5 0145cec2f8b351f3a72669bd6f7e4e0e files/digest-mono-0.91 63 +MD5 274bce1afaca6fcf8751ccea8d3d77c7 files/digest-mono-0.95 63 diff --git a/dev-dotnet/mono/files/digest-mono-0.95 b/dev-dotnet/mono/files/digest-mono-0.95 new file mode 100644 index 000000000000..8c65a5bea351 --- /dev/null +++ b/dev-dotnet/mono/files/digest-mono-0.95 @@ -0,0 +1 @@ +MD5 f00e5c7bc267b7efaee2617234f5d7cb mono-0.95.tar.gz 17489740 diff --git a/dev-dotnet/mono/mono-0.95.ebuild b/dev-dotnet/mono/mono-0.95.ebuild new file mode 100644 index 000000000000..8926b53ae987 --- /dev/null +++ b/dev-dotnet/mono/mono-0.95.ebuild @@ -0,0 +1,66 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono/mono-0.95.ebuild,v 1.1 2004/06/02 16:02:57 latexer Exp $ + +inherit eutils mono flag-o-matic + +strip-flags + +IUSE="nptl" +DESCRIPTION="Mono runtime and class libraries, a C# compiler/interpreter" +SRC_URI="http://www.go-mono.com/archive/beta2/${P}.tar.gz" +HOMEPAGE="http://www.go-mono.com/" + +LICENSE="GPL-2 | LGPL-2 | X11" +SLOT="0" + +KEYWORDS="~x86 ~amd64" + +DEPEND="virtual/glibc + >=dev-libs/glib-2.0 + >=dev-libs/icu-2.6.1 + !dev-dotnet/pnet" + +RDEPEND="${DEPEND} + dev-util/pkgconfig + dev-libs/libxml2" + +src_compile() { + local myconf="" + if [ -n "`use nptl`" ] && have_NPTL + then + myconf="${myconf} --with-nptl=yes" + else + myconf="${myconf} --with-nptl=no" + fi + + econf ${myconf} || die + MAKEOPTS="${MAKEOPTS} -j1" emake || die "MONO compilation failure" +} + +src_install () { + cd ${S} + make DESTDIR=${D} install || die + # einstall || die + + dodoc AUTHORS ChangeLog COPYING.LIB NEWS README + docinto docs + dodoc docs/* + + # install mono's logo + insopts -m0644 + insinto /usr/share/pixmaps/mono + doins MonoIcon.png ScalableMonoIcon.svg + + # init script + exeinto /etc/init.d ; newexe ${FILESDIR}/dotnet.init dotnet + insinto /etc/conf.d ; newins ${FILESDIR}/dotnet.conf dotnet +} + +pkg_postinst() { + echo + einfo "If you want to avoid typing '<runtime> program.exe'" + einfo "you can configure your runtime in /etc/conf.d/dotnet" + einfo "Use /etc/init.d/dotnet to register your runtime" + echo +} |