summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-dotnet/ml-pnet/ml-pnet-0.6.6.ebuild')
-rw-r--r--dev-dotnet/ml-pnet/ml-pnet-0.6.6.ebuild11
1 files changed, 2 insertions, 9 deletions
diff --git a/dev-dotnet/ml-pnet/ml-pnet-0.6.6.ebuild b/dev-dotnet/ml-pnet/ml-pnet-0.6.6.ebuild
index 6343c52cc138..dac9787b271c 100644
--- a/dev-dotnet/ml-pnet/ml-pnet-0.6.6.ebuild
+++ b/dev-dotnet/ml-pnet/ml-pnet-0.6.6.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.6.ebuild,v 1.5 2004/06/24 22:04:09 agriffis Exp $
+# $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/"
@@ -9,18 +9,11 @@ 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_compile() {
- econf || die
- emake || die
-}
-
src_install() {
einstall || die
-
- dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README
+ dodoc AUTHORS ChangeLog INSTALL NEWS README
}