diff options
Diffstat (limited to 'dev-dotnet/ml-pnet/ml-pnet-0.6.4.ebuild')
-rw-r--r-- | dev-dotnet/ml-pnet/ml-pnet-0.6.4.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-dotnet/ml-pnet/ml-pnet-0.6.4.ebuild b/dev-dotnet/ml-pnet/ml-pnet-0.6.4.ebuild deleted file mode 100644 index df8d03783a3c..000000000000 --- a/dev-dotnet/ml-pnet/ml-pnet-0.6.4.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ml-pnet/ml-pnet-0.6.4.ebuild,v 1.2 2004/03/23 17:41:21 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 sparc ~mips ~alpha ~hppa ~amd64 ~ia64" - -IUSE="" - -DEPEND="=dev-dotnet/pnetlib-${PV}*" - -src_compile() { - econf || die - emake || die -} - -src_install() { - einstall || die - - dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README -} |