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 | 6c3dbc6a57c13ea5b4103d5f2836182e165c49a8 (patch) | |
tree | afcb499c266d018d702bf61d06883de4549788df /dev-dotnet/ml-pnet | |
parent | Updated immodule patch. (diff) | |
download | historical-6c3dbc6a57c13ea5b4103d5f2836182e165c49a8.tar.gz historical-6c3dbc6a57c13ea5b4103d5f2836182e165c49a8.tar.bz2 historical-6c3dbc6a57c13ea5b4103d5f2836182e165c49a8.zip |
stable on x86, ppc and sparc
Diffstat (limited to 'dev-dotnet/ml-pnet')
-rw-r--r-- | dev-dotnet/ml-pnet/ChangeLog | 5 | ||||
-rw-r--r-- | dev-dotnet/ml-pnet/files/digest-ml-pnet-0.6.6 | 1 | ||||
-rw-r--r-- | dev-dotnet/ml-pnet/ml-pnet-0.6.6.ebuild | 19 | ||||
-rw-r--r-- | dev-dotnet/ml-pnet/ml-pnet-0.6.8.ebuild | 4 |
4 files changed, 6 insertions, 23 deletions
diff --git a/dev-dotnet/ml-pnet/ChangeLog b/dev-dotnet/ml-pnet/ChangeLog index 41dc580a0004..f291a483b33f 100644 --- a/dev-dotnet/ml-pnet/ChangeLog +++ b/dev-dotnet/ml-pnet/ChangeLog @@ -1,6 +1,9 @@ # 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.14 2004/08/08 07:46:29 scandium Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ml-pnet/ChangeLog,v 1.15 2004/08/16 13:53:27 scandium Exp $ + + 16 Aug 2004; Rainer Groesslinger <scandium@gentoo.org> ml-pnet-0.6.8.ebuild: + stable on x86, ppc and sparc *ml-pnet-0.6.8 (08 Aug 2004) diff --git a/dev-dotnet/ml-pnet/files/digest-ml-pnet-0.6.6 b/dev-dotnet/ml-pnet/files/digest-ml-pnet-0.6.6 deleted file mode 100644 index 5fbf83deb069..000000000000 --- a/dev-dotnet/ml-pnet/files/digest-ml-pnet-0.6.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 f60bafdb7449af2d99b1dcd91e16cea2 ml-pnet-0.6.6.tar.gz 2316666 diff --git a/dev-dotnet/ml-pnet/ml-pnet-0.6.6.ebuild b/dev-dotnet/ml-pnet/ml-pnet-0.6.6.ebuild deleted file mode 100644 index dac9787b271c..000000000000 --- a/dev-dotnet/ml-pnet/ml-pnet-0.6.6.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.6.ebuild,v 1.6 2004/06/29 14:37:36 vapier 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 sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64" -IUSE="" - -DEPEND="=dev-dotnet/pnetlib-${PV}*" - -src_install() { - einstall || die - dodoc AUTHORS ChangeLog INSTALL NEWS README -} diff --git a/dev-dotnet/ml-pnet/ml-pnet-0.6.8.ebuild b/dev-dotnet/ml-pnet/ml-pnet-0.6.8.ebuild index ff0545079959..7c9f05b9d9cb 100644 --- a/dev-dotnet/ml-pnet/ml-pnet-0.6.8.ebuild +++ b/dev-dotnet/ml-pnet/ml-pnet-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/ml-pnet/ml-pnet-0.6.8.ebuild,v 1.2 2004/08/08 10:26:41 scandium Exp $ +# $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/" @@ -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}*" |