From 3a38a5d9da46eca9d656aa0ec448c8ba6034b044 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 17 Dec 2023 20:58:02 +0000 Subject: gentoo auto-resync : 17:12:2023 - 20:58:01 --- dev-dotnet/Manifest.gz | Bin 3437 -> 3435 bytes dev-dotnet/csharp-gentoodotnetinfo/Manifest | 2 +- .../csharp-gentoodotnetinfo-1.1.1-r1.ebuild | 51 +++++++++++++++++++++ .../csharp-gentoodotnetinfo-1.1.1.ebuild | 51 --------------------- dev-dotnet/fantomas/Manifest | 2 +- dev-dotnet/fantomas/fantomas-6.2.3.ebuild | 2 +- 6 files changed, 54 insertions(+), 54 deletions(-) create mode 100644 dev-dotnet/csharp-gentoodotnetinfo/csharp-gentoodotnetinfo-1.1.1-r1.ebuild delete mode 100644 dev-dotnet/csharp-gentoodotnetinfo/csharp-gentoodotnetinfo-1.1.1.ebuild (limited to 'dev-dotnet') diff --git a/dev-dotnet/Manifest.gz b/dev-dotnet/Manifest.gz index 416ae0fc93e0..b218671f7d78 100644 Binary files a/dev-dotnet/Manifest.gz and b/dev-dotnet/Manifest.gz differ diff --git a/dev-dotnet/csharp-gentoodotnetinfo/Manifest b/dev-dotnet/csharp-gentoodotnetinfo/Manifest index f7166afc26ea..aed989a89ba0 100644 --- a/dev-dotnet/csharp-gentoodotnetinfo/Manifest +++ b/dev-dotnet/csharp-gentoodotnetinfo/Manifest @@ -1,5 +1,5 @@ DIST csharp-gentoodotnetinfo-1.1.1.tar.bz2 19051 BLAKE2B e55042c43c956d7a7cef999f92ce131aaeccc10db6a248d154aabd01f9072d71baed29f1ccfdd8c3f96d094f3eab491e4a9e04e1239ae23ba22695363cd35e6a SHA512 372a61251a3a8f0df2cf2b5dc83fc6348b7551c3101646ad10086cd324363e63589d056d7f260058c5ab2f01ba759d231b078c923a592f7d11a7b81b6004fcd1 DIST microsoft.dotnet.platformabstractions.3.1.6.nupkg 72146 BLAKE2B 08d852b5e6558b499f2d780284aa747e5cf39886d86fa378128fae9f71741bd57c5bc75c0077948f193b7e8ea03a520d8ef3bd3b4fc80779adb4a84a4b44fe8c SHA512 55b87f544874686bed96889953b7e99e43426b79b0fac31cc452e0f4a27ca5cc08522c0ac967bf9df649f7c04137a5e2553d134ad79d5c1e69578367c2b4b4c6 DIST system.commandline.2.0.0-beta4.22272.1.nupkg 616636 BLAKE2B 5252560598c4cd67348520cea086c37b4151b984a61238de1984838975340247b16050113422b1765931bdfc1dee38e226789b6427e56ab7c3a36bf07d0bcc20 SHA512 979a7e66ba29e17bc5bec42e926ed15362e23ae403e498c955e09dffc4d3baa14777a06f95e25d591fc9757a0eaa18deb9e4662a1ca1663fa300f509a4a0383c -EBUILD csharp-gentoodotnetinfo-1.1.1.ebuild 1047 BLAKE2B 999b82909a8deeed03bfccf38a467340fa77d8c9131f60bdad0aca9d20a32272ce03de34958780ec270c7cf4bba352b667a2b772999428195e6c7c35415ed751 SHA512 aec348431dafadbddc3cbf3916e038c3b7654f16bc2417a3d0bbaf3c741a1aef7b7f2ae0bc9dcbafacd4708eea6b3bc41e8e07458072655e2d08d23ccd56e38f +EBUILD csharp-gentoodotnetinfo-1.1.1-r1.ebuild 1049 BLAKE2B 890fdbda06aa4a055da3d2e5c3af5ff5c1b0f716ef8e6baf3d95c86098c8b379fdea75ac4be89eddd3b09d22b3805a09cc0d38ee05fbb0fdc27916e637fd316a SHA512 0393270a5fe6021b5ef0852f3db20c560ab233174cd6722ea2f1bc73980f26ac07cb8466e19a16397e04820e80b94160c225b28389598cd03228ab336165f81e MISC metadata.xml 441 BLAKE2B 19f6f9bf53a7f2cbadd053dafa583aefa466e23b17cd2dc2c6f31af5b2432a3191341730569cedff2358d47c612f27476d67b8fe1c3b6df32022d41543ef1661 SHA512 8979243a5a0db2fdc61bb0fa3c0e3a7771d2ed7da49ef8e6cd6ba4d770e855a1d3604b275568e97719e1cedaa817a85d3a8778daf37f0d980e6d3d64ef218f93 diff --git a/dev-dotnet/csharp-gentoodotnetinfo/csharp-gentoodotnetinfo-1.1.1-r1.ebuild b/dev-dotnet/csharp-gentoodotnetinfo/csharp-gentoodotnetinfo-1.1.1-r1.ebuild new file mode 100644 index 000000000000..45af3fc4d63e --- /dev/null +++ b/dev-dotnet/csharp-gentoodotnetinfo/csharp-gentoodotnetinfo-1.1.1-r1.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DOTNET_PKG_COMPAT=8.0 +NUGETS=" +microsoft.dotnet.platformabstractions@3.1.6 +system.commandline@2.0.0-beta4.22272.1 +" + +inherit dotnet-pkg + +DESCRIPTION=".NET information tool for Gentoo" +HOMEPAGE="https://gitlab.gentoo.org/dotnet/csharp-gentoodotnetinfo/" + +if [[ "${PV}" == *9999* ]] ; then + inherit git-r3 + + EGIT_REPO_URI="https://gitlab.gentoo.org/dotnet/${PN}.git" +else + SRC_URI="https://gitlab.gentoo.org/dotnet/${PN}/-/archive/${PV}/${P}.tar.bz2" + + KEYWORDS="amd64 ~arm ~arm64" +fi + +SRC_URI+=" ${NUGET_URIS} " + +LICENSE="GPL-2+" +SLOT="0" + +DOTNET_PKG_PROJECTS=( + Source/v1/gentoo-dotnet-info-app/GentooDotnetInfo/GentooDotnetInfo.csproj +) + +src_unpack() { + dotnet-pkg_src_unpack + + if [[ -n "${EGIT_REPO_URI}" ]] ; then + git-r3_src_unpack + fi +} + +src_install() { + local launcher_dll="/usr/share/${P}/GentooDotnetInfo.dll" + + dotnet-pkg-base_install + dotnet-pkg-base_dolauncher_portable "${launcher_dll}" gentoo-dotnet-info + + einstalldocs +} diff --git a/dev-dotnet/csharp-gentoodotnetinfo/csharp-gentoodotnetinfo-1.1.1.ebuild b/dev-dotnet/csharp-gentoodotnetinfo/csharp-gentoodotnetinfo-1.1.1.ebuild deleted file mode 100644 index dc11e1da43f7..000000000000 --- a/dev-dotnet/csharp-gentoodotnetinfo/csharp-gentoodotnetinfo-1.1.1.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DOTNET_PKG_COMPAT=7.0 -NUGETS=" -microsoft.dotnet.platformabstractions@3.1.6 -system.commandline@2.0.0-beta4.22272.1 -" - -inherit dotnet-pkg - -DESCRIPTION=".NET information tool for Gentoo" -HOMEPAGE="https://gitlab.gentoo.org/dotnet/csharp-gentoodotnetinfo/" - -if [[ "${PV}" == *9999* ]] ; then - inherit git-r3 - - EGIT_REPO_URI="https://gitlab.gentoo.org/dotnet/${PN}.git" -else - SRC_URI="https://gitlab.gentoo.org/dotnet/${PN}/-/archive/${PV}/${P}.tar.bz2" - - KEYWORDS="amd64 ~arm ~arm64" -fi - -SRC_URI+=" ${NUGET_URIS} " - -LICENSE="GPL-2+" -SLOT="0" - -DOTNET_PKG_PROJECTS=( - Source/v1/gentoo-dotnet-info-app/GentooDotnetInfo/GentooDotnetInfo.csproj -) - -src_unpack() { - dotnet-pkg_src_unpack - - if [[ -n ${EGIT_REPO_URI} ]] ; then - git-r3_src_unpack - fi -} - -src_install() { - local launcher_dll="/usr/share/${P}/GentooDotnetInfo.dll" - - dotnet-pkg-base_install - dotnet-pkg-base_dolauncher_portable "${launcher_dll}" gentoo-dotnet-info - - einstalldocs -} diff --git a/dev-dotnet/fantomas/Manifest b/dev-dotnet/fantomas/Manifest index ed35a0d95efd..eba6419d11c9 100644 --- a/dev-dotnet/fantomas/Manifest +++ b/dev-dotnet/fantomas/Manifest @@ -198,5 +198,5 @@ DIST system.threading.tasks.4.3.0.nupkg 840017 BLAKE2B 1cf4a8cc833da0a38304757db DIST system.threading.tasks.dataflow.5.0.0.nupkg 485792 BLAKE2B 925015fbba2ed7621ba4298615d6eaf11f6447d0b4cb8957dab04dcf88cb6972a91ef6c586deb189e348a9efc3c10cbf97c2b2a1c91f9852a8e506e79ed05823 SHA512 38b572abad0babfab4c7ba2bdaf0ff7b917cb3abe7052377258c8ab1376c2ee871df9ebc131ca7100666bdb941f7341b331dda73100b3bc88e80c737e1951763 DIST system.threading.tasks.extensions.4.5.4.nupkg 89582 BLAKE2B 728fc5794745b706a7e3a7d05186f34e2a8c1837cafdc7fc9a1bd8fc6fd42025448cbdfa53415a05d872aa08db1deb31d104054630c9ac7ecd29a2ddd973fd5c SHA512 68052086e77d3c7198737a3da163d67740b7c44f93250c39659b3bf21b6547a9abf64cbf40481f5c78f24361af3aaf47d52d188b371554a0928a7f7665c1fc14 DIST thoth.json.net.8.0.0.nupkg 172424 BLAKE2B 4c8e822c24add902b9ff56709a6e81c73bc70726ebb652a59276afed68c8ea06271c0c477631feb7c87f4959584098fbbbec5d4f805476ccaa9640587ac8d977 SHA512 159c93fcfbfd1f9a9dae976c2373dcd7fd64a9e332b8b8ea8ad32b6b5b43ccae94fc81fc6fa1fd006d8ff969e909b29492b35878780443b729214f367521e001 -EBUILD fantomas-6.2.3.ebuild 8953 BLAKE2B a8d3214f23a449e8cbb865d8dce4a51ac570acab2fc6bcbeb130ba6758d0f406bbdd3511f4b86a8494d751902098410d16cfddca75df21959ad04991084d5ede SHA512 57671adf6dd34bec1a86e318b46f9bbd177ee61679032a3017b8c554cde035740f1f679495960d07f1911f6df3d93702124402ba26775a2514e085f80014db82 +EBUILD fantomas-6.2.3.ebuild 8951 BLAKE2B c81530d90fbe7edafa16d834b339bf1a4eaefc49cdf14a7d4d30abcc3f0d477b127fb2e73e32df00f1a61990340cd57b0a8963d9bb35baf7825ff8149e7bf568 SHA512 cf19a69bc58b55cb1187257efd1ffb78c7e256ecbe71fc5293e062011c9ac733e8b47d1deb958a971afaa69ae280226a61e25e043a72a59b786061987b0ead16 MISC metadata.xml 579 BLAKE2B 820d0e9c7adaacf5a8a8aa5bc0c8fa93c1738923e7ae902f5f64f7fa45ba9d0c8e34db7dbe4bd6ced70a70c49a789fb5931aa5b6553825a7fd889bc7ed560a51 SHA512 e5d7080a05c00b2de1f90f557162a9bc6e78937b2750a98d33c476e0b7a6d41047003260a147c1d54c23e6968fcee70e25e3b3f9406c4b89f9ec9049fdd33a51 diff --git a/dev-dotnet/fantomas/fantomas-6.2.3.ebuild b/dev-dotnet/fantomas/fantomas-6.2.3.ebuild index 3c2f5a924754..8b3b84d8a7a7 100644 --- a/dev-dotnet/fantomas/fantomas-6.2.3.ebuild +++ b/dev-dotnet/fantomas/fantomas-6.2.3.ebuild @@ -207,7 +207,7 @@ thoth.json.net@8.0.0 inherit check-reqs dotnet-pkg -DESCRIPTION=" FSharp source code formatter " +DESCRIPTION="FSharp source code formatter" HOMEPAGE="https://fsprojects.github.io/fantomas/ https://github.com/fsprojects/fantomas/" -- cgit v1.2.3