summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRainer Groesslinger <scandium@gentoo.org>2004-10-30 11:13:46 +0000
committerRainer Groesslinger <scandium@gentoo.org>2004-10-30 11:13:46 +0000
commitd1bb14e5a7e14f6ed1a44acd40208ea71683404e (patch)
tree017f3a2b85844e65414fb79e66352442e37037b2 /dev-dotnet/pnet
parentStable on alpha, bug 68564. (diff)
downloadhistorical-d1bb14e5a7e14f6ed1a44acd40208ea71683404e.tar.gz
historical-d1bb14e5a7e14f6ed1a44acd40208ea71683404e.tar.bz2
historical-d1bb14e5a7e14f6ed1a44acd40208ea71683404e.zip
new version
Diffstat (limited to 'dev-dotnet/pnet')
-rw-r--r--dev-dotnet/pnet/ChangeLog7
-rw-r--r--dev-dotnet/pnet/Manifest12
-rw-r--r--dev-dotnet/pnet/files/digest-pnet-0.6.101
-rw-r--r--dev-dotnet/pnet/pnet-0.6.10.ebuild35
4 files changed, 44 insertions, 11 deletions
diff --git a/dev-dotnet/pnet/ChangeLog b/dev-dotnet/pnet/ChangeLog
index 1e5de90ecf3f..9ba52517b0f1 100644
--- a/dev-dotnet/pnet/ChangeLog
+++ b/dev-dotnet/pnet/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-dotnet/pnet
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnet/ChangeLog,v 1.18 2004/08/16 13:51:37 scandium Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnet/ChangeLog,v 1.19 2004/10/30 11:09:41 scandium Exp $
+
+*pnet-0.6.10 (30 Oct 2004)
+
+ 30 Oct 2004; Rainer Groesslinger <scandium@gentoo.org> +pnet-0.6.10.ebuild:
+ new version
16 Aug 2004; Rainer Groesslinger <scandium@gentoo.org> pnet-0.6.8.ebuild:
stable on x86, ppc and sparc
diff --git a/dev-dotnet/pnet/Manifest b/dev-dotnet/pnet/Manifest
index 1624d425ab09..d0a1fe958563 100644
--- a/dev-dotnet/pnet/Manifest
+++ b/dev-dotnet/pnet/Manifest
@@ -1,14 +1,6 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
+MD5 e77fa8456181cce695d6710469b6f19b pnet-0.6.10.ebuild 1038
MD5 5bb2f7d04489e7217bd5b25010376f7d pnet-0.6.8.ebuild 1164
MD5 10b5b99d337d632ff5fbeed0b748d211 ChangeLog 3370
MD5 76b314cc7b7b79b298dd4889dff8c9cd metadata.xml 159
+MD5 ed42c7e8f78bcd92970a52f7a8ea20b3 files/digest-pnet-0.6.10 64
MD5 667e6fd9c070460b9b0b7293a5ecb096 files/digest-pnet-0.6.8 63
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.2.4 (GNU/Linux)
-
-iD8DBQFBILwXPgS8WLD64cERAgXGAJ9UxHvkkprPlfnxYReFKAtQubtxdQCfVlIX
-FitkX2ORojJTx0BlwTJyPE0=
-=HEn3
------END PGP SIGNATURE-----
diff --git a/dev-dotnet/pnet/files/digest-pnet-0.6.10 b/dev-dotnet/pnet/files/digest-pnet-0.6.10
new file mode 100644
index 000000000000..0feb10b2b2e0
--- /dev/null
+++ b/dev-dotnet/pnet/files/digest-pnet-0.6.10
@@ -0,0 +1 @@
+MD5 973c0153219e8781b413197d0dd87e60 pnet-0.6.10.tar.gz 3509852
diff --git a/dev-dotnet/pnet/pnet-0.6.10.ebuild b/dev-dotnet/pnet/pnet-0.6.10.ebuild
new file mode 100644
index 000000000000..fbbd25b24cbb
--- /dev/null
+++ b/dev-dotnet/pnet/pnet-0.6.10.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnet/pnet-0.6.10.ebuild,v 1.1 2004/10/30 11:09:42 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 ~ppc64 ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64"
+IUSE=""
+
+DEPEND=">=dev-util/treecc-0.3.0
+ !dev-dotnet/mono"
+
+src_install() {
+ einstall || die
+
+ dodoc AUTHORS 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
+}