aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-07-20 01:04:40 +0000
committerSam James <sam@gentoo.org>2022-07-20 01:07:18 +0000
commit71da269acfcb103977ac772042a14f43e3c2140a (patch)
tree5c75f085f1a02f3994f811c45d424c3e1b756a03
parentapp-shells/pash: treeclean (broken) (diff)
downloaddotnet-71da269acfcb103977ac772042a14f43e3c2140a.tar.gz
dotnet-71da269acfcb103977ac772042a14f43e3c2140a.tar.bz2
dotnet-71da269acfcb103977ac772042a14f43e3c2140a.zip
dev-dotnet/fake: treeclean (broken)
Bug: https://bugs.gentoo.org/858938 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-dotnet/fake/Manifest1
-rw-r--r--dev-dotnet/fake/fake-3.23.0.ebuild71
-rw-r--r--dev-dotnet/fake/metadata.xml15
3 files changed, 0 insertions, 87 deletions
diff --git a/dev-dotnet/fake/Manifest b/dev-dotnet/fake/Manifest
deleted file mode 100644
index 764a010..0000000
--- a/dev-dotnet/fake/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST 3.23.0.tar.gz 8735847 SHA256 1c0088d2907f9989d647eba6254c283e0c3edff0a74c43ac16ca0e5acac37fbd SHA512 e412cfb40fc3f570a9e6873846555f8e6cf6a398b09151c365bb86986fcb94d9f8e96ab70097188b435cce79b8eb067d2424d84669be35c95aa72a256698fc4e WHIRLPOOL 8e472b70a3046c97b6ccc11560ae662b7d39f6e61a094637c12434ffc1e1dce1f35f4c02903d74136e23b6989957de5de3ee78c74ccd13f7a49574712f6f6f5c
diff --git a/dev-dotnet/fake/fake-3.23.0.ebuild b/dev-dotnet/fake/fake-3.23.0.ebuild
deleted file mode 100644
index 0d88e88..0000000
--- a/dev-dotnet/fake/fake-3.23.0.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-USE_DOTNET="net40"
-NUGET_NO_DEPEND="1"
-
-inherit nuget dotnet eutils
-
-DESCRIPTION="FAKE - F# Make"
-HOMEPAGE="https://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
- 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
- fi
- make_wrapper fake "mono /usr/lib/mono/FAKE/${FRAMEWORK}/FAKE.exe"
-}
diff --git a/dev-dotnet/fake/metadata.xml b/dev-dotnet/fake/metadata.xml
deleted file mode 100644
index ec43436..0000000
--- a/dev-dotnet/fake/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>dotnet@gentoo.org</email>
- <description>Gentoo Dotnet Project</description>
- </maintainer>
- <longdescription lang="en">
- NuGet:FAKE
- FAKE - F# Make
- </longdescription>
- <longdescription lang="ru">
- FAKE - вычисление зависимостей на F#
- </longdescription>
-</pkgmetadata>