commit:     a4decacbabf30997936204e3c620d5456611ad51
Author:     Artemis Everfree <artemis <AT> artemis <DOT> sh>
AuthorDate: Tue Sep 19 10:17:47 2023 +0000
Commit:     Artemis Everfree <artemis <AT> artemis <DOT> sh>
CommitDate: Tue Sep 19 10:18:55 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a4decacb

sys-apps/openSeaChest: update SRC_URI

apparently they fixed the version number in the tarball for this
release awhile back and I missed it.

Signed-off-by: Artemis Everfree <artemis <AT> artemis.sh>

 sys-apps/openSeaChest/Manifest                    |  2 +-
 sys-apps/openSeaChest/openSeaChest-23.03.1.ebuild | 13 ++-----------
 2 files changed, 3 insertions(+), 12 deletions(-)

diff --git a/sys-apps/openSeaChest/Manifest b/sys-apps/openSeaChest/Manifest
index 18335cd7db..388ff8eba0 100644
--- a/sys-apps/openSeaChest/Manifest
+++ b/sys-apps/openSeaChest/Manifest
@@ -1,5 +1,5 @@
-DIST SourceCode_With_Submodules.tar.xz 1116144 BLAKE2B 
6e1f900c07fb8094e46b3382fabee27ddf23954b66e849853a02f635b8058155bbfd57fadb93f4478a4b42e63bf98d3dc6343d12d765cb2277a53cbbd964c329
 SHA512 
525b4234c43178944c7afea3a429c7f640c6fd668cc6b544014cde1cd79c9934b848c93b25d28113605a7a75a0d029d1b77ac51cd37397fb25eb5a009c619161
 DIST openSeaChest-22.07.tar.gz 806167 BLAKE2B 
937b67aaaa071f7ade15039d4239c63aadbf43ff2e06e86e4bcc8f45b5767898d52a1a518754ec3dddb3baee7688885c24bca7dd58f8e6292fde7890e1f59876
 SHA512 
314e466d64104dd949833f72b089b3cea3f0cded55ddc8aec945fd69374baa6e2409269fee679618e6893e2dc4aafac4878cf54a5621f116f9c721c8b7a5db60
+DIST openSeaChest-v23.03.1.tar.xz 1119132 BLAKE2B 
63a03a56068fd02bb37e9f3dfadfb70611aa245cdd85f47a492625685ff7ef34416e998b4a046898570ff29ccd46fb3a1e408ac04b76988b4b9834d33f57cb10
 SHA512 
8a95893627e73fbd59bf363aa991d871b41e49971c24377d06c6d9279cecbfe4b5a0e91642476a97849ae0aad2bfb4a1d594ddf306b8f3323e3ad619fc071d38
 DIST opensea-common-a2155bb5d1f45e50cc2e0158ed183d15e12de6bd.tar.gz 123800 
BLAKE2B 
ecfe7a464907e2f1f444f7080349e889b314612d05588450589659eb42f98045212d631f65fbb866b6587f302bc7b89697074ddfc30b3b108cffdc044768fbe8
 SHA512 
5f9561bdef38b8099db9c592c1ca16f0072b5b3d014d815ab855951d9e963187c56c1c06ca03cb9eab47bd19bac6310787ce8a38f8840daf587c8ca2b3505048
 DIST opensea-operations-f9eab78b3cc349a74a1878b484ca27812506357b.tar.gz 463379 
BLAKE2B 
216ac13290ba1be7c6404b981327c46cddc7197ee3c978f156a7a42f0dde0ad38bdeaf4b5f88ce118143494f9c4de1a953a510cb6dfeb42675b264957bbaaf5f
 SHA512 
3e145108ec4a557c237f135a3afe0c716bd6b8ab3db940338c8543b8a58105db44fca9d10c8e8914e37c4f7759912b14abacd123bf2b59a4fefb6e32d2e8cb58
 DIST opensea-transport-f09d599a992e4e12e2537e9e5592c8bdf799dc0a.tar.gz 758522 
BLAKE2B 
e49a0980d0f2780da5d684af6881239d45cd585738b02b0eb2e88080d9e76a4e1b2005dc74794d3f3c6b6c98134a10d764768c903046ff95446ba57fd4d4d20f
 SHA512 
3b578295e5ff57e38182c358e4c62fe73462dadf219306dd66984cd67b7ca36d5cdb63258d9badbfa4a09a9b4ea33be6485c24c3ba8d4db99f4838ca4a64d14d

diff --git a/sys-apps/openSeaChest/openSeaChest-23.03.1.ebuild 
b/sys-apps/openSeaChest/openSeaChest-23.03.1.ebuild
index 195b7a6631..8a087598c1 100644
--- a/sys-apps/openSeaChest/openSeaChest-23.03.1.ebuild
+++ b/sys-apps/openSeaChest/openSeaChest-23.03.1.ebuild
@@ -7,17 +7,8 @@ inherit meson
 
 DESCRIPTION="SeaGate's open source harddrive control utilities"
 HOMEPAGE="https://github.com/Seagate/openSeaChest";
-SRC_URI="https://github.com/Seagate/openSeaChest/releases/download/v${PV}/SourceCode_With_Submodules.tar.xz";
+SRC_URI="https://github.com/Seagate/openSeaChest/releases/download/v${PV}/SourceCode_With_Submodules.tar.xz
 -> openSeaChest-v${PV}.tar.xz"
 LICENSE="MPL-2.0"
 SLOT="0"
 KEYWORDS="~amd64 ~arm64"
-
-src_unpack() {
-       default
-
-       # upstream decompresses to openSeaChest-vXX.YY. We need 
openSeaChest-XX.YY
-       # without the 'v'.
-       # ... for 23.03.1 they still made the source extract to 23.03, so I 
guess
-       # we need to just put the version number here literally instead of 
using PV
-       mv "${WORKDIR}/openSeaChest-v23.03" "${S}"
-}
+S="${WORKDIR}/openSeaChest-v${PV}"

Reply via email to