summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Pukhlikov <cynede@gentoo.org>2014-01-01 13:51:43 +0000
committerMikhail Pukhlikov <cynede@gentoo.org>2014-01-01 13:51:43 +0000
commite3bd5963199d809b95d8e73abbd9f0f8d7fcc3e2 (patch)
treeef9996e01b9aa6784fc93c534e618b60d6faeb9e /dev-lang/fsharp
parentF# bump to 3.1 (diff)
downloadgentoo-2-e3bd5963199d809b95d8e73abbd9f0f8d7fcc3e2.tar.gz
gentoo-2-e3bd5963199d809b95d8e73abbd9f0f8d7fcc3e2.tar.bz2
gentoo-2-e3bd5963199d809b95d8e73abbd9f0f8d7fcc3e2.zip
clean older F# ebuilds 2
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-lang/fsharp')
-rw-r--r--dev-lang/fsharp/ChangeLog5
-rw-r--r--dev-lang/fsharp/fsharp-3.0.30.ebuild28
2 files changed, 4 insertions, 29 deletions
diff --git a/dev-lang/fsharp/ChangeLog b/dev-lang/fsharp/ChangeLog
index 2be388686d28..ea76d607ec09 100644
--- a/dev-lang/fsharp/ChangeLog
+++ b/dev-lang/fsharp/ChangeLog
@@ -1,6 +1,9 @@
# 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.9 2014/01/01 13:45:36 cynede Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/fsharp/ChangeLog,v 1.10 2014/01/01 13:51:43 cynede Exp $
+
+ 01 Jan 2014; Heather Cynede <cynede@gentoo.org> -fsharp-3.0.30.ebuild:
+ clean older F# ebuilds 2
*fsharp-3.1.0 (01 Jan 2014)
diff --git a/dev-lang/fsharp/fsharp-3.0.30.ebuild b/dev-lang/fsharp/fsharp-3.0.30.ebuild
deleted file mode 100644
index b8dd5570fce1..000000000000
--- a/dev-lang/fsharp/fsharp-3.0.30.ebuild
+++ /dev/null
@@ -1,28 +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.30.ebuild,v 1.3 2013/11/05 13:03:14 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
-}