From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AA32D13832E for ; Tue, 26 Jul 2016 13:37:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5AAEFE0AEE; Tue, 26 Jul 2016 13:37:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F1177E0AEE for ; Tue, 26 Jul 2016 13:37:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C2889340CCE for ; Tue, 26 Jul 2016 13:37:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0E4C7D5 for ; Tue, 26 Jul 2016 13:37:30 +0000 (UTC) From: "Heather Cynede" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Heather Cynede" Message-ID: <1469540212.01c50d219984ac9aef0dcc8ed71f89c4761e3909.cynede@gentoo> Subject: [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/fake/ X-VCS-Repository: proj/dotnet X-VCS-Files: dev-dotnet/fake/fake-9999.ebuild dev-dotnet/fake/metadata.xml X-VCS-Directories: dev-dotnet/fake/ X-VCS-Committer: cynede X-VCS-Committer-Name: Heather Cynede X-VCS-Revision: 01c50d219984ac9aef0dcc8ed71f89c4761e3909 X-VCS-Branch: master Date: Tue, 26 Jul 2016 13:37:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5bf25781-3207-47f7-b53b-881f111d97d8 X-Archives-Hash: c8e002d8b648c3e741da3199c565399e commit: 01c50d219984ac9aef0dcc8ed71f89c4761e3909 Author: Mikhail Pukhlikov gentoo org> AuthorDate: Tue Jul 26 13:36:52 2016 +0000 Commit: Heather Cynede gentoo org> CommitDate: Tue Jul 26 13:36:52 2016 +0000 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=01c50d21 fix bug #203 Package-Manager: portage-2.3.0 dev-dotnet/fake/fake-9999.ebuild | 15 +++++---------- dev-dotnet/fake/metadata.xml | 5 ----- 2 files changed, 5 insertions(+), 15 deletions(-) diff --git a/dev-dotnet/fake/fake-9999.ebuild b/dev-dotnet/fake/fake-9999.ebuild index 3a5dadd..68ec45d 100644 --- a/dev-dotnet/fake/fake-9999.ebuild +++ b/dev-dotnet/fake/fake-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,15 +14,10 @@ SRC_URI="" LICENSE="MS-PL" SLOT="0" KEYWORDS="" -IUSE="heather" - -if use heather; then - EGIT_REPO_URI="git://github.com/Heather/FAKE.git" - EGIT_MASTER="develop" -else - EGIT_REPO_URI="git://github.com/fsharp/FAKE.git" - EGIT_MASTER="develop" -fi +IUSE="" + +EGIT_REPO_URI="git://github.com/fsharp/FAKE.git" +EGIT_MASTER="develop" DEPEND="dev-lang/mono dev-lang/fsharp" diff --git a/dev-dotnet/fake/metadata.xml b/dev-dotnet/fake/metadata.xml index aa1e005..ec43436 100644 --- a/dev-dotnet/fake/metadata.xml +++ b/dev-dotnet/fake/metadata.xml @@ -5,11 +5,6 @@ dotnet@gentoo.org Gentoo Dotnet Project - - - Heather fork - - NuGet:FAKE FAKE - F# Make