diff options
author | 2015-08-11 17:45:44 +0400 | |
---|---|---|
committer | 2015-08-11 17:47:01 +0400 | |
commit | 6af040ea7e38ea115441b2bad45bff31357e8183 (patch) | |
tree | ea969b2eb94477ecc401285930c61326f5c956e7 /dev-lang/fsharp/fsharp-4.0.0.3.ebuild | |
parent | media-sound/pnmixer: fix DEPEND (diff) | |
download | gentoo-6af040ea7e38ea115441b2bad45bff31357e8183.tar.gz gentoo-6af040ea7e38ea115441b2bad45bff31357e8183.tar.bz2 gentoo-6af040ea7e38ea115441b2bad45bff31357e8183.zip |
fsharp bump
Package-Manager: portage-2.2.20
Diffstat (limited to 'dev-lang/fsharp/fsharp-4.0.0.3.ebuild')
-rw-r--r-- | dev-lang/fsharp/fsharp-4.0.0.3.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-lang/fsharp/fsharp-4.0.0.3.ebuild b/dev-lang/fsharp/fsharp-4.0.0.3.ebuild new file mode 100644 index 000000000000..ef53ae40ae9a --- /dev/null +++ b/dev-lang/fsharp/fsharp-4.0.0.3.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +AUTOTOOLS_AUTORECONF=1 + +inherit autotools-utils mono-env + +DESCRIPTION="The F# Compiler" +HOMEPAGE="https://github.com/fsharp/fsharp" +SRC_URI="https://github.com/fsharp/fsharp/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" + +MAKEOPTS+=" -j1" #nowarn +DEPEND="dev-lang/mono" +RDEPEND="${DEPEND}" + +AUTOTOOLS_IN_SOURCE_BUILD=1 + +src_install() { + autotools-utils_src_install +} |