From b544d842bfe55df1b59d40fb8059d5d240e4f42b Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 26 Sep 2023 23:29:13 +0100 Subject: gentoo auto-resync : 26:09:2023 - 23:29:12 --- dev-dotnet/Manifest.gz | Bin 2771 -> 2767 bytes dev-dotnet/csharp-gentoodotnetinfo/Manifest | 5 ++- .../csharp-gentoodotnetinfo-0.1.0.ebuild | 44 ------------------ .../csharp-gentoodotnetinfo-1.0.0.ebuild | 50 +++++++++++++++++++++ 4 files changed, 53 insertions(+), 46 deletions(-) delete mode 100644 dev-dotnet/csharp-gentoodotnetinfo/csharp-gentoodotnetinfo-0.1.0.ebuild create mode 100644 dev-dotnet/csharp-gentoodotnetinfo/csharp-gentoodotnetinfo-1.0.0.ebuild (limited to 'dev-dotnet') diff --git a/dev-dotnet/Manifest.gz b/dev-dotnet/Manifest.gz index d4d6885c84a3..01458dee08ab 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 1873384875a7..fa7abffb4ad1 100644 --- a/dev-dotnet/csharp-gentoodotnetinfo/Manifest +++ b/dev-dotnet/csharp-gentoodotnetinfo/Manifest @@ -1,3 +1,4 @@ -DIST csharp-gentoodotnetinfo-0.1.0.tar.bz2 8207 BLAKE2B d6c9bbd83b15487c669bb933c51a266788e7217a59fccb6e6fb87b66cd77ea67325859fb030d45a9ae00a542c23158a88d90ab915956d2086a4c2a3954d6a75f SHA512 78cbb0768eb8434c5ccf7c3ddbee8fc3c742e3875a05d99a72fbaa798fdd92a0bd231be873be01385b1933f51c14af9a2827e6da9495fc943898984684ab077c -EBUILD csharp-gentoodotnetinfo-0.1.0.ebuild 909 BLAKE2B b7753d0a491ebf18cf5a355c364cd3f55ae4b8de1b15872de01b756de2a6bc1647ffff1ed1327ab68eafb0656f714c143f189dc6d45796b0d0eb4137b48c48af SHA512 8ccabbdbc1264a99c953b3a2003649421295156bdcb04db624bac5e8daa9abf0d973166bce1d82f5c882d25fc75da7ab9106a4587d12d3d6ea92be5de1148789 +DIST csharp-gentoodotnetinfo-1.0.0.tar.bz2 11273 BLAKE2B dc813e3af220b8a348716e3fd95640cd284083a463b007e5943b0f335161d3491637e47f894f276dd45b8dae74b2d057874425beef1bf3463b50eee9e480b495 SHA512 3900dd435cc122e2c368c4040413f64f5f232cb374d672f843b73c41a9a1aef2903db53f5688c223f478a521908001c025d74fbf1d59bb7608be26cf780eaf38 +DIST system.commandline.2.0.0-beta4.22272.1.nupkg 616636 BLAKE2B 5252560598c4cd67348520cea086c37b4151b984a61238de1984838975340247b16050113422b1765931bdfc1dee38e226789b6427e56ab7c3a36bf07d0bcc20 SHA512 979a7e66ba29e17bc5bec42e926ed15362e23ae403e498c955e09dffc4d3baa14777a06f95e25d591fc9757a0eaa18deb9e4662a1ca1663fa300f509a4a0383c +EBUILD csharp-gentoodotnetinfo-1.0.0.ebuild 1004 BLAKE2B 23119e2caccd7a4de5c741e99a50438c7537eee7bab42daf6ff3fc7c223d10f5185a2249615a7552a86163055a7e4bf0c5874e1ec0c9aa33e1bca1fc3c29aca7 SHA512 3bca61859d77b0a432ff6a7451a6ee04a3ad938cd36f8ae30ef9e8b7ce69e1e5138207c12831812f0ee888eeb5db5e652c54bbcafa2ec4b2bcf1174b8bdd4238 MISC metadata.xml 441 BLAKE2B 19f6f9bf53a7f2cbadd053dafa583aefa466e23b17cd2dc2c6f31af5b2432a3191341730569cedff2358d47c612f27476d67b8fe1c3b6df32022d41543ef1661 SHA512 8979243a5a0db2fdc61bb0fa3c0e3a7771d2ed7da49ef8e6cd6ba4d770e855a1d3604b275568e97719e1cedaa817a85d3a8778daf37f0d980e6d3d64ef218f93 diff --git a/dev-dotnet/csharp-gentoodotnetinfo/csharp-gentoodotnetinfo-0.1.0.ebuild b/dev-dotnet/csharp-gentoodotnetinfo/csharp-gentoodotnetinfo-0.1.0.ebuild deleted file mode 100644 index 316c4d24a057..000000000000 --- a/dev-dotnet/csharp-gentoodotnetinfo/csharp-gentoodotnetinfo-0.1.0.ebuild +++ /dev/null @@ -1,44 +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 -unset NUGET_PACKAGES - -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 - -LICENSE="GPL-2+" -SLOT="0" - -DOTNET_PKG_PROJECTS=( - "${S}/Source/gentoodotnetinfo/GentooDotnetInfo/GentooDotnetInfo.csproj" -) - -src_unpack() { - dotnet-pkg_src_unpack - - if [[ -n ${EGIT_REPO_URI} ]] ; then - git-r3_src_unpack - fi -} - -src_install() { - dotnet-pkg-base_install - dotnet-pkg-base_dolauncher_portable \ - "/usr/share/${P}/GentooDotnetInfo.dll" gentoo-dotnet-info - - einstalldocs -} diff --git a/dev-dotnet/csharp-gentoodotnetinfo/csharp-gentoodotnetinfo-1.0.0.ebuild b/dev-dotnet/csharp-gentoodotnetinfo/csharp-gentoodotnetinfo-1.0.0.ebuild new file mode 100644 index 000000000000..31877c28a815 --- /dev/null +++ b/dev-dotnet/csharp-gentoodotnetinfo/csharp-gentoodotnetinfo-1.0.0.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DOTNET_PKG_COMPAT=7.0 +NUGETS=" +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 +} -- cgit v1.2.3