commit: a0e66e75a115b2bdd68474268e9e19f35241fa6a Author: Artemis Everfree <artemis <AT> artemis <DOT> sh> AuthorDate: Fri May 19 19:46:56 2023 +0000 Commit: Artemis Everfree <artemis <AT> artemis <DOT> sh> CommitDate: Fri May 19 19:46:56 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a0e66e75
sys-apps/openSeaChest: drop 23.03 Signed-off-by: Artemis Everfree <artemis <AT> artemis.sh> sys-apps/openSeaChest/openSeaChest-23.03.ebuild | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/sys-apps/openSeaChest/openSeaChest-23.03.ebuild b/sys-apps/openSeaChest/openSeaChest-23.03.ebuild deleted file mode 100644 index eaa18a859..000000000 --- a/sys-apps/openSeaChest/openSeaChest-23.03.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# -# Distributed under the terms of the GNU General Public License v2 - -EAPI=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" -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' - mv "${WORKDIR}/openSeaChest-v${PV}" "${S}" -}
