public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Heather Cynede" <cynede@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/dotnet:master commit in: dev-lang/fsharp/
Date: Tue, 24 Sep 2013 12:54:03 +0000 (UTC)	[thread overview]
Message-ID: <1380027367.1cc7509bb1100711bc73b1c58d524e9baae16b2f.cynede@gentoo> (raw)

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>


             reply	other threads:[~2013-09-24 12:54 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-24 12:54 Heather Cynede [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-02-08 11:41 [gentoo-commits] proj/dotnet:master commit in: dev-lang/fsharp/ Mikhail Pukhlikov
2016-10-27  7:33 Mikhail Pukhlikov
2016-06-27  7:31 Heather Cynede
2016-06-22  6:47 Heather Cynede
2015-10-17  6:40 Heather Cynede
2015-09-30 15:20 Heather Cynede
2015-08-11 13:44 Heather Cynede
2015-07-28 12:09 Heather Cynede
2015-05-09  9:14 Heather Cynede
2015-05-09  8:43 Heather Cynede
2015-04-11 11:05 Heather Cynede
2014-12-28 14:11 Heather
2014-11-25  6:06 Heather Cynede
2014-09-18 19:31 Heather Cynede
2014-08-12 18:08 Heather Cynede
2014-09-06 14:02 ` Heather Cynede
2014-07-12  6:28 Heather Cynede
2014-06-08  7:09 Heather Cynede
2014-05-17  8:50 Heather Cynede
2014-04-26  6:29 Heather Cynede
2014-02-21  7:41 Heather Cynede
2014-01-25  8:22 Heather Cynede
2014-01-01 11:18 Heather Cynede
2013-11-05 12:44 Heather Cynede
2013-10-09 15:42 Heather Cynede
2013-10-09 11:09 Heather Cynede
2013-10-05 15:52 Heather Cynede
2013-09-28 15:39 Heather Cynede
2013-09-24 13:03 Heather Cynede
2013-09-23 12:41 Heather Cynede

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1380027367.1cc7509bb1100711bc73b1c58d524e9baae16b2f.cynede@gentoo \
    --to=cynede@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox