From: "Heather Cynede" <cynede@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/fake/
Date: Mon, 23 Mar 2015 03:56:40 +0000 (UTC) [thread overview]
Message-ID: <1426840423.2cfdc4f9d9be59b38eeb06c09cc018c0779060c3.cynede@gentoo> (raw)
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
next reply other threads:[~2015-03-23 3:56 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-23 3:56 Heather Cynede [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-07-26 13:37 [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/fake/ Heather Cynede
2015-01-11 7:42 Heather Cynede
2015-01-11 7:34 Heather Cynede
2015-01-11 7:25 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1426840423.2cfdc4f9d9be59b38eeb06c09cc018c0779060c3.cynede@gentoo \
--to=cynede@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox