summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRainer Groesslinger <scandium@gentoo.org>2003-10-25 18:35:21 +0000
committerRainer Groesslinger <scandium@gentoo.org>2003-10-25 18:35:21 +0000
commit915e4a868cab82755c0219743bba3c932be17a5e (patch)
tree52b4b082f3d9ebc6c9baba929c7f4f5fd5517f89 /dev-dotnet/pnetlib
parentnew tarball (diff)
downloadhistorical-915e4a868cab82755c0219743bba3c932be17a5e.tar.gz
historical-915e4a868cab82755c0219743bba3c932be17a5e.tar.bz2
historical-915e4a868cab82755c0219743bba3c932be17a5e.zip
new tarball
Diffstat (limited to 'dev-dotnet/pnetlib')
-rw-r--r--dev-dotnet/pnetlib/Manifest4
-rw-r--r--dev-dotnet/pnetlib/files/digest-pnetlib-0.6.0.11
-rw-r--r--dev-dotnet/pnetlib/pnetlib-0.6.0.1.ebuild29
3 files changed, 32 insertions, 2 deletions
diff --git a/dev-dotnet/pnetlib/Manifest b/dev-dotnet/pnetlib/Manifest
index 1a4faab6d7a9..168ca00717dd 100644
--- a/dev-dotnet/pnetlib/Manifest
+++ b/dev-dotnet/pnetlib/Manifest
@@ -1,7 +1,7 @@
-MD5 14dba743e0da28336fcab00639377ea9 pnetlib-0.6.0.1.ebuild 665
+MD5 94a37371d4e8b8045654b5618c269d1e pnetlib-0.6.0.1.ebuild 651
MD5 14dfa2234a6ae6704b03470160831dbe pnetlib-0.6.0.ebuild 793
MD5 df24daa5bd30bd379d54769a076c6189 pnetlib-0.5.12.ebuild 644
-MD5 d58690dd62670c65b5de17ac3a646c02 ChangeLog 2043
+MD5 3db97305fb1dbca4c0946b744d7c013f ChangeLog 2206
MD5 76b314cc7b7b79b298dd4889dff8c9cd metadata.xml 159
MD5 cbabf6c8043d36c91b7066be67e0332f files/pnetlib-0.6.0.resources.patch 727
MD5 c3c0f5aee4fc9d6e819787db42c3afb2 files/digest-pnetlib-0.6.0.1 68
diff --git a/dev-dotnet/pnetlib/files/digest-pnetlib-0.6.0.1 b/dev-dotnet/pnetlib/files/digest-pnetlib-0.6.0.1
new file mode 100644
index 000000000000..e95d3fea771f
--- /dev/null
+++ b/dev-dotnet/pnetlib/files/digest-pnetlib-0.6.0.1
@@ -0,0 +1 @@
+MD5 7ace204daba6a511af955a8b5b97cb2d pnetlib-0.6.0.1.tar.gz 3099305
diff --git a/dev-dotnet/pnetlib/pnetlib-0.6.0.1.ebuild b/dev-dotnet/pnetlib/pnetlib-0.6.0.1.ebuild
new file mode 100644
index 000000000000..c6663619d1aa
--- /dev/null
+++ b/dev-dotnet/pnetlib/pnetlib-0.6.0.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnetlib/pnetlib-0.6.0.1.ebuild,v 1.1 2003/10/25 18:35:15 scandium Exp $
+
+DESCRIPTION="Portable .NET C# library"
+HOMEPAGE="http://www.dotgnu.org/"
+SRC_URI="mirror://gnu/dotgnu-pnet/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86 ppc sparc"
+
+IUSE="X"
+
+DEPEND="=dev-dotnet/pnet-0.6.0*
+ X? ( virtual/x11 )"
+
+src_compile() {
+ econf || die
+ emake || die
+}
+
+src_install() {
+ einstall || die
+
+ dodoc AUTHORS COPYING ChangeLog HACKING INSTALL NEWS README
+ dodoc doc/*.txt
+ dohtml doc/*.html
+}