public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-lang/fsharp: fsharp-3.0.30.ebuild ChangeLog
@ 2013-10-09 11:51 Heather Cynede (cynede)
  0 siblings, 0 replies; 3+ messages in thread
From: Heather Cynede (cynede) @ 2013-10-09 11:51 UTC (permalink / raw
  To: gentoo-commits

cynede      13/10/09 11:51:22

  Modified:             ChangeLog
  Added:                fsharp-3.0.30.ebuild
  Log:
  fsharp bump
  
  (Portage version: 2.2.7_p2/cvs/Linux i686, unsigned Manifest commit)

Revision  Changes    Path
1.5                  dev-lang/fsharp/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/fsharp/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/fsharp/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/fsharp/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/fsharp/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	7 Oct 2013 05:38:10 -0000	1.4
+++ ChangeLog	9 Oct 2013 11:51:22 -0000	1.5
@@ -1,6 +1,11 @@
 # ChangeLog for dev-lang/fsharp
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/fsharp/ChangeLog,v 1.4 2013/10/07 05:38:10 cynede Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/fsharp/ChangeLog,v 1.5 2013/10/09 11:51:22 cynede Exp $
+
+*fsharp-3.0.30 (09 Oct 2013)
+
+  09 Oct 2013; Heather Cynede <cynede@gentoo.org> +fsharp-3.0.30.ebuild:
+  fsharp bump
 
 *fsharp-3.0.29 (07 Oct 2013)
 



1.1                  dev-lang/fsharp/fsharp-3.0.30.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/fsharp/fsharp-3.0.30.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/fsharp/fsharp-3.0.30.ebuild?rev=1.1&content-type=text/plain

Index: fsharp-3.0.30.ebuild
===================================================================
# 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.30.ebuild,v 1.1 2013/10/09 11:51:22 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
}





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-lang/fsharp: fsharp-3.0.30.ebuild ChangeLog
@ 2013-10-09 15:45 Heather Cynede (cynede)
  0 siblings, 0 replies; 3+ messages in thread
From: Heather Cynede (cynede) @ 2013-10-09 15:45 UTC (permalink / raw
  To: gentoo-commits

cynede      13/10/09 15:45:08

  Modified:             fsharp-3.0.30.ebuild ChangeLog
  Log:
  fix src_install
  
  (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.2                  dev-lang/fsharp/fsharp-3.0.30.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/fsharp/fsharp-3.0.30.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/fsharp/fsharp-3.0.30.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/fsharp/fsharp-3.0.30.ebuild?r1=1.1&r2=1.2

Index: fsharp-3.0.30.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/fsharp/fsharp-3.0.30.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fsharp-3.0.30.ebuild	9 Oct 2013 11:51:22 -0000	1.1
+++ fsharp-3.0.30.ebuild	9 Oct 2013 15:45:08 -0000	1.2
@@ -1,6 +1,6 @@
 # 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.30.ebuild,v 1.1 2013/10/09 11:51:22 cynede Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/fsharp/fsharp-3.0.30.ebuild,v 1.2 2013/10/09 15:45:08 cynede Exp $
 
 EAPI="5"
 
@@ -24,7 +24,7 @@
 AUTOTOOLS_IN_SOURCE_BUILD=1
 
 src_install() {
-	default
+	autotools-utils_src_install
 
 	#for older software compatibility:
 	dosym fsharpc /usr/bin/fsc



1.6                  dev-lang/fsharp/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/fsharp/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/fsharp/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/fsharp/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/fsharp/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	9 Oct 2013 11:51:22 -0000	1.5
+++ ChangeLog	9 Oct 2013 15:45:08 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/fsharp
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/fsharp/ChangeLog,v 1.5 2013/10/09 11:51:22 cynede Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/fsharp/ChangeLog,v 1.6 2013/10/09 15:45:08 cynede Exp $
+
+  09 Oct 2013; Heather Cynede <cynede@gentoo.org> fsharp-3.0.30.ebuild:
+  fix src_install
 
 *fsharp-3.0.30 (09 Oct 2013)
 





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-lang/fsharp: fsharp-3.0.30.ebuild ChangeLog
@ 2013-11-05 13:03 Heather Cynede (cynede)
  0 siblings, 0 replies; 3+ messages in thread
From: Heather Cynede (cynede) @ 2013-11-05 13:03 UTC (permalink / raw
  To: gentoo-commits

cynede      13/11/05 13:03:14

  Modified:             fsharp-3.0.30.ebuild ChangeLog
  Log:
  fix fsc conflict with scala, remove fsc symlink from fsharp
  
  (Portage version: 2.2.7_p18/cvs/Linux i686, unsigned Manifest commit)

Revision  Changes    Path
1.3                  dev-lang/fsharp/fsharp-3.0.30.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/fsharp/fsharp-3.0.30.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/fsharp/fsharp-3.0.30.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/fsharp/fsharp-3.0.30.ebuild?r1=1.2&r2=1.3

Index: fsharp-3.0.30.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/fsharp/fsharp-3.0.30.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- fsharp-3.0.30.ebuild	9 Oct 2013 15:45:08 -0000	1.2
+++ fsharp-3.0.30.ebuild	5 Nov 2013 13:03:14 -0000	1.3
@@ -1,6 +1,6 @@
 # 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.30.ebuild,v 1.2 2013/10/09 15:45:08 cynede Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/fsharp/fsharp-3.0.30.ebuild,v 1.3 2013/11/05 13:03:14 cynede Exp $
 
 EAPI="5"
 
@@ -25,7 +25,4 @@
 
 src_install() {
 	autotools-utils_src_install
-
-	#for older software compatibility:
-	dosym fsharpc /usr/bin/fsc
 }



1.7                  dev-lang/fsharp/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/fsharp/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/fsharp/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/fsharp/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/fsharp/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	9 Oct 2013 15:45:08 -0000	1.6
+++ ChangeLog	5 Nov 2013 13:03:14 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/fsharp
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/fsharp/ChangeLog,v 1.6 2013/10/09 15:45:08 cynede Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/fsharp/ChangeLog,v 1.7 2013/11/05 13:03:14 cynede Exp $
+
+  05 Nov 2013; Heather Cynede <cynede@gentoo.org> fsharp-3.0.30.ebuild:
+  fix fsc conflict with scala, remove fsc symlink from fsharp
 
   09 Oct 2013; Heather Cynede <cynede@gentoo.org> fsharp-3.0.30.ebuild:
   fix src_install





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-11-05 13:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-09 11:51 [gentoo-commits] gentoo-x86 commit in dev-lang/fsharp: fsharp-3.0.30.ebuild ChangeLog Heather Cynede (cynede)
  -- strict thread matches above, loose matches on Subject: below --
2013-10-09 15:45 Heather Cynede (cynede)
2013-11-05 13:03 Heather Cynede (cynede)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox