diff options
Diffstat (limited to 'dev-lang/boo/boo-0.6.0.1858.ebuild')
-rw-r--r-- | dev-lang/boo/boo-0.6.0.1858.ebuild | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/dev-lang/boo/boo-0.6.0.1858.ebuild b/dev-lang/boo/boo-0.6.0.1858.ebuild deleted file mode 100644 index e40712b9345a..000000000000 --- a/dev-lang/boo/boo-0.6.0.1858.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/boo/boo-0.6.0.1858.ebuild,v 1.1 2005/09/08 20:32:22 latexer Exp $ - -inherit mono fdo-mime eutils - -DESCRIPTION="A wrist friendly language for the CLI" -HOMEPAGE="http://boo.codehaus.org/" - -SRC_URI="http://dist.codehaus.org/boo/distributions/${P}-src.tar.bz2" - -LICENSE="BSD" - -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND=">=dev-lang/mono-1.1.4 - dev-dotnet/nant - x11-misc/shared-mime-info - >=x11-libs/gtksourceview-1.0.1" - - -src_unpack() { - unpack ${A} - cd ${S} -} - -src_compile() { - nant -D:install.prefix=/usr || die -} - -src_install() { - nant install -D:install.destdir=${D} -D:install.prefix=/usr || die -} - -pkg_postinst() { - fdo-mime_desktop_database_update -} |