From 19c8b8a8f8b32674ec998dbe20afef83b447a2fb Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 13 Dec 2023 23:41:49 +0000 Subject: gentoo auto-resync : 13:12:2023 - 23:41:49 --- dev-dotnet/dotnet-sdk/Manifest | 2 +- dev-dotnet/dotnet-sdk/dotnet-sdk-8.0.100-r1.ebuild | 145 ++++++++++++++++++++ dev-dotnet/dotnet-sdk/dotnet-sdk-8.0.100.ebuild | 146 --------------------- 3 files changed, 146 insertions(+), 147 deletions(-) create mode 100644 dev-dotnet/dotnet-sdk/dotnet-sdk-8.0.100-r1.ebuild delete mode 100644 dev-dotnet/dotnet-sdk/dotnet-sdk-8.0.100.ebuild (limited to 'dev-dotnet/dotnet-sdk') diff --git a/dev-dotnet/dotnet-sdk/Manifest b/dev-dotnet/dotnet-sdk/Manifest index ce793b41f6ab..979e4c946eef 100644 --- a/dev-dotnet/dotnet-sdk/Manifest +++ b/dev-dotnet/dotnet-sdk/Manifest @@ -1,3 +1,3 @@ DIST dotnet-sdk-8.0.100-prepared-gentoo-amd64.tar.xz 1714535960 BLAKE2B fd6027b86168d8801b1d8a7bbb08e9c358918a7693b03fa4e7e43e2a58568a65d71e2c5907ec7c7a03b83685608cd16aa010706fb4d14cd44ab0f0669654c8c2 SHA512 75efdcf44383445bc81981e2077be03c7311db316e295aa7f960f50d65367cde9bd86351f345072feb827a569c8de4fa8c9829d92000d2cbeb312ee9ddc17b44 -EBUILD dotnet-sdk-8.0.100.ebuild 3628 BLAKE2B cd31e75a692380be7399520dbc015cdb52d3f84e86a9ee6e8daed77c2696f8bd0ed2c1d8ea39b2f43d41caf7a304da4035fb3b53863719f25da34d57467c5909 SHA512 cfbd0c66e2f1a1af65904fa1566fdabd25b5d63662346901aa28768faaaa7c9d4b8aa82348fc2d080a9f51195f2605a4dd3a19a27e3dca881e770937c5683f2b +EBUILD dotnet-sdk-8.0.100-r1.ebuild 3586 BLAKE2B 196d609e8e0fde06f1360ec47e62845a7f1c1d56f78ead750e11306c3a05cbc26ce91df1d51599df2e5209c761ef7396c6bec740f2afcdd8f6b85fae9dbdd7ed SHA512 0b4977220c662833ae4b2cfa663a74c2922093c9ff625d302a42d8d40b2fb88b49dad28518f4ae9cc06f3501e104479232fb7797c1e27d730bc92abc6e60e804 MISC metadata.xml 518 BLAKE2B f9733bd3b6b343126c400ce35dc7e4e57421a6643219341c4beab83d47beb1182306f3d0c5f1e7ff0854fd49818b2c6af37598170b88e2eb82b62d478735abf0 SHA512 940830b1208c39e4cfd72817d399156b027e5ac51dcc7bb983c9ec973f8f2ef76e440a2d358d15f7a2e185c42ae98c986210224f1477923967e3dc70eb0cfde9 diff --git a/dev-dotnet/dotnet-sdk/dotnet-sdk-8.0.100-r1.ebuild b/dev-dotnet/dotnet-sdk/dotnet-sdk-8.0.100-r1.ebuild new file mode 100644 index 000000000000..7013e2e8147c --- /dev/null +++ b/dev-dotnet/dotnet-sdk/dotnet-sdk-8.0.100-r1.ebuild @@ -0,0 +1,145 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Build the tarball: +# - "$" - shell command, +# - ">" - manual action. +# $ git clone --depth 1 -b v8.0.0 https://github.com/dotnet/dotnet \ +# dotnet-sdk-8.0.0 +# $ cd dotnet-sdk-8.0.0 +# > Note the checkout tag hash. +# $ ./prep.sh +# $ rm -fr .git +# $ cd .. +# $ tar --create --auto-compress --file \ +# dotnet-sdk-8.0.100-prepared-gentoo-amd64.tar.xz dotnet-sdk-8.0.0 +# > Upload dotnet-sdk-8.0.0_rc1234194-prepared-gentoo-amd64.tar.xz + +EAPI=8 + +COMMIT=113d797bc90104bb4f1cc51e1a462cf3d4ef18fc + +LLVM_MAX_SLOT=16 +PYTHON_COMPAT=( python3_{10..12} ) + +inherit check-reqs flag-o-matic llvm python-any-r1 + +DESCRIPTION=".NET is a free, cross-platform, open-source developer platform" +HOMEPAGE="https://dotnet.microsoft.com/ + https://github.com/dotnet/dotnet/" +SRC_URI=" + amd64? ( https://dev.gentoo.org/~xgqt/distfiles/repackaged/${P}-prepared-gentoo-amd64.tar.xz ) +" + +SDK_SLOT="$(ver_cut 1-2)" +RUNTIME_SLOT="${SDK_SLOT}.0" +SLOT="${SDK_SLOT}/${RUNTIME_SLOT}" + +# SDK reports it is version "8.0.100" but the tag .NET SDK team had given +# it is "8.0.100". I feel that the pattern is to tag based on "RUNTIME_SLOT". +S="${WORKDIR}/${PN}-${RUNTIME_SLOT}" + +LICENSE="MIT" +KEYWORDS="~amd64" + +CURRENT_NUGETS_DEPEND=" + ~dev-dotnet/dotnet-runtime-nugets-${RUNTIME_SLOT} +" +EXTRA_NUGETS_DEPEND=" + ~dev-dotnet/dotnet-runtime-nugets-6.0.25 + ~dev-dotnet/dotnet-runtime-nugets-7.0.14 +" +NUGETS_DEPEND=" + ${CURRENT_NUGETS_DEPEND} + ${EXTRA_NUGETS_DEPEND} +" +RDEPEND=" + app-crypt/mit-krb5:0/0 + dev-libs/icu + dev-libs/openssl:= + dev-util/lttng-ust:0/2.12 + sys-libs/zlib:0/1 +" +BDEPEND=" + ${PYTHON_DEPS} + " - manual action. -# $ git clone --depth 1 -b v8.0.0 https://github.com/dotnet/dotnet \ -# dotnet-sdk-8.0.0 -# $ cd dotnet-sdk-8.0.0 -# > Note the checkout tag hash. -# $ ./prep.sh -# $ rm -fr .git -# $ cd .. -# $ tar --create --auto-compress --file \ -# dotnet-sdk-8.0.100-prepared-gentoo-amd64.tar.xz dotnet-sdk-8.0.0 -# > Upload dotnet-sdk-8.0.0_rc1234194-prepared-gentoo-amd64.tar.xz - -EAPI=8 - -COMMIT=113d797bc90104bb4f1cc51e1a462cf3d4ef18fc - -LLVM_MAX_SLOT=16 -PYTHON_COMPAT=( python3_{10..12} ) - -inherit check-reqs flag-o-matic llvm python-any-r1 - -DESCRIPTION=".NET is a free, cross-platform, open-source developer platform" -HOMEPAGE="https://dotnet.microsoft.com/ - https://github.com/dotnet/dotnet/" -SRC_URI=" - amd64? ( https://dev.gentoo.org/~xgqt/distfiles/repackaged/${P}-prepared-gentoo-amd64.tar.xz ) -" - -SDK_SLOT="$(ver_cut 1-2)" -RUNTIME_SLOT="${SDK_SLOT}.0" -SLOT="${SDK_SLOT}/${RUNTIME_SLOT}" - -# SDK reports it is version "8.0.100" but the tag .NET SDK team had given -# it is "8.0.100". I feel that the pattern is to tag based on "RUNTIME_SLOT". -S="${WORKDIR}/${PN}-${RUNTIME_SLOT}" - -LICENSE="MIT" -KEYWORDS="~amd64" - -CURRENT_NUGETS_DEPEND=" - ~dev-dotnet/dotnet-runtime-nugets-${RUNTIME_SLOT} -" -EXTRA_NUGETS_DEPEND=" - ~dev-dotnet/dotnet-runtime-nugets-3.1.32 - ~dev-dotnet/dotnet-runtime-nugets-6.0.25 - ~dev-dotnet/dotnet-runtime-nugets-7.0.14 -" -NUGETS_DEPEND=" - ${CURRENT_NUGETS_DEPEND} - ${EXTRA_NUGETS_DEPEND} -" -RDEPEND=" - app-crypt/mit-krb5:0/0 - dev-libs/icu - dev-libs/openssl:= - dev-util/lttng-ust:0/2.12 - sys-libs/zlib:0/1 -" -BDEPEND=" - ${PYTHON_DEPS} -