Gentoo Archives: gentoo-commits

From: "Heather Cynede (cynede)" <cynede@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/fsharp: fsharp-3.1.0.ebuild ChangeLog
Date: Wed, 01 Jan 2014 13:45:40
Message-Id: 20140101134536.C39642004C@flycatcher.gentoo.org
1 cynede 14/01/01 13:45:36
2
3 Modified: ChangeLog
4 Added: fsharp-3.1.0.ebuild
5 Log:
6 F# bump to 3.1
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.9 dev-lang/fsharp/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/fsharp/ChangeLog?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/fsharp/ChangeLog?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/fsharp/ChangeLog?r1=1.8&r2=1.9
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-lang/fsharp/ChangeLog,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- ChangeLog 14 Nov 2013 06:46:00 -0000 1.8
24 +++ ChangeLog 1 Jan 2014 13:45:36 -0000 1.9
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-lang/fsharp
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/fsharp/ChangeLog,v 1.8 2013/11/14 06:46:00 cynede Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/fsharp/ChangeLog,v 1.9 2014/01/01 13:45:36 cynede Exp $
31 +
32 +*fsharp-3.1.0 (01 Jan 2014)
33 +
34 + 01 Jan 2014; Heather Cynede <cynede@g.o> +fsharp-3.1.0.ebuild:
35 + F# bump to 3.1
36
37 14 Nov 2013; Heather Cynede <cynede@g.o> -fsharp-3.0.27.ebuild,
38 -fsharp-3.0.28.ebuild, -fsharp-3.0.29.ebuild:
39
40
41
42 1.1 dev-lang/fsharp/fsharp-3.1.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/fsharp/fsharp-3.1.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/fsharp/fsharp-3.1.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: fsharp-3.1.0.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-lang/fsharp/fsharp-3.1.0.ebuild,v 1.1 2014/01/01 13:45:36 cynede Exp $
52
53 EAPI="5"
54
55 AUTOTOOLS_AUTORECONF=1
56
57 inherit autotools-utils mono-env
58
59 DESCRIPTION="The F# Compiler"
60 HOMEPAGE="https://github.com/fsharp/fsharp"
61 SRC_URI="https://github.com/fsharp/fsharp/archive/${PV}.tar.gz -> ${P}.tar.gz"
62
63 LICENSE="Apache-2.0"
64 SLOT="0"
65 KEYWORDS="~x86 ~amd64"
66 IUSE=""
67
68 MAKEOPTS+=" -j1" #nowarn
69 DEPEND="dev-lang/mono"
70 RDEPEND="${DEPEND}"
71
72 AUTOTOOLS_IN_SOURCE_BUILD=1
73
74 src_install() {
75 autotools-utils_src_install
76 }