* [gentoo-commits] proj/dotnet:master commit in: dev-lang/fsharp/
@ 2013-09-23 12:41 Heather Cynede
0 siblings, 0 replies; 31+ messages in thread
From: Heather Cynede @ 2013-09-23 12:41 UTC (permalink / raw
To: gentoo-commits
commit: db245590e191c576057ddc58c23b8d2567728aec
Author: Matthias Dittrich <matthid <AT> googlemail <DOT> com>
AuthorDate: Fri Sep 20 16:32:16 2013 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Mon Sep 23 12:41:27 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=db245590
corrected the name of the downloaded .tar.gz archive
---
dev-lang/fsharp/fsharp-3.0.26.ebuild | 2 +-
dev-lang/fsharp/fsharp-3.0.27.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-lang/fsharp/fsharp-3.0.26.ebuild b/dev-lang/fsharp/fsharp-3.0.26.ebuild
index 0f59669..9d08465 100644
--- a/dev-lang/fsharp/fsharp-3.0.26.ebuild
+++ b/dev-lang/fsharp/fsharp-3.0.26.ebuild
@@ -10,7 +10,7 @@ inherit autotools dotnet
DESCRIPTION="The F# Compiler"
HOMEPAGE="https://github.com/fsharp/fsharp"
-SRC_URI="https://github.com/fsharp/fsharp/archive/${PV}.tar.gz"
+SRC_URI="https://github.com/fsharp/fsharp/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
diff --git a/dev-lang/fsharp/fsharp-3.0.27.ebuild b/dev-lang/fsharp/fsharp-3.0.27.ebuild
index bf9decd..b4c3e96 100644
--- a/dev-lang/fsharp/fsharp-3.0.27.ebuild
+++ b/dev-lang/fsharp/fsharp-3.0.27.ebuild
@@ -10,7 +10,7 @@ inherit autotools dotnet
DESCRIPTION="The F# Compiler"
HOMEPAGE="https://github.com/fsharp/fsharp"
-SRC_URI="https://github.com/fsharp/fsharp/archive/${PV}.tar.gz"
+SRC_URI="https://github.com/fsharp/fsharp/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/dotnet:master commit in: dev-lang/fsharp/
@ 2013-09-24 12:54 Heather Cynede
0 siblings, 0 replies; 31+ messages in thread
From: Heather Cynede @ 2013-09-24 12:54 UTC (permalink / raw
To: gentoo-commits
commit: 1cc7509bb1100711bc73b1c58d524e9baae16b2f
Author: Heather <Heather <AT> cynede <DOT> net>
AuthorDate: Tue Sep 24 12:56:07 2013 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Tue Sep 24 12:56:07 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=1cc7509b
fsharp QA
---
dev-lang/fsharp/fsharp-3.0.27.ebuild | 20 ++++++++++----------
dev-lang/fsharp/metadata.xml | 9 ++-------
2 files changed, 12 insertions(+), 17 deletions(-)
diff --git a/dev-lang/fsharp/fsharp-3.0.27.ebuild b/dev-lang/fsharp/fsharp-3.0.27.ebuild
index b4c3e96..438e302 100644
--- a/dev-lang/fsharp/fsharp-3.0.27.ebuild
+++ b/dev-lang/fsharp/fsharp-3.0.27.ebuild
@@ -1,12 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/fsharp/fsharp-3.0.27.ebuild,v 1.1 2013/09/24 12:22:10 cynede Exp $
EAPI="5"
-USE_DOTNET="net40"
-
-inherit autotools dotnet
+inherit autotools-utils mono-env
DESCRIPTION="The F# Compiler"
HOMEPAGE="https://github.com/fsharp/fsharp"
@@ -17,15 +15,17 @@ SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
-MAKEOPTS="-j1" #nowarn
-DEPEND="|| ( >dev-lang/mono-3.0.6 <dev-lang/mono-3.0.5 )"
+MAKEOPTS+=" -j1" #nowarn
+DEPEND="dev-lang/mono"
RDEPEND="${DEPEND}"
-src_prepare() {
- eautoreconf
-}
+AUTOTOOLS_IN_SOURCE_BUILD=1
+AUTOTOOLS_AUTORECONF=1
+
src_install() {
default
- dosym /usr/bin/fsharpc /usr/bin/fsc
+
+ #for older software compatibility:
+ dosym fsharpc /usr/bin/fsc
}
diff --git a/dev-lang/fsharp/metadata.xml b/dev-lang/fsharp/metadata.xml
index a580ef9..eccacf9 100644
--- a/dev-lang/fsharp/metadata.xml
+++ b/dev-lang/fsharp/metadata.xml
@@ -1,13 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer>
- <email>heather@cynede.net</email>
- </maintainer>
+ <herd>dotnet</herd>
<longdescription>
- Mono/.NET programming language
+ Mono/.NET open-source, strongly typed, multi-paradigm programming language encompassing functional, imperative and object-oriented programming techniques. Most often used as a cross-platform CLI language.
</longdescription>
- <use>
- <flag name='unicode'>Fork</flag>
- </use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/dotnet:master commit in: dev-lang/fsharp/
@ 2013-09-24 13:03 Heather Cynede
0 siblings, 0 replies; 31+ messages in thread
From: Heather Cynede @ 2013-09-24 13:03 UTC (permalink / raw
To: gentoo-commits
commit: aa77d68bf6fe4e95f3f92dd9637a5a548850fd49
Author: Heather <Heather <AT> cynede <DOT> net>
AuthorDate: Tue Sep 24 13:06:03 2013 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Tue Sep 24 13:06:03 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=aa77d68b
lesser QA for fsharp
---
dev-lang/fsharp/fsharp-3.0.27.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-lang/fsharp/fsharp-3.0.27.ebuild b/dev-lang/fsharp/fsharp-3.0.27.ebuild
index 438e302..dcb1157 100644
--- a/dev-lang/fsharp/fsharp-3.0.27.ebuild
+++ b/dev-lang/fsharp/fsharp-3.0.27.ebuild
@@ -4,6 +4,8 @@
EAPI="5"
+AUTOTOOLS_AUTORECONF=1
+
inherit autotools-utils mono-env
DESCRIPTION="The F# Compiler"
@@ -20,8 +22,6 @@ DEPEND="dev-lang/mono"
RDEPEND="${DEPEND}"
AUTOTOOLS_IN_SOURCE_BUILD=1
-AUTOTOOLS_AUTORECONF=1
-
src_install() {
default
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/dotnet:master commit in: dev-lang/fsharp/
@ 2013-09-28 15:39 Heather Cynede
0 siblings, 0 replies; 31+ messages in thread
From: Heather Cynede @ 2013-09-28 15:39 UTC (permalink / raw
To: gentoo-commits
commit: 42d83035aca3257e937bc89cebd53fb499776989
Author: Heather <Heather <AT> cynede <DOT> net>
AuthorDate: Sat Sep 28 15:36:32 2013 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Sat Sep 28 15:36:32 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=42d83035
F# 3.0.28
---
dev-lang/fsharp/fsharp-3.0.28.ebuild | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/dev-lang/fsharp/fsharp-3.0.28.ebuild b/dev-lang/fsharp/fsharp-3.0.28.ebuild
new file mode 100644
index 0000000..7fc4221
--- /dev/null
+++ b/dev-lang/fsharp/fsharp-3.0.28.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2013 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() {
+ default
+
+ #for older software compatibility:
+ dosym fsharpc /usr/bin/fsc
+}
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/dotnet:master commit in: dev-lang/fsharp/
@ 2013-10-05 15:52 Heather Cynede
0 siblings, 0 replies; 31+ messages in thread
From: Heather Cynede @ 2013-10-05 15:52 UTC (permalink / raw
To: gentoo-commits
commit: ea50ce175a8d2981ab6f1b8bfe824ebb5d7bf84e
Author: Heather <Heather <AT> cynede <DOT> net>
AuthorDate: Sat Oct 5 15:49:43 2013 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Sat Oct 5 15:49:43 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=ea50ce17
F# 3.0.29
---
dev-lang/fsharp/fsharp-3.0.29.ebuild | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/dev-lang/fsharp/fsharp-3.0.29.ebuild b/dev-lang/fsharp/fsharp-3.0.29.ebuild
new file mode 100644
index 0000000..7fc4221
--- /dev/null
+++ b/dev-lang/fsharp/fsharp-3.0.29.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2013 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() {
+ default
+
+ #for older software compatibility:
+ dosym fsharpc /usr/bin/fsc
+}
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/dotnet:master commit in: dev-lang/fsharp/
@ 2013-10-09 11:09 Heather Cynede
0 siblings, 0 replies; 31+ messages in thread
From: Heather Cynede @ 2013-10-09 11:09 UTC (permalink / raw
To: gentoo-commits
commit: b23402279c6919bf5cf02f107df92f68cd946a04
Author: Heather <Heather <AT> cynede <DOT> net>
AuthorDate: Wed Oct 9 11:11:37 2013 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Wed Oct 9 11:11:37 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=b2340227
F# 3.0.30 & clean up
---
dev-lang/fsharp/fsharp-3.0.26.ebuild | 31 ----------------------
dev-lang/fsharp/fsharp-3.0.27.ebuild | 31 ----------------------
dev-lang/fsharp/fsharp-3.0.29.ebuild | 31 ----------------------
.../{fsharp-3.0.28.ebuild => fsharp-3.0.30.ebuild} | 0
4 files changed, 93 deletions(-)
diff --git a/dev-lang/fsharp/fsharp-3.0.26.ebuild b/dev-lang/fsharp/fsharp-3.0.26.ebuild
deleted file mode 100644
index 9d08465..0000000
--- a/dev-lang/fsharp/fsharp-3.0.26.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-
-USE_DOTNET="net40"
-
-inherit autotools dotnet
-
-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-3.0.6 <dev-lang/mono-3.0.5 )"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- eautoreconf
-}
-
-src_install() {
- default
- dosym /usr/bin/fsharpc /usr/bin/fsc
-}
diff --git a/dev-lang/fsharp/fsharp-3.0.27.ebuild b/dev-lang/fsharp/fsharp-3.0.27.ebuild
deleted file mode 100644
index dcb1157..0000000
--- a/dev-lang/fsharp/fsharp-3.0.27.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/fsharp/fsharp-3.0.27.ebuild,v 1.1 2013/09/24 12:22:10 cynede Exp $
-
-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() {
- default
-
- #for older software compatibility:
- dosym fsharpc /usr/bin/fsc
-}
diff --git a/dev-lang/fsharp/fsharp-3.0.29.ebuild b/dev-lang/fsharp/fsharp-3.0.29.ebuild
deleted file mode 100644
index 7fc4221..0000000
--- a/dev-lang/fsharp/fsharp-3.0.29.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2013 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() {
- default
-
- #for older software compatibility:
- dosym fsharpc /usr/bin/fsc
-}
diff --git a/dev-lang/fsharp/fsharp-3.0.28.ebuild b/dev-lang/fsharp/fsharp-3.0.30.ebuild
similarity index 100%
rename from dev-lang/fsharp/fsharp-3.0.28.ebuild
rename to dev-lang/fsharp/fsharp-3.0.30.ebuild
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/dotnet:master commit in: dev-lang/fsharp/
@ 2013-10-09 15:42 Heather Cynede
0 siblings, 0 replies; 31+ messages in thread
From: Heather Cynede @ 2013-10-09 15:42 UTC (permalink / raw
To: gentoo-commits
commit: 938cff53bb1a1461ce3513da63a0afb3e0878377
Author: Heather <Heather <AT> cynede <DOT> net>
AuthorDate: Wed Oct 9 15:39:24 2013 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Wed Oct 9 15:39:24 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=938cff53
F# src_install fix
---
dev-lang/fsharp/fsharp-3.0.30.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-lang/fsharp/fsharp-3.0.30.ebuild b/dev-lang/fsharp/fsharp-3.0.30.ebuild
index 7fc4221..63f8ee3 100644
--- a/dev-lang/fsharp/fsharp-3.0.30.ebuild
+++ b/dev-lang/fsharp/fsharp-3.0.30.ebuild
@@ -24,7 +24,7 @@ RDEPEND="${DEPEND}"
AUTOTOOLS_IN_SOURCE_BUILD=1
src_install() {
- default
+ autotools-utils_src_install
#for older software compatibility:
dosym fsharpc /usr/bin/fsc
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/dotnet:master commit in: dev-lang/fsharp/
@ 2013-11-05 12:44 Heather Cynede
0 siblings, 0 replies; 31+ messages in thread
From: Heather Cynede @ 2013-11-05 12:44 UTC (permalink / raw
To: gentoo-commits
commit: 8dc34bc1aa4c2e87d124cdf1705544ef30498eb6
Author: Heather <Cynede <AT> Gentoo <DOT> org>
AuthorDate: Tue Nov 5 12:30:19 2013 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Tue Nov 5 12:30:19 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=8dc34bc1
fsc conflicts with scala...
---
dev-lang/fsharp/fsharp-3.0.30.ebuild | 3 ---
1 file changed, 3 deletions(-)
diff --git a/dev-lang/fsharp/fsharp-3.0.30.ebuild b/dev-lang/fsharp/fsharp-3.0.30.ebuild
index 63f8ee3..5f9b5eb 100644
--- a/dev-lang/fsharp/fsharp-3.0.30.ebuild
+++ b/dev-lang/fsharp/fsharp-3.0.30.ebuild
@@ -25,7 +25,4 @@ AUTOTOOLS_IN_SOURCE_BUILD=1
src_install() {
autotools-utils_src_install
-
- #for older software compatibility:
- dosym fsharpc /usr/bin/fsc
}
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/dotnet:master commit in: dev-lang/fsharp/
@ 2014-01-01 11:18 Heather Cynede
0 siblings, 0 replies; 31+ messages in thread
From: Heather Cynede @ 2014-01-01 11:18 UTC (permalink / raw
To: gentoo-commits
commit: d8b74fb3919f79cca73bddac6ee422274a2986f9
Author: Heather <Heather <AT> live <DOT> ru>
AuthorDate: Wed Jan 1 11:14:46 2014 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Wed Jan 1 11:14:46 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=d8b74fb3
F# 3.1
---
dev-lang/fsharp/fsharp-3.1.0.ebuild | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/dev-lang/fsharp/fsharp-3.1.0.ebuild b/dev-lang/fsharp/fsharp-3.1.0.ebuild
new file mode 100644
index 0000000..5f9b5eb
--- /dev/null
+++ b/dev-lang/fsharp/fsharp-3.1.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2013 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
+}
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/dotnet:master commit in: dev-lang/fsharp/
@ 2014-01-25 8:22 Heather Cynede
0 siblings, 0 replies; 31+ messages in thread
From: Heather Cynede @ 2014-01-25 8:22 UTC (permalink / raw
To: gentoo-commits
commit: 9b0c114024ea0d771244b25f4bba590fedc20b68
Author: Heather <Heather <AT> live <DOT> ru>
AuthorDate: Thu Jan 23 08:33:48 2014 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Thu Jan 23 08:33:48 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=9b0c1140
F# 3.1.1
---
dev-lang/fsharp/fsharp-3.1.1.ebuild | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/dev-lang/fsharp/fsharp-3.1.1.ebuild b/dev-lang/fsharp/fsharp-3.1.1.ebuild
new file mode 100644
index 0000000..5f9b5eb
--- /dev/null
+++ b/dev-lang/fsharp/fsharp-3.1.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2013 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
+}
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/dotnet:master commit in: dev-lang/fsharp/
@ 2014-02-21 7:41 Heather Cynede
0 siblings, 0 replies; 31+ messages in thread
From: Heather Cynede @ 2014-02-21 7:41 UTC (permalink / raw
To: gentoo-commits
commit: 5683d12f13fc574f5379796c192bc6969000fe3f
Author: Heather <Heather <AT> live <DOT> ru>
AuthorDate: Thu Feb 20 07:45:58 2014 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Thu Feb 20 07:45:58 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=5683d12f
F# 3.1.1.1
---
dev-lang/fsharp/fsharp-3.1.1.1.ebuild | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/dev-lang/fsharp/fsharp-3.1.1.1.ebuild b/dev-lang/fsharp/fsharp-3.1.1.1.ebuild
new file mode 100644
index 0000000..5f9b5eb
--- /dev/null
+++ b/dev-lang/fsharp/fsharp-3.1.1.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2013 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
+}
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/dotnet:master commit in: dev-lang/fsharp/
@ 2014-04-26 6:29 Heather Cynede
0 siblings, 0 replies; 31+ messages in thread
From: Heather Cynede @ 2014-04-26 6:29 UTC (permalink / raw
To: gentoo-commits
commit: f7d209560b6a4e148c9b7ad33b59c7ae5a4ea340
Author: Heather <Heather <AT> live <DOT> ru>
AuthorDate: Sat Apr 26 06:25:15 2014 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Sat Apr 26 06:25:15 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=f7d20956
F# bump + older versions clean up
---
dev-lang/fsharp/fsharp-3.1.0.ebuild | 28 ----------------------
dev-lang/fsharp/fsharp-3.1.1.1.ebuild | 28 ----------------------
...fsharp-3.0.30.ebuild => fsharp-3.1.1.11.ebuild} | 0
dev-lang/fsharp/fsharp-3.1.1.9.ebuild | 28 ----------------------
dev-lang/fsharp/fsharp-3.1.1.ebuild | 28 ----------------------
5 files changed, 112 deletions(-)
diff --git a/dev-lang/fsharp/fsharp-3.1.0.ebuild b/dev-lang/fsharp/fsharp-3.1.0.ebuild
deleted file mode 100644
index 5f9b5eb..0000000
--- a/dev-lang/fsharp/fsharp-3.1.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2013 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
-}
diff --git a/dev-lang/fsharp/fsharp-3.1.1.1.ebuild b/dev-lang/fsharp/fsharp-3.1.1.1.ebuild
deleted file mode 100644
index 5f9b5eb..0000000
--- a/dev-lang/fsharp/fsharp-3.1.1.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2013 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
-}
diff --git a/dev-lang/fsharp/fsharp-3.0.30.ebuild b/dev-lang/fsharp/fsharp-3.1.1.11.ebuild
similarity index 100%
rename from dev-lang/fsharp/fsharp-3.0.30.ebuild
rename to dev-lang/fsharp/fsharp-3.1.1.11.ebuild
diff --git a/dev-lang/fsharp/fsharp-3.1.1.9.ebuild b/dev-lang/fsharp/fsharp-3.1.1.9.ebuild
deleted file mode 100644
index 5f9b5eb..0000000
--- a/dev-lang/fsharp/fsharp-3.1.1.9.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2013 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
-}
diff --git a/dev-lang/fsharp/fsharp-3.1.1.ebuild b/dev-lang/fsharp/fsharp-3.1.1.ebuild
deleted file mode 100644
index 5f9b5eb..0000000
--- a/dev-lang/fsharp/fsharp-3.1.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2013 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
-}
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/dotnet:master commit in: dev-lang/fsharp/
@ 2014-05-17 8:50 Heather Cynede
0 siblings, 0 replies; 31+ messages in thread
From: Heather Cynede @ 2014-05-17 8:50 UTC (permalink / raw
To: gentoo-commits
commit: ebbead619ec3543f4873df8cc90446aaea00b3f1
Author: Heather <Heather <AT> live <DOT> ru>
AuthorDate: Sat May 17 08:45:50 2014 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Sat May 17 08:45:50 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=ebbead61
bump F#
---
dev-lang/fsharp/{fsharp-3.1.1.11.ebuild => fsharp-3.1.1.14.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/dev-lang/fsharp/fsharp-3.1.1.11.ebuild b/dev-lang/fsharp/fsharp-3.1.1.14.ebuild
similarity index 100%
rename from dev-lang/fsharp/fsharp-3.1.1.11.ebuild
rename to dev-lang/fsharp/fsharp-3.1.1.14.ebuild
^ permalink raw reply [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/dotnet:master commit in: dev-lang/fsharp/
@ 2014-06-08 7:09 Heather Cynede
0 siblings, 0 replies; 31+ messages in thread
From: Heather Cynede @ 2014-06-08 7:09 UTC (permalink / raw
To: gentoo-commits
commit: 308c6d82e5bba74ec5525780b12b0bcb1b886098
Author: Heather <Heather <AT> live <DOT> ru>
AuthorDate: Sun Jun 8 07:04:59 2014 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Sun Jun 8 07:04:59 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=308c6d82
bump F#
---
dev-lang/fsharp/{fsharp-3.1.1.14.ebuild => fsharp-3.1.1.19.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/dev-lang/fsharp/fsharp-3.1.1.14.ebuild b/dev-lang/fsharp/fsharp-3.1.1.19.ebuild
similarity index 100%
rename from dev-lang/fsharp/fsharp-3.1.1.14.ebuild
rename to dev-lang/fsharp/fsharp-3.1.1.19.ebuild
^ permalink raw reply [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/dotnet:master commit in: dev-lang/fsharp/
@ 2014-07-12 6:28 Heather Cynede
0 siblings, 0 replies; 31+ messages in thread
From: Heather Cynede @ 2014-07-12 6:28 UTC (permalink / raw
To: gentoo-commits
commit: 085d59e8720c27c950aab780d3c7001355859ea8
Author: Heather <Heather <AT> live <DOT> ru>
AuthorDate: Sat Jul 12 06:24:05 2014 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Sat Jul 12 06:24:05 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=085d59e8
bump F#
---
dev-lang/fsharp/{fsharp-3.1.1.19.ebuild => fsharp-3.1.1.21.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/dev-lang/fsharp/fsharp-3.1.1.19.ebuild b/dev-lang/fsharp/fsharp-3.1.1.21.ebuild
similarity index 100%
rename from dev-lang/fsharp/fsharp-3.1.1.19.ebuild
rename to dev-lang/fsharp/fsharp-3.1.1.21.ebuild
^ permalink raw reply [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/dotnet:master commit in: dev-lang/fsharp/
@ 2014-08-12 18:08 Heather Cynede
2014-09-06 14:02 ` Heather Cynede
0 siblings, 1 reply; 31+ messages in thread
From: Heather Cynede @ 2014-08-12 18:08 UTC (permalink / raw
To: gentoo-commits
commit: d4e1d7b44c9930d5dac90ecf4884e9f793662319
Author: Heather <Heather <AT> live <DOT> ru>
AuthorDate: Tue Aug 12 18:03:20 2014 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Tue Aug 12 18:03:20 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=d4e1d7b4
F# bump
---
dev-lang/fsharp/{fsharp-3.1.1.21.ebuild => fsharp-3.1.1.25.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/dev-lang/fsharp/fsharp-3.1.1.21.ebuild b/dev-lang/fsharp/fsharp-3.1.1.25.ebuild
similarity index 100%
rename from dev-lang/fsharp/fsharp-3.1.1.21.ebuild
rename to dev-lang/fsharp/fsharp-3.1.1.25.ebuild
^ permalink raw reply [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/dotnet:master commit in: dev-lang/fsharp/
2014-08-12 18:08 Heather Cynede
@ 2014-09-06 14:02 ` Heather Cynede
0 siblings, 0 replies; 31+ messages in thread
From: Heather Cynede @ 2014-09-06 14:02 UTC (permalink / raw
To: gentoo-commits
commit: d4e1d7b44c9930d5dac90ecf4884e9f793662319
Author: Heather <Heather <AT> live <DOT> ru>
AuthorDate: Tue Aug 12 18:03:20 2014 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Tue Aug 12 18:03:20 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=d4e1d7b4
F# bump
---
dev-lang/fsharp/{fsharp-3.1.1.21.ebuild => fsharp-3.1.1.25.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/dev-lang/fsharp/fsharp-3.1.1.21.ebuild b/dev-lang/fsharp/fsharp-3.1.1.25.ebuild
similarity index 100%
rename from dev-lang/fsharp/fsharp-3.1.1.21.ebuild
rename to dev-lang/fsharp/fsharp-3.1.1.25.ebuild
^ permalink raw reply [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/dotnet:master commit in: dev-lang/fsharp/
@ 2014-09-18 19:31 Heather Cynede
0 siblings, 0 replies; 31+ messages in thread
From: Heather Cynede @ 2014-09-18 19:31 UTC (permalink / raw
To: gentoo-commits
commit: 387ce65c9085bf27b3588552e2452dbf5071c0f4
Author: Heather <Heather <AT> live <DOT> ru>
AuthorDate: Thu Sep 18 19:31:13 2014 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Thu Sep 18 19:31:13 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=387ce65c
bump F#
---
dev-lang/fsharp/{fsharp-3.1.1.25.ebuild => fsharp-3.1.1.26.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/dev-lang/fsharp/fsharp-3.1.1.25.ebuild b/dev-lang/fsharp/fsharp-3.1.1.26.ebuild
similarity index 100%
rename from dev-lang/fsharp/fsharp-3.1.1.25.ebuild
rename to dev-lang/fsharp/fsharp-3.1.1.26.ebuild
^ permalink raw reply [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/dotnet:master commit in: dev-lang/fsharp/
@ 2014-11-25 6:06 Heather Cynede
0 siblings, 0 replies; 31+ messages in thread
From: Heather Cynede @ 2014-11-25 6:06 UTC (permalink / raw
To: gentoo-commits
commit: ba8fe7d9f998ecdec52dfb8e4fd474248b986dc6
Author: Heather <Heather <AT> live <DOT> ru>
AuthorDate: Sun Nov 23 11:55:09 2014 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Sun Nov 23 11:55:09 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=ba8fe7d9
bump F#
---
dev-lang/fsharp/fsharp-3.1.1.28.ebuild | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/dev-lang/fsharp/fsharp-3.1.1.28.ebuild b/dev-lang/fsharp/fsharp-3.1.1.28.ebuild
new file mode 100644
index 0000000..5f9b5eb
--- /dev/null
+++ b/dev-lang/fsharp/fsharp-3.1.1.28.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2013 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
+}
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/dotnet:master commit in: dev-lang/fsharp/
@ 2014-12-28 14:11 Heather
0 siblings, 0 replies; 31+ messages in thread
From: Heather @ 2014-12-28 14:11 UTC (permalink / raw
To: gentoo-commits
commit: b914bab11007c79f267dadb13d35a28d96832f1f
Author: Heather <Heather <AT> live <DOT> ru>
AuthorDate: Sun Dec 28 14:11:03 2014 +0000
Commit: Heather <Heather <AT> live <DOT> ru>
CommitDate: Sun Dec 28 14:11:03 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=b914bab1
bump F#
---
dev-lang/fsharp/fsharp-3.1.1.28.ebuild | 28 ----------------------
...harp-3.1.1.26.ebuild => fsharp-3.1.1.31.ebuild} | 0
2 files changed, 28 deletions(-)
diff --git a/dev-lang/fsharp/fsharp-3.1.1.28.ebuild b/dev-lang/fsharp/fsharp-3.1.1.28.ebuild
deleted file mode 100644
index 5f9b5eb..0000000
--- a/dev-lang/fsharp/fsharp-3.1.1.28.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2013 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
-}
diff --git a/dev-lang/fsharp/fsharp-3.1.1.26.ebuild b/dev-lang/fsharp/fsharp-3.1.1.31.ebuild
similarity index 100%
rename from dev-lang/fsharp/fsharp-3.1.1.26.ebuild
rename to dev-lang/fsharp/fsharp-3.1.1.31.ebuild
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/dotnet:master commit in: dev-lang/fsharp/
@ 2015-04-11 11:05 Heather Cynede
0 siblings, 0 replies; 31+ messages in thread
From: Heather Cynede @ 2015-04-11 11:05 UTC (permalink / raw
To: gentoo-commits
commit: d7a06df898c4fd07e4eb40c76d1c9c55f6d1dcb2
Author: Heather <Heather <AT> live <DOT> ru>
AuthorDate: Sat Apr 11 11:05:13 2015 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Sat Apr 11 11:05:13 2015 +0000
URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=d7a06df8
F# 4 support
dev-lang/fsharp/fsharp-9999.ebuild | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/dev-lang/fsharp/fsharp-9999.ebuild b/dev-lang/fsharp/fsharp-9999.ebuild
index 3f05358..a0e6957 100644
--- a/dev-lang/fsharp/fsharp-9999.ebuild
+++ b/dev-lang/fsharp/fsharp-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -15,14 +15,18 @@ SRC_URI=""
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS=""
-IUSE="+unicode"
+IUSE="-unicode +fsharp4"
if use unicode; then
EGIT_REPO_URI="git://github.com/Heather/fsharp.git"
EGIT_MASTER="heather"
else
EGIT_REPO_URI="git://github.com/fsharp/fsharp.git"
- EGIT_MASTER="master"
+ if use fsharp4; then
+ EGIT_MASTER="fsharp4"
+ else
+ EGIT_MASTER="master"
+ fi
fi
MAKEOPTS="-j1" #nowarn
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/dotnet:master commit in: dev-lang/fsharp/
@ 2015-05-09 8:43 Heather Cynede
0 siblings, 0 replies; 31+ messages in thread
From: Heather Cynede @ 2015-05-09 8:43 UTC (permalink / raw
To: gentoo-commits
commit: 76c842ceea9854002dd4f61c91e3abe6247bd820
Author: Heather <Heather <AT> live <DOT> ru>
AuthorDate: Sat May 9 08:43:13 2015 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Sat May 9 08:43:13 2015 +0000
URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=76c842ce
don't enable fsharp4 branch by default
dev-lang/fsharp/fsharp-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-lang/fsharp/fsharp-9999.ebuild b/dev-lang/fsharp/fsharp-9999.ebuild
index a0e6957..ddc5340 100644
--- a/dev-lang/fsharp/fsharp-9999.ebuild
+++ b/dev-lang/fsharp/fsharp-9999.ebuild
@@ -15,7 +15,7 @@ SRC_URI=""
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS=""
-IUSE="-unicode +fsharp4"
+IUSE="-unicode -fsharp4"
if use unicode; then
EGIT_REPO_URI="git://github.com/Heather/fsharp.git"
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/dotnet:master commit in: dev-lang/fsharp/
@ 2015-05-09 9:14 Heather Cynede
0 siblings, 0 replies; 31+ messages in thread
From: Heather Cynede @ 2015-05-09 9:14 UTC (permalink / raw
To: gentoo-commits
commit: eef780f2805031711358b2f0c88ffa7c978123bf
Author: Heather <Heather <AT> live <DOT> ru>
AuthorDate: Sat May 9 09:14:23 2015 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Sat May 9 09:14:23 2015 +0000
URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=eef780f2
F# bump
dev-lang/fsharp/fsharp-3.1.1.32.ebuild | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/dev-lang/fsharp/fsharp-3.1.1.32.ebuild b/dev-lang/fsharp/fsharp-3.1.1.32.ebuild
new file mode 100644
index 0000000..5f9b5eb
--- /dev/null
+++ b/dev-lang/fsharp/fsharp-3.1.1.32.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2013 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
+}
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/dotnet:master commit in: dev-lang/fsharp/
@ 2015-07-28 12:09 Heather Cynede
0 siblings, 0 replies; 31+ messages in thread
From: Heather Cynede @ 2015-07-28 12:09 UTC (permalink / raw
To: gentoo-commits
commit: 3aaa4482af4634ea465f16f61631352afd9049dc
Author: Heather <Heather <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Tue Jul 28 08:30:40 2015 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Tue Jul 28 08:30:40 2015 +0000
URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=3aaa4482
add fsharp4 IUSE description
dev-lang/fsharp/metadata.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/dev-lang/fsharp/metadata.xml b/dev-lang/fsharp/metadata.xml
index eccacf9..554d040 100644
--- a/dev-lang/fsharp/metadata.xml
+++ b/dev-lang/fsharp/metadata.xml
@@ -5,4 +5,7 @@
<longdescription>
Mono/.NET open-source, strongly typed, multi-paradigm programming language encompassing functional, imperative and object-oriented programming techniques. Most often used as a cross-platform CLI language.
</longdescription>
+ <use>
+ <flag name='fsharp4'>build F# 4 branch</flag>
+ </use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/dotnet:master commit in: dev-lang/fsharp/
@ 2015-08-11 13:44 Heather Cynede
0 siblings, 0 replies; 31+ messages in thread
From: Heather Cynede @ 2015-08-11 13:44 UTC (permalink / raw
To: gentoo-commits
commit: 8ff767ed73fa212e0afb8bca5ba0a91831b1aa78
Author: Heather <Heather <AT> live <DOT> ru>
AuthorDate: Tue Aug 11 13:42:46 2015 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Tue Aug 11 13:42:46 2015 +0000
URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=8ff767ed
bump F#
dev-lang/fsharp/fsharp-3.1.1.32.ebuild | 28 ----------------------
...sharp-3.1.1.31.ebuild => fsharp-4.0.0.3.ebuild} | 4 ++--
2 files changed, 2 insertions(+), 30 deletions(-)
diff --git a/dev-lang/fsharp/fsharp-3.1.1.32.ebuild b/dev-lang/fsharp/fsharp-3.1.1.32.ebuild
deleted file mode 100644
index 5f9b5eb..0000000
--- a/dev-lang/fsharp/fsharp-3.1.1.32.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2013 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
-}
diff --git a/dev-lang/fsharp/fsharp-3.1.1.31.ebuild b/dev-lang/fsharp/fsharp-4.0.0.3.ebuild
similarity index 91%
rename from dev-lang/fsharp/fsharp-3.1.1.31.ebuild
rename to dev-lang/fsharp/fsharp-4.0.0.3.ebuild
index 5f9b5eb..ef53ae4 100644
--- a/dev-lang/fsharp/fsharp-3.1.1.31.ebuild
+++ b/dev-lang/fsharp/fsharp-4.0.0.3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="5"
+EAPI=5
AUTOTOOLS_AUTORECONF=1
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/dotnet:master commit in: dev-lang/fsharp/
@ 2015-09-30 15:20 Heather Cynede
0 siblings, 0 replies; 31+ messages in thread
From: Heather Cynede @ 2015-09-30 15:20 UTC (permalink / raw
To: gentoo-commits
commit: c561ec541deb6f483750ed4a46d40c5a13c34cae
Author: Heather <Heather <AT> live <DOT> ru>
AuthorDate: Wed Sep 30 12:44:03 2015 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Wed Sep 30 12:44:03 2015 +0000
URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=c561ec54
F# needs mono > 3
dev-lang/fsharp/fsharp-4.0.0.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-lang/fsharp/fsharp-4.0.0.3.ebuild b/dev-lang/fsharp/fsharp-4.0.0.3.ebuild
index abf2cca..40ce3df 100644
--- a/dev-lang/fsharp/fsharp-4.0.0.3.ebuild
+++ b/dev-lang/fsharp/fsharp-4.0.0.3.ebuild
@@ -18,7 +18,7 @@ KEYWORDS="~x86 ~amd64"
IUSE=""
MAKEOPTS+=" -j1" #nowarn
-DEPEND="dev-lang/mono"
+DEPEND=">=dev-lang/mono-3"
RDEPEND="${DEPEND}"
AUTOTOOLS_IN_SOURCE_BUILD=1
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/dotnet:master commit in: dev-lang/fsharp/
@ 2015-10-17 6:40 Heather Cynede
0 siblings, 0 replies; 31+ messages in thread
From: Heather Cynede @ 2015-10-17 6:40 UTC (permalink / raw
To: gentoo-commits
commit: b99cc564a9f6667fe81b474a9fb5879c0f0e2fa9
Author: Heather <Heather <AT> live <DOT> ru>
AuthorDate: Tue Oct 13 11:37:36 2015 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Tue Oct 13 11:37:36 2015 +0000
URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=b99cc564
bump fsharp
dev-lang/fsharp/{fsharp-4.0.0.3.ebuild => fsharp-4.0.0.4.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/dev-lang/fsharp/fsharp-4.0.0.3.ebuild b/dev-lang/fsharp/fsharp-4.0.0.4.ebuild
similarity index 100%
rename from dev-lang/fsharp/fsharp-4.0.0.3.ebuild
rename to dev-lang/fsharp/fsharp-4.0.0.4.ebuild
^ permalink raw reply [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/dotnet:master commit in: dev-lang/fsharp/
@ 2016-06-22 6:47 Heather Cynede
0 siblings, 0 replies; 31+ messages in thread
From: Heather Cynede @ 2016-06-22 6:47 UTC (permalink / raw
To: gentoo-commits
commit: 0e9d634d3e156c6b379cc88f77a2c858b2b82419
Author: Heather <Heather <AT> live <DOT> ru>
AuthorDate: Wed Jun 22 06:41:31 2016 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Wed Jun 22 06:41:31 2016 +0000
URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=0e9d634d
dev-lang/fsharp: bump
dev-lang/fsharp/{fsharp-4.0.0.4.ebuild => fsharp-4.0.1.1.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/dev-lang/fsharp/fsharp-4.0.0.4.ebuild b/dev-lang/fsharp/fsharp-4.0.1.1.ebuild
similarity index 100%
rename from dev-lang/fsharp/fsharp-4.0.0.4.ebuild
rename to dev-lang/fsharp/fsharp-4.0.1.1.ebuild
^ permalink raw reply [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/dotnet:master commit in: dev-lang/fsharp/
@ 2016-06-27 7:31 Heather Cynede
0 siblings, 0 replies; 31+ messages in thread
From: Heather Cynede @ 2016-06-27 7:31 UTC (permalink / raw
To: gentoo-commits
commit: 473f6440cc312d7602031c568aaeff745838914c
Author: Cynede <cynede <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 27 07:25:29 2016 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Mon Jun 27 07:25:29 2016 +0000
URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=473f6440
remove F# live
dev-lang/fsharp/fsharp-9999.ebuild | 43 --------------------------------------
1 file changed, 43 deletions(-)
diff --git a/dev-lang/fsharp/fsharp-9999.ebuild b/dev-lang/fsharp/fsharp-9999.ebuild
deleted file mode 100644
index 65aff93..0000000
--- a/dev-lang/fsharp/fsharp-9999.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_DOTNET="net40"
-
-inherit git-2 autotools dotnet
-
-DESCRIPTION="The F# Compiler"
-HOMEPAGE="https://github.com/fsharp/fsharp"
-SRC_URI=""
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS=""
-IUSE="-unicode -fsharp4"
-
-if use unicode; then
- EGIT_REPO_URI="git://github.com/Heather/fsharp.git"
- EGIT_MASTER="heather"
-else
- EGIT_REPO_URI="git://github.com/fsharp/fsharp.git"
- if use fsharp4; then
- EGIT_MASTER="fsharp4"
- else
- EGIT_MASTER="master"
- fi
-fi
-
-MAKEOPTS="-j1" #nowarn
-DEPEND="|| ( >dev-lang/mono-3.0.6 <dev-lang/mono-3.0.5 )"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- eautoreconf
-}
-
-src_install() {
- default
- dosym /usr/bin/fsharpc /usr/bin/fsc
-}
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/dotnet:master commit in: dev-lang/fsharp/
@ 2016-10-27 7:33 Mikhail Pukhlikov
0 siblings, 0 replies; 31+ messages in thread
From: Mikhail Pukhlikov @ 2016-10-27 7:33 UTC (permalink / raw
To: gentoo-commits
commit: 74e543f2ece699fd6cf05a07b9d2b32ba6a630a8
Author: Bennjamin Blast <bennjamin.blast <AT> gmail <DOT> com>
AuthorDate: Thu Oct 27 05:00:33 2016 +0000
Commit: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
CommitDate: Thu Oct 27 05:00:33 2016 +0000
URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=74e543f2
Bump dev-lang/fsharp to v4.0.1.15
dev-lang/fsharp/fsharp-4.0.1.15.ebuild | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/dev-lang/fsharp/fsharp-4.0.1.15.ebuild b/dev-lang/fsharp/fsharp-4.0.1.15.ebuild
new file mode 100644
index 0000000..40ce3df
--- /dev/null
+++ b/dev-lang/fsharp/fsharp-4.0.1.15.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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-3"
+RDEPEND="${DEPEND}"
+
+AUTOTOOLS_IN_SOURCE_BUILD=1
+
+src_install() {
+ autotools-utils_src_install
+}
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [gentoo-commits] proj/dotnet:master commit in: dev-lang/fsharp/
@ 2017-02-08 11:41 Mikhail Pukhlikov
0 siblings, 0 replies; 31+ messages in thread
From: Mikhail Pukhlikov @ 2017-02-08 11:41 UTC (permalink / raw
To: gentoo-commits
commit: de0a89cd3c2c5beb506b5e11504d397620229f23
Author: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 16 06:25:20 2017 +0000
Commit: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
CommitDate: Mon Jan 16 06:25:20 2017 +0000
URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=de0a89cd
fsharp is moved to tree
dev-lang/fsharp/fsharp-4.0.1.1.ebuild | 28 ----------------------------
dev-lang/fsharp/fsharp-4.0.1.15.ebuild | 28 ----------------------------
dev-lang/fsharp/metadata.xml | 14 --------------
3 files changed, 70 deletions(-)
diff --git a/dev-lang/fsharp/fsharp-4.0.1.1.ebuild b/dev-lang/fsharp/fsharp-4.0.1.1.ebuild
deleted file mode 100644
index d7d67fe..0000000
--- a/dev-lang/fsharp/fsharp-4.0.1.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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-3"
-RDEPEND="${DEPEND}"
-
-AUTOTOOLS_IN_SOURCE_BUILD=1
-
-src_install() {
- autotools-utils_src_install
-}
diff --git a/dev-lang/fsharp/fsharp-4.0.1.15.ebuild b/dev-lang/fsharp/fsharp-4.0.1.15.ebuild
deleted file mode 100644
index d7d67fe..0000000
--- a/dev-lang/fsharp/fsharp-4.0.1.15.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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-3"
-RDEPEND="${DEPEND}"
-
-AUTOTOOLS_IN_SOURCE_BUILD=1
-
-src_install() {
- autotools-utils_src_install
-}
diff --git a/dev-lang/fsharp/metadata.xml b/dev-lang/fsharp/metadata.xml
deleted file mode 100644
index 4d8c5f1..0000000
--- a/dev-lang/fsharp/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>dotnet@gentoo.org</email>
- <description>Gentoo Dotnet Project</description>
- </maintainer>
- <longdescription lang="en">
- Mono/.NET open-source, strongly typed, multi-paradigm programming language encompassing functional, imperative and object-oriented programming techniques. Most often used as a cross-platform CLI language.
- </longdescription>
- <longdescription lang="ru">
- Реализация языка F# для CLI/mono
- </longdescription>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 31+ messages in thread
end of thread, other threads:[~2017-02-08 11:42 UTC | newest]
Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-23 12:41 [gentoo-commits] proj/dotnet:master commit in: dev-lang/fsharp/ Heather Cynede
-- strict thread matches above, loose matches on Subject: below --
2013-09-24 12:54 Heather Cynede
2013-09-24 13:03 Heather Cynede
2013-09-28 15:39 Heather Cynede
2013-10-05 15:52 Heather Cynede
2013-10-09 11:09 Heather Cynede
2013-10-09 15:42 Heather Cynede
2013-11-05 12:44 Heather Cynede
2014-01-01 11:18 Heather Cynede
2014-01-25 8:22 Heather Cynede
2014-02-21 7:41 Heather Cynede
2014-04-26 6:29 Heather Cynede
2014-05-17 8:50 Heather Cynede
2014-06-08 7:09 Heather Cynede
2014-07-12 6:28 Heather Cynede
2014-08-12 18:08 Heather Cynede
2014-09-06 14:02 ` Heather Cynede
2014-09-18 19:31 Heather Cynede
2014-11-25 6:06 Heather Cynede
2014-12-28 14:11 Heather
2015-04-11 11:05 Heather Cynede
2015-05-09 8:43 Heather Cynede
2015-05-09 9:14 Heather Cynede
2015-07-28 12:09 Heather Cynede
2015-08-11 13:44 Heather Cynede
2015-09-30 15:20 Heather Cynede
2015-10-17 6:40 Heather Cynede
2016-06-22 6:47 Heather Cynede
2016-06-27 7:31 Heather Cynede
2016-10-27 7:33 Mikhail Pukhlikov
2017-02-08 11:41 Mikhail Pukhlikov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox