diff options
Diffstat (limited to 'dev-dotnet/ml-pnet/ml-pnet-0.7.0.ebuild')
-rw-r--r-- | dev-dotnet/ml-pnet/ml-pnet-0.7.0.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-dotnet/ml-pnet/ml-pnet-0.7.0.ebuild b/dev-dotnet/ml-pnet/ml-pnet-0.7.0.ebuild deleted file mode 100644 index 2b478d73b575..000000000000 --- a/dev-dotnet/ml-pnet/ml-pnet-0.7.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2007 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.7.0.ebuild,v 1.5 2007/02/17 09:08:06 jer Exp $ - -DESCRIPTION="Mono C# libraries for Portable.NET" -HOMEPAGE="http://www.dotgnu.org/" -#SRC_URI="mirror://gnu/dotgnu/pnet/${P}.tar.gz" -SRC_URI="http://www.southern-storm.com.au/download/${P}.tar.gz" - -LICENSE="|| ( GPL-2 X11 )" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~x86" -IUSE="" - -DEPEND="=dev-dotnet/pnetlib-${PV}*" - -src_compile() { - local lib_profile="framework1.1" - einfo "Using profile: ${lib_profile}" - - econf --with-profile=${lib_profile} || die - emake || die -} - -src_install() { - make DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog INSTALL NEWS README -} |