summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRainer Groesslinger <scandium@gentoo.org>2004-11-26 12:39:59 +0000
committerRainer Groesslinger <scandium@gentoo.org>2004-11-26 12:39:59 +0000
commit86beb04e4888a8de82c971191fa40d9cd05b074f (patch)
treee82aa9acb72b90b963efcc33e3f9f2d4a3675ef8 /dev-dotnet/ml-pnet
parentremoved old version (Manifest recommit) (diff)
downloadgentoo-2-86beb04e4888a8de82c971191fa40d9cd05b074f.tar.gz
gentoo-2-86beb04e4888a8de82c971191fa40d9cd05b074f.tar.bz2
gentoo-2-86beb04e4888a8de82c971191fa40d9cd05b074f.zip
stable on all archs currently in KEYWORDS. Long live portability :)
Diffstat (limited to 'dev-dotnet/ml-pnet')
-rw-r--r--dev-dotnet/ml-pnet/ChangeLog6
-rw-r--r--dev-dotnet/ml-pnet/files/digest-ml-pnet-0.6.81
-rw-r--r--dev-dotnet/ml-pnet/ml-pnet-0.6.10.ebuild4
-rw-r--r--dev-dotnet/ml-pnet/ml-pnet-0.6.8.ebuild19
4 files changed, 7 insertions, 23 deletions
diff --git a/dev-dotnet/ml-pnet/ChangeLog b/dev-dotnet/ml-pnet/ChangeLog
index 89b032c20c45..eb5e6400b37a 100644
--- a/dev-dotnet/ml-pnet/ChangeLog
+++ b/dev-dotnet/ml-pnet/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-dotnet/ml-pnet
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ml-pnet/ChangeLog,v 1.16 2004/10/30 11:13:45 scandium Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ml-pnet/ChangeLog,v 1.17 2004/11/26 12:39:59 scandium Exp $
+
+ 26 Nov 2004; Rainer Groesslinger <scandium@gentoo.org>
+ ml-pnet-0.6.10.ebuild:
+ stable on all architectures
*ml-pnet-0.6.10 (30 Oct 2004)
diff --git a/dev-dotnet/ml-pnet/files/digest-ml-pnet-0.6.8 b/dev-dotnet/ml-pnet/files/digest-ml-pnet-0.6.8
deleted file mode 100644
index 1100bbe26325..000000000000
--- a/dev-dotnet/ml-pnet/files/digest-ml-pnet-0.6.8
+++ /dev/null
@@ -1 +0,0 @@
-MD5 55406d68ecff9a1e56b7e09f2ba256c7 ml-pnet-0.6.8.tar.gz 3285795
diff --git a/dev-dotnet/ml-pnet/ml-pnet-0.6.10.ebuild b/dev-dotnet/ml-pnet/ml-pnet-0.6.10.ebuild
index c63d7de2290f..8b904f360f4b 100644
--- a/dev-dotnet/ml-pnet/ml-pnet-0.6.10.ebuild
+++ b/dev-dotnet/ml-pnet/ml-pnet-0.6.10.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/ml-pnet/ml-pnet-0.6.10.ebuild,v 1.1 2004/10/30 11:13:46 scandium Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ml-pnet/ml-pnet-0.6.10.ebuild,v 1.2 2004/11/26 12:39:59 scandium Exp $
DESCRIPTION="Mono C# libraries for Portable .NET"
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=""
DEPEND="=dev-dotnet/pnetlib-${PV}*"
diff --git a/dev-dotnet/ml-pnet/ml-pnet-0.6.8.ebuild b/dev-dotnet/ml-pnet/ml-pnet-0.6.8.ebuild
deleted file mode 100644
index 7c9f05b9d9cb..000000000000
--- a/dev-dotnet/ml-pnet/ml-pnet-0.6.8.ebuild
+++ /dev/null
@@ -1,19 +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/ml-pnet/ml-pnet-0.6.8.ebuild,v 1.3 2004/08/16 13:53:27 scandium Exp $
-
-DESCRIPTION="Mono C# libraries for Portable .NET"
-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-dotnet/pnetlib-${PV}*"
-
-src_install() {
- einstall || die
- dodoc AUTHORS ChangeLog INSTALL NEWS README
-}