diff options
Diffstat (limited to 'dev-dotnet/coco')
-rw-r--r-- | dev-dotnet/coco/Manifest | 2 | ||||
-rw-r--r-- | dev-dotnet/coco/coco-2014.12.24-r3.ebuild | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/dev-dotnet/coco/Manifest b/dev-dotnet/coco/Manifest index 933ff1685dec..4e629ee139f6 100644 --- a/dev-dotnet/coco/Manifest +++ b/dev-dotnet/coco/Manifest @@ -1,4 +1,4 @@ AUX coco-2014.12.24-Coco-csproj.patch 375 BLAKE2B 1acdf15002c0ca2aff84731c5fbc124acd751c842498a1e755dc14bbe5a95146c0675cf1fb2a7af6db7f97e31aca42c733ca05f8c7173c04eda6390658b3e561 SHA512 0879c975c30b555c150128fdc9aa51b2210af2fa6512097b4dd2a4352d1736239baa02116e554c888145c3856e302bcb56fb3643cd3508b8625f9f47f738f9e9 DIST coco-2014.12.24.tar.gz 37670 BLAKE2B acd2299e3452d4dac495a0a7f897694791b4abcc0dd7c243771fe8c7084cd9909110c655788844e11fbb576bd95e3596cb890c0ec930c3e4587fd3313082b5cb SHA512 d3b5af1b73b233a8c4b4572db8d65b1c1ffec36e455e4d5fadf1002125433551c833b9574ae03edbe2cd3978fedef41c85667fce82ff2d6ee155c16f778f970e -EBUILD coco-2014.12.24-r3.ebuild 774 BLAKE2B 156432597d81188047e54fe42d72081f89acb0fe97a88eb1e299c8b606461c830f38924d7b29809deb4c09bc4fdded4199e21675f6718fdb85913e45b493c7fb SHA512 c699275e0196bac2f856901ac6edd0de6e25c63b58b76bd1de65e854fa7254e5d19a49c59eaa49b8c1f63687a24f6df20a7a378555f6211d7a5fbb56070e3fc7 +EBUILD coco-2014.12.24-r3.ebuild 746 BLAKE2B 836d7f37ff0ea533ec57950bbe7336e069a6e934fdcd7f972de38523664fea7a287b65b711d279ca21b1274db97b88c55d2df74abdc3dc753bc15125e2d227f8 SHA512 6a932207969e11c17645930e6172ba05b7571b87cb0f59aea73b0c11bc5fc2befcb3db06ba52af8b4d28d1693750c7dfb3268d3d29919c6cce6044109199e73b MISC metadata.xml 413 BLAKE2B b2aa9bf31ee00f8e566e236cf74bcb8f66ffba5e17f2d6d59cea01508e1dbdea6096c68af3aa0342035dd173987a7b2466d7ba78bf3ebb92121f026581c95c60 SHA512 465c0da3ea75035edba3f11725dad039b397dcce3e2fb66afcd52f585ed977500af1b2ee0e031ab815ce68ad097d8a4b4ae9a5d26087ec8316f704efd0463a88 diff --git a/dev-dotnet/coco/coco-2014.12.24-r3.ebuild b/dev-dotnet/coco/coco-2014.12.24-r3.ebuild index 00b638623421..503994a56dd3 100644 --- a/dev-dotnet/coco/coco-2014.12.24-r3.ebuild +++ b/dev-dotnet/coco/coco-2014.12.24-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -25,10 +25,11 @@ fi LICENSE="GPL-2+" SLOT="0" -DOTNET_PKG_BUILD_EXTRA_ARGS=( -p:RollForward=Major ) DOTNET_PKG_PROJECTS=( "${S}/Coco.csproj" ) PATCHES=( "${FILESDIR}/${P}-Coco-csproj.patch" ) +dotnet-pkg_force-compat + src_unpack() { dotnet-pkg_src_unpack |