[gentoo-commits] proj/dotnet:master commit in: dev-dotnet/fake/

2016-07-26 Thread Heather Cynede
commit: 01c50d219984ac9aef0dcc8ed71f89c4761e3909
Author: Mikhail Pukhlikov  gentoo  org>
AuthorDate: Tue Jul 26 13:36:52 2016 +
Commit: Heather Cynede  gentoo  org>
CommitDate: Tue Jul 26 13:36:52 2016 +
URL:https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=01c50d21

fix bug #203

Package-Manager: portage-2.3.0

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

diff --git a/dev-dotnet/fake/fake-.ebuild b/dev-dotnet/fake/fake-.ebuild
index 3a5dadd..68ec45d 100644
--- a/dev-dotnet/fake/fake-.ebuild
+++ b/dev-dotnet/fake/fake-.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 @@
dot...@gentoo.org
Gentoo Dotnet Project

-   
-   
-   Heather fork
-   
-   

NuGet:FAKE
FAKE - F# Make



[gentoo-commits] proj/dotnet:master commit in: dev-dotnet/fake/

2015-03-22 Thread Heather Cynede
commit: 2cfdc4f9d9be59b38eeb06c09cc018c0779060c3
Author: Heather Heather AT live DOT ru
AuthorDate: Fri Mar 20 08:33:43 2015 +
Commit: Heather Cynede cynede AT gentoo DOT org
CommitDate: Fri Mar 20 08:33:43 2015 +
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..000
--- 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



[gentoo-commits] proj/dotnet:master commit in: dev-dotnet/fake/

2015-01-10 Thread Heather Cynede
commit: ac5d9b79d3984d75376551ad293fab37f561ec2f
Author: Heather Heather AT live DOT ru
AuthorDate: Sun Jan 11 07:34:24 2015 +
Commit: Heather Cynede cynede AT gentoo DOT org
CommitDate: Sun Jan 11 07:34:24 2015 +
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



[gentoo-commits] proj/dotnet:master commit in: dev-dotnet/fake/

2015-01-10 Thread Heather Cynede
commit: 016a25803d380c96b43bf742fd2de2afea2e22be
Author: Heather Heather AT live DOT ru
AuthorDate: Sun Jan 11 07:25:24 2015 +
Commit: Heather Cynede cynede AT gentoo DOT org
CommitDate: Sun Jan 11 07:25:24 2015 +
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 000..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
+}