commit: f117f7ba1f90371dd361e95d20f92bf7e909b2ec
parent 57a412548a19fa87a190655a1ab072968465583a
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sun, 27 Jun 2021 12:19:34 +0200
dev-dotnet/dotnetcore-sdk: It done did a broke
Diffstat:
2 files changed, 0 insertions(+), 22 deletions(-)
diff --git a/dev-dotnet/dotnetcore-sdk/Manifest b/dev-dotnet/dotnetcore-sdk/Manifest
@@ -1 +0,0 @@
-DIST dotnetcore-sdk-3.0.100.tar.gz 242229 BLAKE2B e50df681b973d2bc3731f093608daa9682d2d25938ea700c2266170aad2ac75b7d46b4058805dbb1aa7fb3904e04f15e4f6a419521fcd68a7e6be0d472fd8636 SHA512 44c80a558cc7c46ef82b84a99f6f815ac7e523fb02c78051444c6ecc860fc5b397e6c1c6f750c0734f9895d4f73bf21db305fff3f3b391413937e5d23d1fe8af
diff --git a/dev-dotnet/dotnetcore-sdk/dotnetcore-sdk-3.0.100.ebuild b/dev-dotnet/dotnetcore-sdk/dotnetcore-sdk-3.0.100.ebuild
@@ -1,21 +0,0 @@
-# Copyright 2019 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION=".NET Core cli utility for building, testing, packaging and running projects"
-HOMEPAGE="https://www.microsoft.com/net/core https://github.com/dotnet/core-sdk"
-LICENSE="MIT"
-SRC_URI="https://github.com/dotnet/core-sdk/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64"
-#IUSE=""
-
-S="${WORKDIR}/core-sdk-${PV}"
-
-#DEPEND=""
-#RDEPEND="${DEPEND}"
-
-src_compile() {
- OFFLINE=true ./build.sh || die
-}