public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/fake/
@ 2013-10-21  9:53 Heather Cynede
  0 siblings, 0 replies; 11+ messages in thread
From: Heather Cynede @ 2013-10-21  9:53 UTC (permalink / raw
  To: gentoo-commits

commit:     868f9c40d428d19e647a2a77c63a6897ed8a7067
Author:     Heather <Heather <AT> cynede <DOT> net>
AuthorDate: Mon Oct 21 09:56:16 2013 +0000
Commit:     Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Mon Oct 21 09:56:16 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=868f9c40

bump Fake to 2.1.361

---
 dev-dotnet/fake/{fake-2.1.247_alpha.ebuild => fake-2.1.361_alpha.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-dotnet/fake/fake-2.1.247_alpha.ebuild b/dev-dotnet/fake/fake-2.1.361_alpha.ebuild
similarity index 100%
rename from dev-dotnet/fake/fake-2.1.247_alpha.ebuild
rename to dev-dotnet/fake/fake-2.1.361_alpha.ebuild


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

* [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/fake/
@ 2013-11-03 10:24 Heather Cynede
  0 siblings, 0 replies; 11+ messages in thread
From: Heather Cynede @ 2013-11-03 10:24 UTC (permalink / raw
  To: gentoo-commits

commit:     0ea1a499a4fb3a41cfb38c132f4efcef2391dba9
Author:     Heather <Heather <AT> cynede <DOT> net>
AuthorDate: Sun Nov  3 10:20:55 2013 +0000
Commit:     Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Sun Nov  3 10:20:55 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=0ea1a499

fork by use flag

---
 dev-dotnet/fake/fake-9999.ebuild | 13 +++++++++----
 dev-dotnet/fake/metadata.xml     |  5 +++++
 2 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/dev-dotnet/fake/fake-9999.ebuild b/dev-dotnet/fake/fake-9999.ebuild
index 5c58427..e31bf53 100644
--- a/dev-dotnet/fake/fake-9999.ebuild
+++ b/dev-dotnet/fake/fake-9999.ebuild
@@ -7,9 +7,6 @@ USE_DOTNET="net40"
 
 inherit git-2 eutils dotnet
 
-EGIT_REPO_URI="git://github.com/Heather/FAKE.git"
-EGIT_MASTER="develop"
-
 DESCRIPTION="FAKE - F# Make"
 HOMEPAGE="https://github.com/fsharp/FAKE"
 SRC_URI=""
@@ -17,7 +14,15 @@ SRC_URI=""
 LICENSE="MS-PL"
 SLOT="0"
 KEYWORDS=""
-IUSE=""
+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
 
 DEPEND="dev-lang/mono
 dev-lang/fsharp"

diff --git a/dev-dotnet/fake/metadata.xml b/dev-dotnet/fake/metadata.xml
index f9d0b68..5c25fb7 100644
--- a/dev-dotnet/fake/metadata.xml
+++ b/dev-dotnet/fake/metadata.xml
@@ -8,4 +8,9 @@
 	  NuGet:FAKE
 	  FAKE - F# Make
 	</longdescription>
+	<use>
+		<flag name='heather'>
+			Heather fork
+		</flag>
+	</use>
 </pkgmetadata>


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

* [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/fake/
@ 2013-11-03 12:20 Heather Cynede
  0 siblings, 0 replies; 11+ messages in thread
From: Heather Cynede @ 2013-11-03 12:20 UTC (permalink / raw
  To: gentoo-commits

commit:     f3ba0f44e81f2c689fce7ec80cc698eed3e4f167
Author:     Heather <Heather <AT> cynede <DOT> net>
AuthorDate: Sun Nov  3 12:16:49 2013 +0000
Commit:     Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Sun Nov  3 12:16:49 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=f3ba0f44

bump fake

---
 .../fake/{fake-2.1.361_alpha.ebuild => fake-2.1.527_alpha.ebuild}     | 4 ++++
 dev-dotnet/fake/fake-9999.ebuild                                      | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/dev-dotnet/fake/fake-2.1.361_alpha.ebuild b/dev-dotnet/fake/fake-2.1.527_alpha.ebuild
similarity index 95%
rename from dev-dotnet/fake/fake-2.1.361_alpha.ebuild
rename to dev-dotnet/fake/fake-2.1.527_alpha.ebuild
index 03e527f..1ec9989 100644
--- a/dev-dotnet/fake/fake-2.1.361_alpha.ebuild
+++ b/dev-dotnet/fake/fake-2.1.527_alpha.ebuild
@@ -25,6 +25,10 @@ DEPEND="dev-lang/mono
 
 RDEPEND="${DEPEND}"
 
+src_prepare() {
+	addpredict /etc/mono/registry/last-btime #nowarn
+}
+
 src_unpack() {
 	if use nuget ; then
 		echo "using nuget"

diff --git a/dev-dotnet/fake/fake-9999.ebuild b/dev-dotnet/fake/fake-9999.ebuild
index e31bf53..acc7572 100644
--- a/dev-dotnet/fake/fake-9999.ebuild
+++ b/dev-dotnet/fake/fake-9999.ebuild
@@ -28,6 +28,10 @@ DEPEND="dev-lang/mono
 dev-lang/fsharp"
 RDEPEND="${DEPEND}"
 
+src_prepare() {
+	addpredict /etc/mono/registry/last-btime #nowarn
+}
+
 src_compile() {
 	ln -s tools/FAKE/tools/Newtonsoft.Json.dll "${S}"/Newtonsoft.Json.dll || die
 	ln -s tools/FAKE/tools/NuGet.Core.dll "${S}"/NuGet.Core.dll || die


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

* [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/fake/
@ 2013-11-14  6:55 Heather Cynede
  0 siblings, 0 replies; 11+ messages in thread
From: Heather Cynede @ 2013-11-14  6:55 UTC (permalink / raw
  To: gentoo-commits

commit:     b26dfce21ac14e5b206ced54a20e0a3e9a5e2248
Author:     Heather <Heather <AT> cynede <DOT> net>
AuthorDate: Thu Nov 14 06:58:27 2013 +0000
Commit:     Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Thu Nov 14 06:58:27 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=b26dfce2

bump fake to 2.1.683

---
 dev-dotnet/fake/{fake-2.1.527_alpha.ebuild => fake-2.1.683_alpha.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-dotnet/fake/fake-2.1.527_alpha.ebuild b/dev-dotnet/fake/fake-2.1.683_alpha.ebuild
similarity index 100%
rename from dev-dotnet/fake/fake-2.1.527_alpha.ebuild
rename to dev-dotnet/fake/fake-2.1.683_alpha.ebuild


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

* [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/fake/
@ 2013-11-15  7:34 Heather Cynede
  0 siblings, 0 replies; 11+ messages in thread
From: Heather Cynede @ 2013-11-15  7:34 UTC (permalink / raw
  To: gentoo-commits

commit:     690dfd574ba289debeba9c50aae8890a225cddf4
Author:     Heather <Heather <AT> cynede <DOT> net>
AuthorDate: Fri Nov 15 07:37:01 2013 +0000
Commit:     Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Fri Nov 15 07:37:01 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=690dfd57

bump fake

---
 dev-dotnet/fake/{fake-2.1.683_alpha.ebuild => fake-2.1.687_alpha.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-dotnet/fake/fake-2.1.683_alpha.ebuild b/dev-dotnet/fake/fake-2.1.687_alpha.ebuild
similarity index 100%
rename from dev-dotnet/fake/fake-2.1.683_alpha.ebuild
rename to dev-dotnet/fake/fake-2.1.687_alpha.ebuild


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

* [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/fake/
@ 2014-04-06  6:07 Heather Cynede
  0 siblings, 0 replies; 11+ messages in thread
From: Heather Cynede @ 2014-04-06  6:07 UTC (permalink / raw
  To: gentoo-commits

commit:     ece47ae2907412a0b20830a1dcb30ede9c5ea29d
Author:     Heather <Heather <AT> live <DOT> ru>
AuthorDate: Sun Apr  6 06:03:24 2014 +0000
Commit:     Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Sun Apr  6 06:03:24 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=ece47ae2

bump FAKE

---
 dev-dotnet/fake/fake-2.13.0.ebuild | 71 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 71 insertions(+)

diff --git a/dev-dotnet/fake/fake-2.13.0.ebuild b/dev-dotnet/fake/fake-2.13.0.ebuild
new file mode 100644
index 0000000..1ec9989
--- /dev/null
+++ b/dev-dotnet/fake/fake-2.13.0.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+
+USE_DOTNET="net40"
+NUGET_NO_DEPEND="1"
+
+inherit nuget dotnet eutils
+
+DESCRIPTION="FAKE - F# Make"
+HOMEPAGE="http://nuget.org/packages/FAKE"
+
+SRC_URI="https://github.com/fsharp/FAKE/archive/${NPV}.tar.gz"
+
+LICENSE="MS-PL"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="-nuget"
+
+DEPEND="dev-lang/mono
+	dev-lang/fsharp
+	nuget? ( dev-dotnet/nuget )"
+
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	addpredict /etc/mono/registry/last-btime #nowarn
+}
+
+src_unpack() {
+	if use nuget ; then
+		echo "using nuget"
+		nuget_src_unpack
+	else
+		default;
+		S=${WORKDIR}/FAKE-${NPV}
+	fi
+}
+
+src_compile() {
+	if use nuget ; then
+		echo "installation is done via nuget"
+	else
+		#fake is searching for libraries in source folder
+		ln -s tools/FAKE/tools/Newtonsoft.Json.dll "${S}"/Newtonsoft.Json.dll || die
+		ln -s tools/FAKE/tools/NuGet.Core.dll "${S}"/NuGet.Core.dll || die
+		ln -s tools/FAKE/tools/Fake.SQL.dll "${S}"/Fake.SQL.dll || die
+		sh "${S}/build.sh" || die "build.sh failed"
+	fi
+}
+
+src_install() {
+	elog "Installing libraries"
+	insinto /usr/lib/mono/FAKE/"${FRAMEWORK}"/
+	if use nuget ; then
+		doins FAKE."${NPV}"/tools/FAKE.exe
+		doins FAKE."${NPV}"/tools/FakeLib.dll
+		nonfatal doins FAKE."${NPV}"/tools/Newtonsoft.Json.dll
+		nonfatal doins FAKE."${NPV}"/tools/Fake.SQL.dll
+		nonfatal doins FAKE."${NPV}"/tools/NuGet.Core.dll
+	else
+		doins build/FAKE.exe
+		doins build/FakeLib.dll
+		nonfatal doins tools/FAKE/tools/Newtonsoft.Json.dll
+		nonfatal doins tools/FAKE/tools/Fake.SQL.dll
+		nonfatal doins tools/FAKE/tools/NuGet.Core.dll
+	fi
+	make_wrapper fake "mono /usr/lib/mono/FAKE/${FRAMEWORK}/FAKE.exe"
+}


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

* [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/fake/
@ 2015-01-11  7:25 Heather Cynede
  0 siblings, 0 replies; 11+ messages in thread
From: Heather Cynede @ 2015-01-11  7:25 UTC (permalink / raw
  To: gentoo-commits

commit:     016a25803d380c96b43bf742fd2de2afea2e22be
Author:     Heather <Heather <AT> live <DOT> ru>
AuthorDate: Sun Jan 11 07:25:24 2015 +0000
Commit:     Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Sun Jan 11 07:25:24 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=016a2580

bump FAKE to 3.13.4

---
 dev-dotnet/fake/fake-3.13.4.ebuild | 71 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 71 insertions(+)

diff --git a/dev-dotnet/fake/fake-3.13.4.ebuild b/dev-dotnet/fake/fake-3.13.4.ebuild
new file mode 100644
index 0000000..1ec9989
--- /dev/null
+++ b/dev-dotnet/fake/fake-3.13.4.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+
+USE_DOTNET="net40"
+NUGET_NO_DEPEND="1"
+
+inherit nuget dotnet eutils
+
+DESCRIPTION="FAKE - F# Make"
+HOMEPAGE="http://nuget.org/packages/FAKE"
+
+SRC_URI="https://github.com/fsharp/FAKE/archive/${NPV}.tar.gz"
+
+LICENSE="MS-PL"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="-nuget"
+
+DEPEND="dev-lang/mono
+	dev-lang/fsharp
+	nuget? ( dev-dotnet/nuget )"
+
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	addpredict /etc/mono/registry/last-btime #nowarn
+}
+
+src_unpack() {
+	if use nuget ; then
+		echo "using nuget"
+		nuget_src_unpack
+	else
+		default;
+		S=${WORKDIR}/FAKE-${NPV}
+	fi
+}
+
+src_compile() {
+	if use nuget ; then
+		echo "installation is done via nuget"
+	else
+		#fake is searching for libraries in source folder
+		ln -s tools/FAKE/tools/Newtonsoft.Json.dll "${S}"/Newtonsoft.Json.dll || die
+		ln -s tools/FAKE/tools/NuGet.Core.dll "${S}"/NuGet.Core.dll || die
+		ln -s tools/FAKE/tools/Fake.SQL.dll "${S}"/Fake.SQL.dll || die
+		sh "${S}/build.sh" || die "build.sh failed"
+	fi
+}
+
+src_install() {
+	elog "Installing libraries"
+	insinto /usr/lib/mono/FAKE/"${FRAMEWORK}"/
+	if use nuget ; then
+		doins FAKE."${NPV}"/tools/FAKE.exe
+		doins FAKE."${NPV}"/tools/FakeLib.dll
+		nonfatal doins FAKE."${NPV}"/tools/Newtonsoft.Json.dll
+		nonfatal doins FAKE."${NPV}"/tools/Fake.SQL.dll
+		nonfatal doins FAKE."${NPV}"/tools/NuGet.Core.dll
+	else
+		doins build/FAKE.exe
+		doins build/FakeLib.dll
+		nonfatal doins tools/FAKE/tools/Newtonsoft.Json.dll
+		nonfatal doins tools/FAKE/tools/Fake.SQL.dll
+		nonfatal doins tools/FAKE/tools/NuGet.Core.dll
+	fi
+	make_wrapper fake "mono /usr/lib/mono/FAKE/${FRAMEWORK}/FAKE.exe"
+}


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

* [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/fake/
@ 2015-01-11  7:34 Heather Cynede
  0 siblings, 0 replies; 11+ messages in thread
From: Heather Cynede @ 2015-01-11  7:34 UTC (permalink / raw
  To: gentoo-commits

commit:     ac5d9b79d3984d75376551ad293fab37f561ec2f
Author:     Heather <Heather <AT> live <DOT> ru>
AuthorDate: Sun Jan 11 07:34:24 2015 +0000
Commit:     Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Sun Jan 11 07:34:24 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=ac5d9b79

fake: add union arg parser

---
 dev-dotnet/fake/fake-3.13.4.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-dotnet/fake/fake-3.13.4.ebuild b/dev-dotnet/fake/fake-3.13.4.ebuild
index 1ec9989..bcfc945 100644
--- a/dev-dotnet/fake/fake-3.13.4.ebuild
+++ b/dev-dotnet/fake/fake-3.13.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -11,7 +11,6 @@ inherit nuget dotnet eutils
 
 DESCRIPTION="FAKE - F# Make"
 HOMEPAGE="http://nuget.org/packages/FAKE"
-
 SRC_URI="https://github.com/fsharp/FAKE/archive/${NPV}.tar.gz"
 
 LICENSE="MS-PL"
@@ -57,12 +56,14 @@ src_install() {
 	if use nuget ; then
 		doins FAKE."${NPV}"/tools/FAKE.exe
 		doins FAKE."${NPV}"/tools/FakeLib.dll
+		doins FAKE."${NPV}"/tools/UnionArgParser.dll
 		nonfatal doins FAKE."${NPV}"/tools/Newtonsoft.Json.dll
 		nonfatal doins FAKE."${NPV}"/tools/Fake.SQL.dll
 		nonfatal doins FAKE."${NPV}"/tools/NuGet.Core.dll
 	else
 		doins build/FAKE.exe
 		doins build/FakeLib.dll
+		doins build/UnionArgParser.dll
 		nonfatal doins tools/FAKE/tools/Newtonsoft.Json.dll
 		nonfatal doins tools/FAKE/tools/Fake.SQL.dll
 		nonfatal doins tools/FAKE/tools/NuGet.Core.dll


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

* [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/fake/
@ 2015-01-11  7:42 Heather Cynede
  0 siblings, 0 replies; 11+ messages in thread
From: Heather Cynede @ 2015-01-11  7:42 UTC (permalink / raw
  To: gentoo-commits

commit:     4a973b8ece257d1665cea9bba359430073789981
Author:     Heather <heather <AT> live <DOT> ru>
AuthorDate: Sun Jan 11 07:36:38 2015 +0000
Commit:     Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Sun Jan 11 07:36:38 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/dotnet.git;a=commit;h=4a973b8e

Update fake-9999.ebuild

---
 dev-dotnet/fake/fake-9999.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/dev-dotnet/fake/fake-9999.ebuild b/dev-dotnet/fake/fake-9999.ebuild
index acc7572..29251cf 100644
--- a/dev-dotnet/fake/fake-9999.ebuild
+++ b/dev-dotnet/fake/fake-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -44,5 +44,9 @@ src_install() {
 	insinto /usr/lib/mono/FAKE/"${FRAMEWORK}"/
 	doins build/FAKE.exe
 	doins build/FakeLib.dll
+	doins build/UnionArgParser.dll
+	nonfatal doins tools/FAKE/tools/Newtonsoft.Json.dll
+	nonfatal doins tools/FAKE/tools/Fake.SQL.dll
+	nonfatal doins tools/FAKE/tools/NuGet.Core.dll
 	make_wrapper fake "mono /usr/lib/mono/FAKE/${FRAMEWORK}/FAKE.exe"
 }


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

* [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/fake/
@ 2015-03-23  3:56 Heather Cynede
  0 siblings, 0 replies; 11+ messages in thread
From: Heather Cynede @ 2015-03-23  3:56 UTC (permalink / raw
  To: gentoo-commits

commit:     2cfdc4f9d9be59b38eeb06c09cc018c0779060c3
Author:     Heather <Heather <AT> live <DOT> ru>
AuthorDate: Fri Mar 20 08:33:43 2015 +0000
Commit:     Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Fri Mar 20 08:33:43 2015 +0000
URL:        https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=2cfdc4f9

bump fake

 dev-dotnet/fake/fake-2.13.0.ebuild                 | 71 ----------------------
 .../{fake-3.13.4.ebuild => fake-3.23.0.ebuild}     |  0
 2 files changed, 71 deletions(-)

diff --git a/dev-dotnet/fake/fake-2.13.0.ebuild b/dev-dotnet/fake/fake-2.13.0.ebuild
deleted file mode 100644
index 1ec9989..0000000
--- a/dev-dotnet/fake/fake-2.13.0.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-
-USE_DOTNET="net40"
-NUGET_NO_DEPEND="1"
-
-inherit nuget dotnet eutils
-
-DESCRIPTION="FAKE - F# Make"
-HOMEPAGE="http://nuget.org/packages/FAKE"
-
-SRC_URI="https://github.com/fsharp/FAKE/archive/${NPV}.tar.gz"
-
-LICENSE="MS-PL"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="-nuget"
-
-DEPEND="dev-lang/mono
-	dev-lang/fsharp
-	nuget? ( dev-dotnet/nuget )"
-
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-	addpredict /etc/mono/registry/last-btime #nowarn
-}
-
-src_unpack() {
-	if use nuget ; then
-		echo "using nuget"
-		nuget_src_unpack
-	else
-		default;
-		S=${WORKDIR}/FAKE-${NPV}
-	fi
-}
-
-src_compile() {
-	if use nuget ; then
-		echo "installation is done via nuget"
-	else
-		#fake is searching for libraries in source folder
-		ln -s tools/FAKE/tools/Newtonsoft.Json.dll "${S}"/Newtonsoft.Json.dll || die
-		ln -s tools/FAKE/tools/NuGet.Core.dll "${S}"/NuGet.Core.dll || die
-		ln -s tools/FAKE/tools/Fake.SQL.dll "${S}"/Fake.SQL.dll || die
-		sh "${S}/build.sh" || die "build.sh failed"
-	fi
-}
-
-src_install() {
-	elog "Installing libraries"
-	insinto /usr/lib/mono/FAKE/"${FRAMEWORK}"/
-	if use nuget ; then
-		doins FAKE."${NPV}"/tools/FAKE.exe
-		doins FAKE."${NPV}"/tools/FakeLib.dll
-		nonfatal doins FAKE."${NPV}"/tools/Newtonsoft.Json.dll
-		nonfatal doins FAKE."${NPV}"/tools/Fake.SQL.dll
-		nonfatal doins FAKE."${NPV}"/tools/NuGet.Core.dll
-	else
-		doins build/FAKE.exe
-		doins build/FakeLib.dll
-		nonfatal doins tools/FAKE/tools/Newtonsoft.Json.dll
-		nonfatal doins tools/FAKE/tools/Fake.SQL.dll
-		nonfatal doins tools/FAKE/tools/NuGet.Core.dll
-	fi
-	make_wrapper fake "mono /usr/lib/mono/FAKE/${FRAMEWORK}/FAKE.exe"
-}

diff --git a/dev-dotnet/fake/fake-3.13.4.ebuild b/dev-dotnet/fake/fake-3.23.0.ebuild
similarity index 100%
rename from dev-dotnet/fake/fake-3.13.4.ebuild
rename to dev-dotnet/fake/fake-3.23.0.ebuild


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

* [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/fake/
@ 2016-07-26 13:37 Heather Cynede
  0 siblings, 0 replies; 11+ messages in thread
From: Heather Cynede @ 2016-07-26 13:37 UTC (permalink / raw
  To: gentoo-commits

commit:     01c50d219984ac9aef0dcc8ed71f89c4761e3909
Author:     Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 26 13:36:52 2016 +0000
Commit:     Heather Cynede <cynede <AT> gentoo <DOT> 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 @@
 		<email>dotnet@gentoo.org</email>
 		<description>Gentoo Dotnet Project</description>
 	</maintainer>
-	<use>
-		<flag name='heather'>
-			Heather fork
-		</flag>
-	</use>
 	<longdescription lang="en">
 		NuGet:FAKE
 		FAKE - F# Make


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

end of thread, other threads:[~2016-07-26 13:37 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-11  7:25 [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/fake/ Heather Cynede
  -- strict thread matches above, loose matches on Subject: below --
2016-07-26 13:37 Heather Cynede
2015-03-23  3:56 Heather Cynede
2015-01-11  7:42 Heather Cynede
2015-01-11  7:34 Heather Cynede
2014-04-06  6:07 Heather Cynede
2013-11-15  7:34 Heather Cynede
2013-11-14  6:55 Heather Cynede
2013-11-03 12:20 Heather Cynede
2013-11-03 10:24 Heather Cynede
2013-10-21  9:53 Heather Cynede

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