summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRainer Groesslinger <scandium@gentoo.org>2004-06-23 16:05:34 +0000
committerRainer Groesslinger <scandium@gentoo.org>2004-06-23 16:05:34 +0000
commitb4a4074d722f1eb4daf629ea5d60b5eb392324a0 (patch)
tree090dd85b36665b0dedd5ae4e6540c77eb4757b26 /dev-dotnet/pnet
parentstable on x86, alpha, amd64 and ia64 (diff)
downloadhistorical-b4a4074d722f1eb4daf629ea5d60b5eb392324a0.tar.gz
historical-b4a4074d722f1eb4daf629ea5d60b5eb392324a0.tar.bz2
historical-b4a4074d722f1eb4daf629ea5d60b5eb392324a0.zip
stable on ppc, removed older versions
Diffstat (limited to 'dev-dotnet/pnet')
-rw-r--r--dev-dotnet/pnet/files/digest-pnet-0.6.21
-rw-r--r--dev-dotnet/pnet/files/digest-pnet-0.6.41
-rw-r--r--dev-dotnet/pnet/files/pt_defs.h.diff15
-rw-r--r--dev-dotnet/pnet/pnet-0.6.2.ebuild52
-rw-r--r--dev-dotnet/pnet/pnet-0.6.4.ebuild41
-rw-r--r--dev-dotnet/pnet/pnet-0.6.6.ebuild4
6 files changed, 2 insertions, 112 deletions
diff --git a/dev-dotnet/pnet/files/digest-pnet-0.6.2 b/dev-dotnet/pnet/files/digest-pnet-0.6.2
deleted file mode 100644
index 1ebab2fdcaef..000000000000
--- a/dev-dotnet/pnet/files/digest-pnet-0.6.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8e00cc5dec5df96c24ec630476ebc071 pnet-0.6.2.tar.gz 3138851
diff --git a/dev-dotnet/pnet/files/digest-pnet-0.6.4 b/dev-dotnet/pnet/files/digest-pnet-0.6.4
deleted file mode 100644
index 3554e478991f..000000000000
--- a/dev-dotnet/pnet/files/digest-pnet-0.6.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 072c41a400087f518abb624a1118acc7 pnet-0.6.4.tar.gz 3323737
diff --git a/dev-dotnet/pnet/files/pt_defs.h.diff b/dev-dotnet/pnet/files/pt_defs.h.diff
deleted file mode 100644
index aef2722afba0..000000000000
--- a/dev-dotnet/pnet/files/pt_defs.h.diff
+++ /dev/null
@@ -1,15 +0,0 @@
---- support/pt_defs.h 2002-06-27 06:49:26.000000000 +0200
-+++ support/pt_defs.h 2004-01-06 01:32:05.224303072 +0100
-@@ -69,12 +69,6 @@
- #define PTHREAD_SIG_CANCEL (__SIGRTMIN+1)
- #endif
-
--/*
-- * Determine if we have read-write lock support in pthreads.
-- */
--#ifdef PTHREAD_RWLOCK_INITIALIZER
-- #define IL_HAVE_RWLOCKS
--#endif
-
- /*
- * Types that are needed elsewhere.
diff --git a/dev-dotnet/pnet/pnet-0.6.2.ebuild b/dev-dotnet/pnet/pnet-0.6.2.ebuild
deleted file mode 100644
index 08c99b826e7d..000000000000
--- a/dev-dotnet/pnet/pnet-0.6.2.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnet/pnet-0.6.2.ebuild,v 1.5 2004/03/06 22:17:12 scandium Exp $
-
-inherit eutils
-
-DESCRIPTION="Portable .NET runtime, compiler, tools"
-HOMEPAGE="http://www.dotgnu.org/"
-SRC_URI="mirror://gnu/dotgnu/pnet/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc sparc"
-
-IUSE=""
-
-DEPEND=">=dev-util/treecc-0.2.8
- !dev-dotnet/mono"
-
-src_unpack() {
- # Small patch to fix compilation on system which have nptl built into glibc
- unpack ${A}
- cd ${S}
- if have_NPTL; then
- epatch ${FILESDIR}/pt_defs.h.diff
- fi
-}
-
-src_compile() {
- econf || die
- MAKEOPTS="${MAKEOPTS} -j1" emake || die
-}
-
-src_install() {
- einstall || die
-
- dodoc AUTHORS COPYING ChangeLog HACKING INSTALL NEWS README
- dodoc doc/gtk-sharp.HOWTO
- dohtml doc/*.html
-
- # init script
- exeinto /etc/init.d ; newexe ${PORTDIR}/dev-dotnet/mono/files/dotnet.init dotnet
- insinto /etc/conf.d ; newins ${PORTDIR}/dev-dotnet/mono/files/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
-}
diff --git a/dev-dotnet/pnet/pnet-0.6.4.ebuild b/dev-dotnet/pnet/pnet-0.6.4.ebuild
deleted file mode 100644
index 5db74ae7bcc5..000000000000
--- a/dev-dotnet/pnet/pnet-0.6.4.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnet/pnet-0.6.4.ebuild,v 1.2 2004/03/23 17:39:29 scandium Exp $
-
-DESCRIPTION="Portable .NET runtime, compiler, tools"
-HOMEPAGE="http://www.dotgnu.org/"
-SRC_URI="mirror://gnu/dotgnu/pnet/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc sparc ~mips ~alpha ~hppa ~amd64 ~ia64"
-
-IUSE=""
-
-DEPEND=">=dev-util/treecc-0.3.0
- !dev-dotnet/mono"
-
-src_compile() {
- econf || die
- MAKEOPTS="${MAKEOPTS} -j1" emake || die
-}
-
-src_install() {
- einstall || die
-
- dodoc AUTHORS COPYING ChangeLog HACKING INSTALL NEWS README
- dodoc doc/gtk-sharp.HOWTO
- dohtml doc/*.html
-
- # init script
- exeinto /etc/init.d ; newexe ${PORTDIR}/dev-dotnet/mono/files/dotnet.init dotnet
- insinto /etc/conf.d ; newins ${PORTDIR}/dev-dotnet/mono/files/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
-}
diff --git a/dev-dotnet/pnet/pnet-0.6.6.ebuild b/dev-dotnet/pnet/pnet-0.6.6.ebuild
index 266c7b79aebf..7f1c0b2dea87 100644
--- a/dev-dotnet/pnet/pnet-0.6.6.ebuild
+++ b/dev-dotnet/pnet/pnet-0.6.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnet/pnet-0.6.6.ebuild,v 1.5 2004/06/16 03:50:32 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnet/pnet-0.6.6.ebuild,v 1.6 2004/06/23 16:03:15 scandium Exp $
inherit eutils flag-o-matic
@@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/dotgnu/pnet/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ~ppc sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64"
+KEYWORDS="x86 ppc sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64"
IUSE=""