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.0.28.ebuild ChangeLog
Date: Sun, 29 Sep 2013 05:32:38
Message-Id: 20130929053229.53D9C2004C@flycatcher.gentoo.org
1 cynede 13/09/29 05:32:29
2
3 Modified: ChangeLog
4 Added: fsharp-3.0.28.ebuild
5 Log:
6 fsharp bump
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.3 dev-lang/fsharp/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/fsharp/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/fsharp/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/fsharp/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-lang/fsharp/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 24 Sep 2013 13:04:30 -0000 1.2
24 +++ ChangeLog 29 Sep 2013 05:32:29 -0000 1.3
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.2 2013/09/24 13:04:30 cynede Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/fsharp/ChangeLog,v 1.3 2013/09/29 05:32:29 cynede Exp $
30 +
31 +*fsharp-3.0.28 (29 Sep 2013)
32 +
33 + 29 Sep 2013; Heather Cynede <cynede@g.o> +fsharp-3.0.28.ebuild:
34 + fsharp bump
35
36 24 Sep 2013; Heather Cynede <cynede@g.o> fsharp-3.0.27.ebuild,
37 metadata.xml:
38
39
40
41 1.1 dev-lang/fsharp/fsharp-3.0.28.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/fsharp/fsharp-3.0.28.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/fsharp/fsharp-3.0.28.ebuild?rev=1.1&content-type=text/plain
45
46 Index: fsharp-3.0.28.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-lang/fsharp/fsharp-3.0.28.ebuild,v 1.1 2013/09/29 05:32:29 cynede Exp $
51
52 EAPI="5"
53
54 AUTOTOOLS_AUTORECONF=1
55
56 inherit autotools-utils mono-env
57
58 DESCRIPTION="The F# Compiler"
59 HOMEPAGE="https://github.com/fsharp/fsharp"
60 SRC_URI="https://github.com/fsharp/fsharp/archive/${PV}.tar.gz -> ${P}.tar.gz"
61
62 LICENSE="Apache-2.0"
63 SLOT="0"
64 KEYWORDS="~x86 ~amd64"
65 IUSE=""
66
67 MAKEOPTS+=" -j1" #nowarn
68 DEPEND="dev-lang/mono"
69 RDEPEND="${DEPEND}"
70
71 AUTOTOOLS_IN_SOURCE_BUILD=1
72
73 src_install() {
74 default
75
76 #for older software compatibility:
77 dosym fsharpc /usr/bin/fsc
78 }