diff options
author | Rainer Groesslinger <scandium@gentoo.org> | 2004-03-13 11:02:07 +0000 |
---|---|---|
committer | Rainer Groesslinger <scandium@gentoo.org> | 2004-03-13 11:02:07 +0000 |
commit | 6aa95ee1e2943a3c8613fda6380bd31bbb3b86d9 (patch) | |
tree | e34087e218c06196373bf72c5d22e4bc45971e18 /dev-dotnet/ml-pnet/ml-pnet-0.5.12.ebuild | |
parent | ebuild cleanup. (Manifest recommit) (diff) | |
download | gentoo-2-6aa95ee1e2943a3c8613fda6380bd31bbb3b86d9.tar.gz gentoo-2-6aa95ee1e2943a3c8613fda6380bd31bbb3b86d9.tar.bz2 gentoo-2-6aa95ee1e2943a3c8613fda6380bd31bbb3b86d9.zip |
new version (thanks to all the arch people!)
Diffstat (limited to 'dev-dotnet/ml-pnet/ml-pnet-0.5.12.ebuild')
-rw-r--r-- | dev-dotnet/ml-pnet/ml-pnet-0.5.12.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-dotnet/ml-pnet/ml-pnet-0.5.12.ebuild b/dev-dotnet/ml-pnet/ml-pnet-0.5.12.ebuild deleted file mode 100644 index fc9bfc14fb81..000000000000 --- a/dev-dotnet/ml-pnet/ml-pnet-0.5.12.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.5.12.ebuild,v 1.6 2004/01/03 23:22:35 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" - -IUSE="" - -DEPEND="=dev-dotnet/pnetlib-${PV}*" - -src_compile() { - econf || die - emake || die -} - -src_install() { - einstall || die - - dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README -} |