cynede 14/05/17 09:07:09 Modified: ChangeLog Added: fsharp-3.1.1.14.ebuild Removed: fsharp-3.1.0.ebuild Log: fsharp bump (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.11 dev-lang/fsharp/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/fsharp/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/fsharp/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/fsharp/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/fsharp/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 1 Jan 2014 13:51:43 -0000 1.10 +++ ChangeLog 17 May 2014 09:07:09 -0000 1.11 @@ -1,6 +1,12 @@ # ChangeLog for dev-lang/fsharp # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/fsharp/ChangeLog,v 1.10 2014/01/01 13:51:43 cynede Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/fsharp/ChangeLog,v 1.11 2014/05/17 09:07:09 cynede Exp $ + +*fsharp-3.1.1.14 (17 May 2014) + + 17 May 2014; Heather Cynede <[email protected]> +fsharp-3.1.1.14.ebuild, + -fsharp-3.1.0.ebuild: + fsharp bump 01 Jan 2014; Heather Cynede <[email protected]> -fsharp-3.0.30.ebuild: clean older F# ebuilds 2 1.1 dev-lang/fsharp/fsharp-3.1.1.14.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/fsharp/fsharp-3.1.1.14.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/fsharp/fsharp-3.1.1.14.ebuild?rev=1.1&content-type=text/plain Index: fsharp-3.1.1.14.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-lang/fsharp/fsharp-3.1.1.14.ebuild,v 1.1 2014/05/17 09:07:09 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() { autotools-utils_src_install }
