diff options
author | Rainer Groesslinger <scandium@gentoo.org> | 2004-08-16 13:54:06 +0000 |
---|---|---|
committer | Rainer Groesslinger <scandium@gentoo.org> | 2004-08-16 13:54:06 +0000 |
commit | b05ce1a80f87a1e61bf2f0b90c2506cd1548af64 (patch) | |
tree | 4f798ecc3cd9723d49a6889baeeb8360d9d857b9 /dev-dotnet/pnetlib | |
parent | Updated immodule patch. (Manifest recommit) (diff) | |
download | gentoo-2-b05ce1a80f87a1e61bf2f0b90c2506cd1548af64.tar.gz gentoo-2-b05ce1a80f87a1e61bf2f0b90c2506cd1548af64.tar.bz2 gentoo-2-b05ce1a80f87a1e61bf2f0b90c2506cd1548af64.zip |
stable on x86, ppc and sparc
Diffstat (limited to 'dev-dotnet/pnetlib')
-rw-r--r-- | dev-dotnet/pnetlib/ChangeLog | 5 | ||||
-rw-r--r-- | dev-dotnet/pnetlib/files/digest-pnetlib-0.6.6 | 1 | ||||
-rw-r--r-- | dev-dotnet/pnetlib/pnetlib-0.6.6.ebuild | 23 | ||||
-rw-r--r-- | dev-dotnet/pnetlib/pnetlib-0.6.8.ebuild | 4 |
4 files changed, 6 insertions, 27 deletions
diff --git a/dev-dotnet/pnetlib/ChangeLog b/dev-dotnet/pnetlib/ChangeLog index b4881f665008..6947d96b2b1b 100644 --- a/dev-dotnet/pnetlib/ChangeLog +++ b/dev-dotnet/pnetlib/ChangeLog @@ -1,6 +1,9 @@ # 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.16 2004/08/08 07:45:11 scandium Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnetlib/ChangeLog,v 1.17 2004/08/16 13:52:49 scandium Exp $ + + 16 Aug 2004; Rainer Groesslinger <scandium@gentoo.org> pnetlib-0.6.8.ebuild: + stable on x86, ppc and sparc *pnetlib-0.6.8 (08 Aug 2004) diff --git a/dev-dotnet/pnetlib/files/digest-pnetlib-0.6.6 b/dev-dotnet/pnetlib/files/digest-pnetlib-0.6.6 deleted file mode 100644 index fa168d47a809..000000000000 --- a/dev-dotnet/pnetlib/files/digest-pnetlib-0.6.6 +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index 90b245266493..000000000000 --- a/dev-dotnet/pnetlib/pnetlib-0.6.6.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# 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.6.ebuild,v 1.6 2004/06/29 14:38:50 vapier 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 ~arm ~hppa ~amd64 ~ia64" -IUSE="X" - -DEPEND="=dev-dotnet/pnet-${PV}* - X? ( virtual/x11 )" - -src_install() { - einstall || die - - dodoc AUTHORS ChangeLog HACKING INSTALL NEWS README - dodoc doc/*.txt - dohtml doc/*.html -} diff --git a/dev-dotnet/pnetlib/pnetlib-0.6.8.ebuild b/dev-dotnet/pnetlib/pnetlib-0.6.8.ebuild index 524278738baa..577029d61419 100644 --- a/dev-dotnet/pnetlib/pnetlib-0.6.8.ebuild +++ b/dev-dotnet/pnetlib/pnetlib-0.6.8.ebuild @@ -1,6 +1,6 @@ # 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.8.ebuild,v 1.2 2004/08/08 10:25:25 scandium Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnetlib/pnetlib-0.6.8.ebuild,v 1.3 2004/08/16 13:52:49 scandium Exp $ DESCRIPTION="Portable .NET C# library" HOMEPAGE="http://www.dotgnu.org/" @@ -8,7 +8,7 @@ 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" +KEYWORDS="x86 ppc ~ppc64 sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64" IUSE="X" DEPEND="=dev-dotnet/pnet-${PV}* |