diff options
author | 2003-02-24 15:59:08 +0000 | |
---|---|---|
committer | 2003-02-24 15:59:08 +0000 | |
commit | 6750a9ebccd1138c7390aec433ab0b9ccb7a3e00 (patch) | |
tree | 666d95392db6e775cccb244b75ec375ee3046abc /dev-lang/mono | |
parent | New version (diff) | |
download | gentoo-2-6750a9ebccd1138c7390aec433ab0b9ccb7a3e00.tar.gz gentoo-2-6750a9ebccd1138c7390aec433ab0b9ccb7a3e00.tar.bz2 gentoo-2-6750a9ebccd1138c7390aec433ab0b9ccb7a3e00.zip |
cleanup
Diffstat (limited to 'dev-lang/mono')
-rw-r--r-- | dev-lang/mono/files/digest-mono-0.13 | 1 | ||||
-rw-r--r-- | dev-lang/mono/files/digest-mono-0.16 | 1 | ||||
-rw-r--r-- | dev-lang/mono/files/digest-mono-0.18 | 1 | ||||
-rw-r--r-- | dev-lang/mono/mono-0.13.ebuild | 38 | ||||
-rw-r--r-- | dev-lang/mono/mono-0.16.ebuild | 37 | ||||
-rw-r--r-- | dev-lang/mono/mono-0.18.ebuild | 38 |
6 files changed, 0 insertions, 116 deletions
diff --git a/dev-lang/mono/files/digest-mono-0.13 b/dev-lang/mono/files/digest-mono-0.13 deleted file mode 100644 index 16038875b846..000000000000 --- a/dev-lang/mono/files/digest-mono-0.13 +++ /dev/null @@ -1 +0,0 @@ -MD5 eba78b3169b0f9e016fab9b5a050883f mono-0.13.tar.gz 2015789 diff --git a/dev-lang/mono/files/digest-mono-0.16 b/dev-lang/mono/files/digest-mono-0.16 deleted file mode 100644 index 0878616694a4..000000000000 --- a/dev-lang/mono/files/digest-mono-0.16 +++ /dev/null @@ -1 +0,0 @@ -MD5 b5d66e572e371b350aa0bbb0237d1fca mono-0.16.tar.gz 2406675 diff --git a/dev-lang/mono/files/digest-mono-0.18 b/dev-lang/mono/files/digest-mono-0.18 deleted file mode 100644 index 3ad0b45648be..000000000000 --- a/dev-lang/mono/files/digest-mono-0.18 +++ /dev/null @@ -1 +0,0 @@ -MD5 54f24ddd75ef1a71aa1516706b5870d3 mono-0.18.tar.gz 2957844 diff --git a/dev-lang/mono/mono-0.13.ebuild b/dev-lang/mono/mono-0.13.ebuild deleted file mode 100644 index d81c9e8cae46..000000000000 --- a/dev-lang/mono/mono-0.13.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-0.13.ebuild,v 1.7 2003/02/13 10:26:59 vapier Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Mono runtime" -SRC_URI="http://www.go-mono.com/archive/${P}.tar.gz" -HOMEPAGE="http://www.go-mono.com/" - -LICENSE="GPL-2" -SLOT="0" - -DEPEND="virtual/glibc - dev-util/pkgconfig - >=dev-libs/glib-2.0" -KEYWORDS="x86 -ppc" - -src_compile() { - ./configure \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info || die "./configure failed" - MAKEOPTS="-j1" emake || die -} - -src_install () { - make \ - prefix=${D}/usr \ - mandir=${D}/usr/share/man \ - infodir=${D}/usr/share/info \ - install || die - - touch ${D}/usr/include/${PN}/utils/.keep - - dodoc AUTHORS ChangeLog COPYING.LIB NEWS README - docinto docs ; dodoc docs/gc-issues docs/jit-thoughts docs/object-layout docs/unmanaged-calls \ - docs/exceptions docs/jit-trampolines docs/stack-alignment -} diff --git a/dev-lang/mono/mono-0.16.ebuild b/dev-lang/mono/mono-0.16.ebuild deleted file mode 100644 index 8525522260f9..000000000000 --- a/dev-lang/mono/mono-0.16.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-0.16.ebuild,v 1.3 2003/02/13 10:27:04 vapier Exp $ - -S=${WORKDIR}/${P} - -IUSE="" -DESCRIPTION="Mono runtime, a C# compiler/interpreter" -SRC_URI="http://www.go-mono.com/archive/${P}.tar.gz" -HOMEPAGE="http://www.go-mono.com/" - -LICENSE="GPL-2" -SLOT="0" - -KEYWORDS="x86 -ppc" - -DEPEND="virtual/glibc - >=dev-libs/glib-2.0 - >=dev-libs/boehm-gc-6.1" - -RDEPEND="${DEPEND} - dev-util/pkgconfig" - - -src_compile() { - econf || die - - MAKEOPTS="-j1" emake || die -} - -src_install () { - einstall || die - - dodoc AUTHORS ChangeLog COPYING.LIB NEWS README - docinto docs - dodoc docs/* -} diff --git a/dev-lang/mono/mono-0.18.ebuild b/dev-lang/mono/mono-0.18.ebuild deleted file mode 100644 index 4c25b7d99c5f..000000000000 --- a/dev-lang/mono/mono-0.18.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-0.18.ebuild,v 1.2 2003/02/13 10:27:14 vapier Exp $ - -#FIXME : we dont compile mcs from scratch right now - -S=${WORKDIR}/${P} - -IUSE="" -DESCRIPTION="Mono runtime, a C# compiler/interpreter" -SRC_URI="http://www.go-mono.com/archive/${P}.tar.gz" -HOMEPAGE="http://www.go-mono.com/" - -LICENSE="GPL-2" -SLOT="0" - -KEYWORDS="~x86 -ppc" - -DEPEND="virtual/glibc - >=dev-libs/glib-2.0 - >=dev-libs/boehm-gc-6.1" - -RDEPEND="${DEPEND} - dev-util/pkgconfig" - -src_compile() { - econf || die - - MAKEOPTS="-j1" emake || die -} - -src_install () { - einstall || die - - dodoc AUTHORS INSTALL ChangeLog COPYING.LIB NEWS README - docinto docs - dodoc docs/* -} |