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
commit28166d57eaa8eb8ff0204d94b58017e6e3e4698b (patch)
treefc1bc613297892c124684b1f515d243f4e3fbe24 /dev-dotnet/pnetlib
parentStable on alpha, bug 68564. (Manifest recommit) (diff)
downloadgentoo-2-28166d57eaa8eb8ff0204d94b58017e6e3e4698b.tar.gz
gentoo-2-28166d57eaa8eb8ff0204d94b58017e6e3e4698b.tar.bz2
gentoo-2-28166d57eaa8eb8ff0204d94b58017e6e3e4698b.zip
new version
Diffstat (limited to 'dev-dotnet/pnetlib')
-rw-r--r--dev-dotnet/pnetlib/ChangeLog8
-rw-r--r--dev-dotnet/pnetlib/Manifest12
-rw-r--r--dev-dotnet/pnetlib/files/digest-pnetlib-0.6.101
-rw-r--r--dev-dotnet/pnetlib/pnetlib-0.6.10.ebuild33
4 files changed, 43 insertions, 11 deletions
diff --git a/dev-dotnet/pnetlib/ChangeLog b/dev-dotnet/pnetlib/ChangeLog
index 6947d96b2b1b..3aeeb390ee38 100644
--- a/dev-dotnet/pnetlib/ChangeLog
+++ b/dev-dotnet/pnetlib/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-dotnet/pnetlib
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnetlib/ChangeLog,v 1.17 2004/08/16 13:52:49 scandium Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnetlib/ChangeLog,v 1.18 2004/10/30 11:10:59 scandium Exp $
+
+*pnetlib-0.6.10 (30 Oct 2004)
+
+ 30 Oct 2004; Rainer Groesslinger <scandium@gentoo.org>
+ +pnetlib-0.6.10.ebuild:
+ new version
16 Aug 2004; Rainer Groesslinger <scandium@gentoo.org> pnetlib-0.6.8.ebuild:
stable on x86, ppc and sparc
diff --git a/dev-dotnet/pnetlib/Manifest b/dev-dotnet/pnetlib/Manifest
index 9802e2b71d0d..1ff6c36a7896 100644
--- a/dev-dotnet/pnetlib/Manifest
+++ b/dev-dotnet/pnetlib/Manifest
@@ -1,14 +1,6 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
+MD5 4ba1c87a703284ec9b06b448f02e6b7f pnetlib-0.6.10.ebuild 846
MD5 f40a819b2f90bfb778d745485a661b6d pnetlib-0.6.8.ebuild 777
MD5 ef376aa4f6896590eaca1578eb8bcf67 ChangeLog 3040
MD5 76b314cc7b7b79b298dd4889dff8c9cd metadata.xml 159
+MD5 d41d3bba0e845a33aee40504dd5b8631 files/digest-pnetlib-0.6.10 67
MD5 31f5801d28cd1fec7f8de3caff8b4da0 files/digest-pnetlib-0.6.8 66
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.2.4 (GNU/Linux)
-
-iD8DBQFBILxSPgS8WLD64cERAm0XAJ9UxcjSxd1eDDv8IH9nbLfwOr+SogCfbui8
-23/LSOt0Dg7dGuh2/aQksNc=
-=rccp
------END PGP SIGNATURE-----
diff --git a/dev-dotnet/pnetlib/files/digest-pnetlib-0.6.10 b/dev-dotnet/pnetlib/files/digest-pnetlib-0.6.10
new file mode 100644
index 000000000000..dd7e70fa41da
--- /dev/null
+++ b/dev-dotnet/pnetlib/files/digest-pnetlib-0.6.10
@@ -0,0 +1 @@
+MD5 126ee95edda10a5865bd215bf831ccec pnetlib-0.6.10.tar.gz 3992051
diff --git a/dev-dotnet/pnetlib/pnetlib-0.6.10.ebuild b/dev-dotnet/pnetlib/pnetlib-0.6.10.ebuild
new file mode 100644
index 000000000000..f8cfa9fcd171
--- /dev/null
+++ b/dev-dotnet/pnetlib/pnetlib-0.6.10.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnetlib/pnetlib-0.6.10.ebuild,v 1.1 2004/10/30 11:10:59 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 ~ppc64 ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64"
+IUSE="truetype X"
+
+DEPEND="=dev-dotnet/pnet-${PV}*
+ X? ( virtual/x11 )
+ truetype? ( virtual/xft )"
+
+src_compile() {
+ local lib_profile="default1.1"
+ einfo "Using profile: ${lib_profile}"
+
+ econf --with-profile=${lib_profile} \
+ `use_enable truetype xft` || die
+ emake || die
+}
+
+src_install() {
+ einstall || die
+
+ dodoc AUTHORS ChangeLog HACKING INSTALL NEWS README
+ dodoc doc/*.txt
+ dohtml doc/*.html
+}