cynede 14/12/28 15:02:09 Modified: ChangeLog Added: fsharp-3.1.1.31.ebuild Removed: fsharp-3.1.1.26.ebuild Log: F# bump (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.13 dev-lang/fsharp/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/fsharp/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/fsharp/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/fsharp/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/fsharp/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 19 Sep 2014 11:36:21 -0000 1.12 +++ ChangeLog 28 Dec 2014 15:02:08 -0000 1.13 @@ -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.12 2014/09/19 11:36:21 cynede Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/fsharp/ChangeLog,v 1.13 2014/12/28 15:02:08 cynede Exp $ + +*fsharp-3.1.1.31 (28 Dec 2014) + + 28 Dec 2014; Heather Cynede <[email protected]> +fsharp-3.1.1.31.ebuild, + -fsharp-3.1.1.26.ebuild: + F# bump *fsharp-3.1.1.26 (19 Sep 2014) 1.1 dev-lang/fsharp/fsharp-3.1.1.31.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/fsharp/fsharp-3.1.1.31.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/fsharp/fsharp-3.1.1.31.ebuild?rev=1.1&content-type=text/plain Index: fsharp-3.1.1.31.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.31.ebuild,v 1.1 2014/12/28 15:02:08 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 }
