summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Johanson <latexer@gentoo.org>2005-06-03 21:58:44 +0000
committerPeter Johanson <latexer@gentoo.org>2005-06-03 21:58:44 +0000
commit9d53c51874632d770a098fcb46ec67ad3a5894ca (patch)
tree35235026ea128a53e0a2d658e4fae99f3430c86e /dev-lang/mono
parentcheck $ehome not $eshell #94930 (diff)
downloadgentoo-2-9d53c51874632d770a098fcb46ec67ad3a5894ca.tar.gz
gentoo-2-9d53c51874632d770a098fcb46ec67ad3a5894ca.tar.bz2
gentoo-2-9d53c51874632d770a098fcb46ec67ad3a5894ca.zip
Remove some older versions.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-lang/mono')
-rw-r--r--dev-lang/mono/ChangeLog6
-rw-r--r--dev-lang/mono/files/digest-mono-1.1.41
-rw-r--r--dev-lang/mono/files/digest-mono-1.1.5-r11
-rw-r--r--dev-lang/mono/mono-1.1.4.ebuild73
-rw-r--r--dev-lang/mono/mono-1.1.5-r1.ebuild93
5 files changed, 5 insertions, 169 deletions
diff --git a/dev-lang/mono/ChangeLog b/dev-lang/mono/ChangeLog
index 16e93eee51d4..405d8434ba65 100644
--- a/dev-lang/mono/ChangeLog
+++ b/dev-lang/mono/ChangeLog
@@ -1,6 +1,10 @@
# 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.50 2005/06/03 14:52:07 latexer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.51 2005/06/03 21:58:44 latexer Exp $
+
+ 03 Jun 2005; Peter Johanson <latexer@gentoo.org> -mono-1.1.4.ebuild,
+ -mono-1.1.5-r1.ebuild:
+ Remove some older versions.
03 Jun 2005; Peter Johanson <latexer@gentoo.org>
+files/mono-1.1.7-ppc-tls.diff, mono-1.1.7-r1.ebuild:
diff --git a/dev-lang/mono/files/digest-mono-1.1.4 b/dev-lang/mono/files/digest-mono-1.1.4
deleted file mode 100644
index b2912d71ce59..000000000000
--- a/dev-lang/mono/files/digest-mono-1.1.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 66755e5f201e912cecdd19807ba62487 mono-1.1.4.tar.gz 13085573
diff --git a/dev-lang/mono/files/digest-mono-1.1.5-r1 b/dev-lang/mono/files/digest-mono-1.1.5-r1
deleted file mode 100644
index 0c20ed385f1e..000000000000
--- a/dev-lang/mono/files/digest-mono-1.1.5-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a4a0878ca1964a2a27db88dc0b9edb57 mono-1.1.5.tar.gz 13689959
diff --git a/dev-lang/mono/mono-1.1.4.ebuild b/dev-lang/mono/mono-1.1.4.ebuild
deleted file mode 100644
index fc93e15860fc..000000000000
--- a/dev-lang/mono/mono-1.1.4.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# 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.4.ebuild,v 1.6 2005/05/17 18:11:27 dholm 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/archive/${PV}/${P}.tar.gz"
-
-LICENSE="|| ( GPL-2 LGPL-2 X11)"
-SLOT="0"
-KEYWORDS="~x86 -ppc ~amd64"
-IUSE="nptl icu X"
-
-DEPEND="virtual/libc
- >=dev-libs/glib-2.0
- !<dev-dotnet/pnet-0.6.12
- nptl? ( >=sys-devel/gcc-3.3.5-r1 )
- icu? ( >=dev-libs/icu-2.6.2 )
- ppc? (
- >=sys-devel/gcc-3.2.3-r4
- >=sys-libs/glibc-2.3.3_pre20040420
- )"
-RDEPEND="${DEPEND}
- X? ( >=dev-dotnet/libgdiplus-${PV} )
- dev-util/pkgconfig
- dev-libs/libxml2"
-
-PDEPEND="X? ( >=dev-dotnet/libgdiplus-${PV} )"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- sed -i "s: -fexceptions::" ${S}/libgc/configure.host
-}
-
-src_compile() {
- strip-flags
- local myconf="--with-sigaltstack=yes --with-preview=yes"
-
- if use nptl
- then
- myconf="${myconf} --with-tls=__thread"
- else
- myconf="${myconf} --with-tls=pthread"
- fi
-
- econf ${myconf} $(use_with icu) || 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
-
- # monoresgen script is broken. It should be symlink to /usr/bin/resgen
- rm ${D}/usr/bin/monoresgen || die
- dosym /usr/bin/resgen /usr/bin/monoresgen
-
- # prj2make sources missing from mono-1.1.4 tarball, so we remove the wrapper
- # script
- rm ${D}/usr/bin/prj2make ${D}/usr/share/man/man1/prj2make.1
-
- dodoc AUTHORS ChangeLog NEWS README
- docinto docs
- dodoc docs/*
- docinto libgc
- dodoc libgc/ChangeLog
-}
diff --git a/dev-lang/mono/mono-1.1.5-r1.ebuild b/dev-lang/mono/mono-1.1.5-r1.ebuild
deleted file mode 100644
index 378b27e2af57..000000000000
--- a/dev-lang/mono/mono-1.1.5-r1.ebuild
+++ /dev/null
@@ -1,93 +0,0 @@
-# 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.5-r1.ebuild,v 1.6 2005/05/17 18:11:27 dholm 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/archive/${PV}/${P}.tar.gz"
-
-LICENSE="|| ( GPL-2 LGPL-2 X11)"
-SLOT="0"
-KEYWORDS="~x86 -ppc ~amd64"
-IUSE="nptl icu X"
-
-DEPEND="virtual/libc
- >=dev-libs/glib-2.0
- !<dev-dotnet/pnet-0.6.12
- nptl? ( >=sys-devel/gcc-3.3.5-r1 )
- icu? ( >=dev-libs/icu-2.6.2 )
- ppc? (
- >=sys-devel/gcc-3.2.3-r4
- >=sys-libs/glibc-2.3.3_pre20040420
- )"
-RDEPEND="${DEPEND}
- X? ( >=dev-dotnet/libgdiplus-1.1.4 )
- dev-util/pkgconfig
- dev-libs/libxml2"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- sed -i "s: -fexceptions::" ${S}/libgc/configure.host || die
-
- # Fix munging of Unix paths
- epatch ${FILESDIR}/${P}-pathfix.diff || die
-
- # Fix for linking to ICU
- epatch ${FILESDIR}/${P}-icu-linking.diff || die
-
- # Various fixes from SVN.
- epatch ${FILESDIR}/${P}-r42108.diff || die
- epatch ${FILESDIR}/${P}-r42122.diff || die
-
- # Ugly sed to replace windows path with *nix equivalent
- for file in $(find ${S}/mcs/nunit20 -name AssemblyInfo.cs)
- do
- sed -i "s:\.\.\\\\\\\\:../:g" "${file}"
- done
-
- # Fix MONO_CFG_DIR for signing
- sed -i \
- "s:^\t\(MONO_PATH.*)\):\tMONO_CFG_DIR='${D}/etc/' \1:" \
- ${S}/mcs/build/library.make || die
-
- 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"
-
- if use nptl
- then
- myconf="${myconf} --with-tls=__thread"
- else
- myconf="${myconf} --with-tls=pthread"
- fi
-
- econf ${myconf} $(use_with icu) || 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
-
- # monoresgen script is broken. It should be symlink to /usr/bin/resgen
- rm ${D}/usr/bin/monoresgen || die
- dosym /usr/bin/resgen /usr/bin/monoresgen
-
- dodoc AUTHORS ChangeLog NEWS README
- docinto docs
- dodoc docs/*
- docinto libgc
- dodoc libgc/ChangeLog
-}