diff options
Diffstat (limited to 'dev-dotnet/pnet/pnet-0.5.8.ebuild')
-rw-r--r-- | dev-dotnet/pnet/pnet-0.5.8.ebuild | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/dev-dotnet/pnet/pnet-0.5.8.ebuild b/dev-dotnet/pnet/pnet-0.5.8.ebuild deleted file mode 100644 index bc318d6c60a3..000000000000 --- a/dev-dotnet/pnet/pnet-0.5.8.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pnet/pnet-0.5.8.ebuild,v 1.6 2003/10/04 09:06:52 scandium Exp $ - -DESCRIPTION="Portable .NET runtime, compiler, tools" -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-util/treecc-0.2.4 - !dev-dotnet/mono" - -src_compile() { - econf || die - MAKEOPTS="${MAKEOPTS} -j1" emake || die -} - -src_install() { - einstall || die - - dodoc AUTHORS COPYING ChangeLog HACKING INSTALL NEWS README - dodoc doc/gtk-sharp.HOWTO - dohtml doc/*.html - - # init script - exeinto /etc/init.d ; newexe ${PORTDIR}/dev-dotnet/mono/files/dotnet.init dotnet - insinto /etc/conf.d ; newins ${PORTDIR}/dev-dotnet/mono/files/dotnet.conf dotnet -} - -pkg_postinst() { - echo - einfo "If you want to avoid typing '<runtime> program.exe'" - einfo "you can configure your runtime in /etc/conf.d/dotnet" - einfo "Use /etc/init.d/dotnet to register your runtime" - echo -} |