diff options
author | 2016-11-09 11:57:25 +0100 | |
---|---|---|
committer | 2016-11-09 11:59:16 +0100 | |
commit | 517f783331e1c17e007963be5222369445a9904d (patch) | |
tree | 3db29a0de27c2855e2c572f4ad7f8f567f0decf5 /dev-dotnet/nant/nant-0.92.ebuild | |
parent | package.mask drop obsolete entries (diff) | |
download | gentoo-517f783331e1c17e007963be5222369445a9904d.tar.gz gentoo-517f783331e1c17e007963be5222369445a9904d.tar.bz2 gentoo-517f783331e1c17e007963be5222369445a9904d.zip |
Remove masked for removal packages
Diffstat (limited to 'dev-dotnet/nant/nant-0.92.ebuild')
-rw-r--r-- | dev-dotnet/nant/nant-0.92.ebuild | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/dev-dotnet/nant/nant-0.92.ebuild b/dev-dotnet/nant/nant-0.92.ebuild deleted file mode 100644 index cc1c3ddcfdf..00000000000 --- a/dev-dotnet/nant/nant-0.92.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" - -inherit mono multilib eutils - -DESCRIPTION=".NET build tool" -HOMEPAGE="http://nant.sourceforge.net/" -SRC_URI="mirror://sourceforge/nant/${P/_/-}-src.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -RDEPEND=">=dev-lang/mono-2.0" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -# This build is not parallel build friendly -MAKEOPTS="${MAKEOPTS} -j1" - -S="${WORKDIR}/${P/_/-}" - -src_install() { - emake prefix="${ED}/usr" install - - # Fix ${ED} showing up in the nant wrapper script, as well as silencing - # warnings related to the log4net library - sed -i \ - -e "s:${ED}::" \ - -e "2iexport MONO_SILENT_WARNING=1" \ - -e "s:${ED}::" \ - "${ED}"/usr/bin/nant || die "Sed nant failed" - - dodoc README.txt -} |