summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRainer Groesslinger <scandium@gentoo.org>2004-05-29 13:05:02 +0000
committerRainer Groesslinger <scandium@gentoo.org>2004-05-29 13:05:02 +0000
commit4c27bf985aa81c005743f06f06cc0b0dc5b242a5 (patch)
tree9448416fb60b11729de714c90eb29504bfeef2ec /dev-dotnet/pnetlib
parentFixed bug #51293 (Manifest recommit) (diff)
downloadgentoo-2-4c27bf985aa81c005743f06f06cc0b0dc5b242a5.tar.gz
gentoo-2-4c27bf985aa81c005743f06f06cc0b0dc5b242a5.tar.bz2
gentoo-2-4c27bf985aa81c005743f06f06cc0b0dc5b242a5.zip
new version
Diffstat (limited to 'dev-dotnet/pnetlib')
-rw-r--r--dev-dotnet/pnetlib/ChangeLog7
-rw-r--r--dev-dotnet/pnetlib/files/digest-pnetlib-0.6.61
-rw-r--r--dev-dotnet/pnetlib/pnetlib-0.6.6.ebuild29
3 files changed, 36 insertions, 1 deletions
diff --git a/dev-dotnet/pnetlib/ChangeLog b/dev-dotnet/pnetlib/ChangeLog
index 700ed2bab039..276726f097b4 100644
--- a/dev-dotnet/pnetlib/ChangeLog
+++ b/dev-dotnet/pnetlib/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-dotnet/pnetlib
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnetlib/ChangeLog,v 1.12 2004/03/23 17:40:11 scandium Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnetlib/ChangeLog,v 1.13 2004/05/29 13:03:38 scandium Exp $
+
+*pnetlib-0.6.6 (29 May 2004)
+
+ 29 May 2004; Rainer Groesslinger <scandium@gentoo.org> pnetlib-0.6.6.ebuild:
+ new version
23 Mar 2004; Rainer Groesslinger <scandium@gentoo.org> pnetlib-0.6.4.ebuild:
stable on x86, ppc and sparc
diff --git a/dev-dotnet/pnetlib/files/digest-pnetlib-0.6.6 b/dev-dotnet/pnetlib/files/digest-pnetlib-0.6.6
new file mode 100644
index 000000000000..fa168d47a809
--- /dev/null
+++ b/dev-dotnet/pnetlib/files/digest-pnetlib-0.6.6
@@ -0,0 +1 @@
+MD5 b2cb4c5ea3847dbbc985f280443b9a23 pnetlib-0.6.6.tar.gz 3666044
diff --git a/dev-dotnet/pnetlib/pnetlib-0.6.6.ebuild b/dev-dotnet/pnetlib/pnetlib-0.6.6.ebuild
new file mode 100644
index 000000000000..3f789422d2d1
--- /dev/null
+++ b/dev-dotnet/pnetlib/pnetlib-0.6.6.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2004 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.6.ebuild,v 1.1 2004/05/29 13:03:38 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 ~mips ~alpha ~hppa ~amd64 ~ia64"
+
+IUSE="X"
+
+DEPEND="=dev-dotnet/pnet-${PV}*
+ 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
+}