* [gentoo-commits] repo/proj/guru:dev commit in: sys-apps/openSeaChest/
@ 2023-01-15 18:30 Artemis Everfree
0 siblings, 0 replies; 12+ messages in thread
From: Artemis Everfree @ 2023-01-15 18:30 UTC (permalink / raw
To: gentoo-commits
commit: cc8ef5033de60c5c337308431b7ded985068503c
Author: Artemis Everfree <artemis <AT> artemis <DOT> sh>
AuthorDate: Sun Jan 15 07:59:45 2023 +0000
Commit: Artemis Everfree <artemis <AT> artemis <DOT> sh>
CommitDate: Sun Jan 15 18:29:29 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cc8ef503
sys-apps/openSeaChest: new package, add 22.07
Signed-off-by: Artemis Everfree <artemis <AT> artemis.sh>
sys-apps/openSeaChest/Manifest | 5 +++
sys-apps/openSeaChest/metadata.xml | 12 +++++++
sys-apps/openSeaChest/openSeaChest-22.07.ebuild | 44 +++++++++++++++++++++++++
3 files changed, 61 insertions(+)
diff --git a/sys-apps/openSeaChest/Manifest b/sys-apps/openSeaChest/Manifest
new file mode 100644
index 000000000..0e99d4675
--- /dev/null
+++ b/sys-apps/openSeaChest/Manifest
@@ -0,0 +1,5 @@
+DIST openSeaChest-22.07.tar.gz 806167 BLAKE2B 937b67aaaa071f7ade15039d4239c63aadbf43ff2e06e86e4bcc8f45b5767898d52a1a518754ec3dddb3baee7688885c24bca7dd58f8e6292fde7890e1f59876 SHA512 314e466d64104dd949833f72b089b3cea3f0cded55ddc8aec945fd69374baa6e2409269fee679618e6893e2dc4aafac4878cf54a5621f116f9c721c8b7a5db60
+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
+DIST wingetopt-a8c80ade25449464bc847d65420f41eb5262ff62.tar.gz 17371 BLAKE2B 31091fd7c4c992de2d8be299a97bacef74fe78fcce0b2cb8dcf01877cc1b97eceba22be0ea5a7d8436382a63425e247165f08fc69fa93b6dc4538d28442ba865 SHA512 a7459505fa42508032c51979d59ef554b57f77b37422941f74a2a13b84b86da2509b923a9d42ff17618d26060838117e3c7f10168c8c40b41cce806fa8ead3a5
diff --git a/sys-apps/openSeaChest/metadata.xml b/sys-apps/openSeaChest/metadata.xml
new file mode 100644
index 000000000..54fc33e4f
--- /dev/null
+++ b/sys-apps/openSeaChest/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>artemis@artemis.sh</email>
+ <description>Primary maintainer</description>
+ <name>Artemis Everfree</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">Seagate/openSeaChest</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/sys-apps/openSeaChest/openSeaChest-22.07.ebuild b/sys-apps/openSeaChest/openSeaChest-22.07.ebuild
new file mode 100644
index 000000000..90839415d
--- /dev/null
+++ b/sys-apps/openSeaChest/openSeaChest-22.07.ebuild
@@ -0,0 +1,44 @@
+# 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"
+LICENSE="MPL-2.0"
+
+SRC_URI="
+https://github.com/Seagate/openSeaChest/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
+https://api.github.com/repos/Seagate/opensea-common/tarball/a2155bb5d1f45e50cc2e0158ed183d15e12de6bd -> opensea-common-a2155bb5d1f45e50cc2e0158ed183d15e12de6bd.tar.gz
+https://api.github.com/repos/Seagate/opensea-operations/tarball/f9eab78b3cc349a74a1878b484ca27812506357b -> opensea-operations-f9eab78b3cc349a74a1878b484ca27812506357b.tar.gz
+https://api.github.com/repos/Seagate/opensea-transport/tarball/f09d599a992e4e12e2537e9e5592c8bdf799dc0a -> opensea-transport-f09d599a992e4e12e2537e9e5592c8bdf799dc0a.tar.gz
+https://api.github.com/repos/Seagate/wingetopt/tarball/a8c80ade25449464bc847d65420f41eb5262ff62 -> wingetopt-a8c80ade25449464bc847d65420f41eb5262ff62.tar.gz
+"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+RDEPEND=""
+DEPEND="${RDEPEND}"
+BDEPEND=""
+IDEPEND=""
+
+src_prepare() {
+ default
+
+ # Move over submodules, because the upstream tar doesn't have them.
+ mkdir -p "${S}"/'subprojects'
+ rmdir "${S}"/'subprojects/opensea-common' || true
+ mv "${WORKDIR}"/'Seagate-opensea-common-a2155bb' "${S}"/'subprojects/opensea-common'
+ rmdir "${S}"/'subprojects/opensea-operations' || true
+ mv "${WORKDIR}"/'Seagate-opensea-operations-f9eab78' "${S}"/'subprojects/opensea-operations'
+ rmdir "${S}"/'subprojects/opensea-transport' || true
+ mv "${WORKDIR}"/'Seagate-opensea-transport-f09d599' "${S}"/'subprojects/opensea-transport'
+ rmdir "${S}"/'subprojects/wingetopt' || true
+ mv "${WORKDIR}"/'Seagate-wingetopt-a8c80ad' "${S}"/'subprojects/wingetopt'
+}
+
+src_configure() {
+ meson_src_configure
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: sys-apps/openSeaChest/
@ 2023-01-17 4:55 Artemis Everfree
0 siblings, 0 replies; 12+ messages in thread
From: Artemis Everfree @ 2023-01-17 4:55 UTC (permalink / raw
To: gentoo-commits
commit: 14b03387a53bc88cfa2011c43bbc61bf4af59374
Author: Artemis Everfree <artemis <AT> artemis <DOT> sh>
AuthorDate: Tue Jan 17 04:50:55 2023 +0000
Commit: Artemis Everfree <artemis <AT> artemis <DOT> sh>
CommitDate: Tue Jan 17 04:55:35 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=14b03387
sys-apps/openSeaChest: rmdir || die, fix var order
Addresses comments on the commit introducing this package.
Signed-off-by: Artemis Everfree <artemis <AT> artemis.sh>
sys-apps/openSeaChest/openSeaChest-22.07.ebuild | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/sys-apps/openSeaChest/openSeaChest-22.07.ebuild b/sys-apps/openSeaChest/openSeaChest-22.07.ebuild
index 90839415d..1881c1951 100644
--- a/sys-apps/openSeaChest/openSeaChest-22.07.ebuild
+++ b/sys-apps/openSeaChest/openSeaChest-22.07.ebuild
@@ -7,8 +7,6 @@ inherit meson
DESCRIPTION="SeaGate's open source harddrive control utilities"
HOMEPAGE="https://github.com/Seagate/openSeaChest"
-LICENSE="MPL-2.0"
-
SRC_URI="
https://github.com/Seagate/openSeaChest/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
https://api.github.com/repos/Seagate/opensea-common/tarball/a2155bb5d1f45e50cc2e0158ed183d15e12de6bd -> opensea-common-a2155bb5d1f45e50cc2e0158ed183d15e12de6bd.tar.gz
@@ -16,7 +14,7 @@ https://api.github.com/repos/Seagate/opensea-operations/tarball/f9eab78b3cc349a7
https://api.github.com/repos/Seagate/opensea-transport/tarball/f09d599a992e4e12e2537e9e5592c8bdf799dc0a -> opensea-transport-f09d599a992e4e12e2537e9e5592c8bdf799dc0a.tar.gz
https://api.github.com/repos/Seagate/wingetopt/tarball/a8c80ade25449464bc847d65420f41eb5262ff62 -> wingetopt-a8c80ade25449464bc847d65420f41eb5262ff62.tar.gz
"
-
+LICENSE="MPL-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
RDEPEND=""
@@ -29,13 +27,13 @@ src_prepare() {
# Move over submodules, because the upstream tar doesn't have them.
mkdir -p "${S}"/'subprojects'
- rmdir "${S}"/'subprojects/opensea-common' || true
+ rmdir "${S}"/'subprojects/opensea-common' || die
mv "${WORKDIR}"/'Seagate-opensea-common-a2155bb' "${S}"/'subprojects/opensea-common'
- rmdir "${S}"/'subprojects/opensea-operations' || true
+ rmdir "${S}"/'subprojects/opensea-operations' || die
mv "${WORKDIR}"/'Seagate-opensea-operations-f9eab78' "${S}"/'subprojects/opensea-operations'
- rmdir "${S}"/'subprojects/opensea-transport' || true
+ rmdir "${S}"/'subprojects/opensea-transport' || die
mv "${WORKDIR}"/'Seagate-opensea-transport-f09d599' "${S}"/'subprojects/opensea-transport'
- rmdir "${S}"/'subprojects/wingetopt' || true
+ rmdir "${S}"/'subprojects/wingetopt' || die
mv "${WORKDIR}"/'Seagate-wingetopt-a8c80ad' "${S}"/'subprojects/wingetopt'
}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: sys-apps/openSeaChest/
@ 2023-01-17 7:16 Artemis Everfree
0 siblings, 0 replies; 12+ messages in thread
From: Artemis Everfree @ 2023-01-17 7:16 UTC (permalink / raw
To: gentoo-commits
commit: 0465ebade20b8a31a5065f3516da1f8d1856a14f
Author: Artemis Everfree <artemis <AT> artemis <DOT> sh>
AuthorDate: Tue Jan 17 07:16:05 2023 +0000
Commit: Artemis Everfree <artemis <AT> artemis <DOT> sh>
CommitDate: Tue Jan 17 07:16:05 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0465ebad
sys-apps/openSeaChest: remove trailing spaces
Signed-off-by: Artemis Everfree <artemis <AT> artemis.sh>
sys-apps/openSeaChest/openSeaChest-22.07.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-apps/openSeaChest/openSeaChest-22.07.ebuild b/sys-apps/openSeaChest/openSeaChest-22.07.ebuild
index 1881c1951..0ba9b5dc4 100644
--- a/sys-apps/openSeaChest/openSeaChest-22.07.ebuild
+++ b/sys-apps/openSeaChest/openSeaChest-22.07.ebuild
@@ -27,9 +27,9 @@ src_prepare() {
# Move over submodules, because the upstream tar doesn't have them.
mkdir -p "${S}"/'subprojects'
- rmdir "${S}"/'subprojects/opensea-common' || die
+ rmdir "${S}"/'subprojects/opensea-common' || die
mv "${WORKDIR}"/'Seagate-opensea-common-a2155bb' "${S}"/'subprojects/opensea-common'
- rmdir "${S}"/'subprojects/opensea-operations' || die
+ rmdir "${S}"/'subprojects/opensea-operations' || die
mv "${WORKDIR}"/'Seagate-opensea-operations-f9eab78' "${S}"/'subprojects/opensea-operations'
rmdir "${S}"/'subprojects/opensea-transport' || die
mv "${WORKDIR}"/'Seagate-opensea-transport-f09d599' "${S}"/'subprojects/opensea-transport'
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: sys-apps/openSeaChest/
@ 2023-01-17 22:02 Artemis Everfree
0 siblings, 0 replies; 12+ messages in thread
From: Artemis Everfree @ 2023-01-17 22:02 UTC (permalink / raw
To: gentoo-commits
commit: cb92438c9c2d66cb791a3f194d77353d7a5f28e7
Author: Artemis Everfree <artemis <AT> artemis <DOT> sh>
AuthorDate: Tue Jan 17 21:59:14 2023 +0000
Commit: Artemis Everfree <artemis <AT> artemis <DOT> sh>
CommitDate: Tue Jan 17 22:01:59 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cb92438c
sys-apps/openSeaChest: if src layout changes, die
add `die` to `mv` commands, and remove the mkdir. if the subprojects
directory stops existing, the ebuild needs to be updated anyhow.
Signed-off-by: Artemis Everfree <artemis <AT> artemis.sh>
sys-apps/openSeaChest/openSeaChest-22.07.ebuild | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/sys-apps/openSeaChest/openSeaChest-22.07.ebuild b/sys-apps/openSeaChest/openSeaChest-22.07.ebuild
index 0ba9b5dc4..32b369400 100644
--- a/sys-apps/openSeaChest/openSeaChest-22.07.ebuild
+++ b/sys-apps/openSeaChest/openSeaChest-22.07.ebuild
@@ -26,15 +26,14 @@ src_prepare() {
default
# Move over submodules, because the upstream tar doesn't have them.
- mkdir -p "${S}"/'subprojects'
rmdir "${S}"/'subprojects/opensea-common' || die
- mv "${WORKDIR}"/'Seagate-opensea-common-a2155bb' "${S}"/'subprojects/opensea-common'
+ mv "${WORKDIR}"/'Seagate-opensea-common-a2155bb' "${S}"/'subprojects/opensea-common' || die
rmdir "${S}"/'subprojects/opensea-operations' || die
- mv "${WORKDIR}"/'Seagate-opensea-operations-f9eab78' "${S}"/'subprojects/opensea-operations'
+ mv "${WORKDIR}"/'Seagate-opensea-operations-f9eab78' "${S}"/'subprojects/opensea-operations' || die
rmdir "${S}"/'subprojects/opensea-transport' || die
- mv "${WORKDIR}"/'Seagate-opensea-transport-f09d599' "${S}"/'subprojects/opensea-transport'
+ mv "${WORKDIR}"/'Seagate-opensea-transport-f09d599' "${S}"/'subprojects/opensea-transport' || die
rmdir "${S}"/'subprojects/wingetopt' || die
- mv "${WORKDIR}"/'Seagate-wingetopt-a8c80ad' "${S}"/'subprojects/wingetopt'
+ mv "${WORKDIR}"/'Seagate-wingetopt-a8c80ad' "${S}"/'subprojects/wingetopt' || die
}
src_configure() {
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: sys-apps/openSeaChest/
@ 2023-03-02 10:00 Artemis Everfree
0 siblings, 0 replies; 12+ messages in thread
From: Artemis Everfree @ 2023-03-02 10:00 UTC (permalink / raw
To: gentoo-commits
commit: 91c5f25ea7ff33f94a06c506748c1c5ad5758d27
Author: Artemis Everfree <artemis <AT> artemis <DOT> sh>
AuthorDate: Thu Mar 2 09:53:53 2023 +0000
Commit: Artemis Everfree <artemis <AT> artemis <DOT> sh>
CommitDate: Thu Mar 2 09:53:53 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=91c5f25e
sys-apps/openSeaChest: add 23.03
Signed-off-by: Artemis Everfree <artemis <AT> artemis.sh>
sys-apps/openSeaChest/Manifest | 1 +
sys-apps/openSeaChest/openSeaChest-23.03.ebuild | 21 +++++++++++++++++++++
2 files changed, 22 insertions(+)
diff --git a/sys-apps/openSeaChest/Manifest b/sys-apps/openSeaChest/Manifest
index 0e99d4675..18335cd7d 100644
--- a/sys-apps/openSeaChest/Manifest
+++ b/sys-apps/openSeaChest/Manifest
@@ -1,3 +1,4 @@
+DIST SourceCode_With_Submodules.tar.xz 1116144 BLAKE2B 6e1f900c07fb8094e46b3382fabee27ddf23954b66e849853a02f635b8058155bbfd57fadb93f4478a4b42e63bf98d3dc6343d12d765cb2277a53cbbd964c329 SHA512 525b4234c43178944c7afea3a429c7f640c6fd668cc6b544014cde1cd79c9934b848c93b25d28113605a7a75a0d029d1b77ac51cd37397fb25eb5a009c619161
DIST openSeaChest-22.07.tar.gz 806167 BLAKE2B 937b67aaaa071f7ade15039d4239c63aadbf43ff2e06e86e4bcc8f45b5767898d52a1a518754ec3dddb3baee7688885c24bca7dd58f8e6292fde7890e1f59876 SHA512 314e466d64104dd949833f72b089b3cea3f0cded55ddc8aec945fd69374baa6e2409269fee679618e6893e2dc4aafac4878cf54a5621f116f9c721c8b7a5db60
DIST opensea-common-a2155bb5d1f45e50cc2e0158ed183d15e12de6bd.tar.gz 123800 BLAKE2B ecfe7a464907e2f1f444f7080349e889b314612d05588450589659eb42f98045212d631f65fbb866b6587f302bc7b89697074ddfc30b3b108cffdc044768fbe8 SHA512 5f9561bdef38b8099db9c592c1ca16f0072b5b3d014d815ab855951d9e963187c56c1c06ca03cb9eab47bd19bac6310787ce8a38f8840daf587c8ca2b3505048
DIST opensea-operations-f9eab78b3cc349a74a1878b484ca27812506357b.tar.gz 463379 BLAKE2B 216ac13290ba1be7c6404b981327c46cddc7197ee3c978f156a7a42f0dde0ad38bdeaf4b5f88ce118143494f9c4de1a953a510cb6dfeb42675b264957bbaaf5f SHA512 3e145108ec4a557c237f135a3afe0c716bd6b8ab3db940338c8543b8a58105db44fca9d10c8e8914e37c4f7759912b14abacd123bf2b59a4fefb6e32d2e8cb58
diff --git a/sys-apps/openSeaChest/openSeaChest-23.03.ebuild b/sys-apps/openSeaChest/openSeaChest-23.03.ebuild
new file mode 100644
index 000000000..eaa18a859
--- /dev/null
+++ b/sys-apps/openSeaChest/openSeaChest-23.03.ebuild
@@ -0,0 +1,21 @@
+# 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}"
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: sys-apps/openSeaChest/
@ 2023-05-19 19:47 Artemis Everfree
0 siblings, 0 replies; 12+ messages in thread
From: Artemis Everfree @ 2023-05-19 19:47 UTC (permalink / raw
To: gentoo-commits
commit: a7288472cf4ab6cf097ee45a06a7c491eda999f2
Author: Artemis Everfree <artemis <AT> artemis <DOT> sh>
AuthorDate: Fri May 19 19:46:11 2023 +0000
Commit: Artemis Everfree <artemis <AT> artemis <DOT> sh>
CommitDate: Fri May 19 19:46:11 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a7288472
sys-apps/openSeaChest: add 23.03.1
Signed-off-by: Artemis Everfree <artemis <AT> artemis.sh>
sys-apps/openSeaChest/openSeaChest-23.03.1.ebuild | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/sys-apps/openSeaChest/openSeaChest-23.03.1.ebuild b/sys-apps/openSeaChest/openSeaChest-23.03.1.ebuild
new file mode 100644
index 000000000..195b7a663
--- /dev/null
+++ b/sys-apps/openSeaChest/openSeaChest-23.03.1.ebuild
@@ -0,0 +1,23 @@
+# 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'.
+ # ... 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}"
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: sys-apps/openSeaChest/
@ 2023-05-19 19:47 Artemis Everfree
0 siblings, 0 replies; 12+ messages in thread
From: Artemis Everfree @ 2023-05-19 19:47 UTC (permalink / raw
To: gentoo-commits
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}"
-}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: sys-apps/openSeaChest/
@ 2023-09-19 10:19 Artemis Everfree
0 siblings, 0 replies; 12+ messages in thread
From: Artemis Everfree @ 2023-09-19 10:19 UTC (permalink / raw
To: gentoo-commits
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}"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: sys-apps/openSeaChest/
@ 2023-12-09 9:45 Artemis Everfree
0 siblings, 0 replies; 12+ messages in thread
From: Artemis Everfree @ 2023-12-09 9:45 UTC (permalink / raw
To: gentoo-commits
commit: ac2fb0c9f3751f5aad5d1f83c9d5cfda42f283f8
Author: Artemis Everfree <artemis <AT> artemis <DOT> sh>
AuthorDate: Sat Dec 9 09:44:06 2023 +0000
Commit: Artemis Everfree <artemis <AT> artemis <DOT> sh>
CommitDate: Sat Dec 9 09:44:06 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ac2fb0c9
sys-apps/openSeaChest: add 23.12, drop 22.07
Signed-off-by: Artemis Everfree <artemis <AT> artemis.sh>
sys-apps/openSeaChest/Manifest | 6 +---
sys-apps/openSeaChest/openSeaChest-22.07.ebuild | 41 -------------------------
sys-apps/openSeaChest/openSeaChest-23.12.ebuild | 14 +++++++++
3 files changed, 15 insertions(+), 46 deletions(-)
diff --git a/sys-apps/openSeaChest/Manifest b/sys-apps/openSeaChest/Manifest
index 388ff8eba0..7a41995e52 100644
--- a/sys-apps/openSeaChest/Manifest
+++ b/sys-apps/openSeaChest/Manifest
@@ -1,6 +1,2 @@
-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
-DIST wingetopt-a8c80ade25449464bc847d65420f41eb5262ff62.tar.gz 17371 BLAKE2B 31091fd7c4c992de2d8be299a97bacef74fe78fcce0b2cb8dcf01877cc1b97eceba22be0ea5a7d8436382a63425e247165f08fc69fa93b6dc4538d28442ba865 SHA512 a7459505fa42508032c51979d59ef554b57f77b37422941f74a2a13b84b86da2509b923a9d42ff17618d26060838117e3c7f10168c8c40b41cce806fa8ead3a5
+DIST openSeaChest-v23.12.tar.xz 1160900 BLAKE2B e083c80782c15cbe34d8b3892aa6de876a6eb4825fc9d214e86f2ca469764b63602f7b8e058e8b89def893ee297541e0feebea216eba4473061aedd8f68a0609 SHA512 8e107daeff6a9f28929a1d7b7bf6025c0518df56253ee83f7e7319eb9e9645584c649a8d44184014af5f555160db67ae2383839b8a10644b99b741cba94018c6
diff --git a/sys-apps/openSeaChest/openSeaChest-22.07.ebuild b/sys-apps/openSeaChest/openSeaChest-22.07.ebuild
deleted file mode 100644
index 32b369400b..0000000000
--- a/sys-apps/openSeaChest/openSeaChest-22.07.ebuild
+++ /dev/null
@@ -1,41 +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/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
-https://api.github.com/repos/Seagate/opensea-common/tarball/a2155bb5d1f45e50cc2e0158ed183d15e12de6bd -> opensea-common-a2155bb5d1f45e50cc2e0158ed183d15e12de6bd.tar.gz
-https://api.github.com/repos/Seagate/opensea-operations/tarball/f9eab78b3cc349a74a1878b484ca27812506357b -> opensea-operations-f9eab78b3cc349a74a1878b484ca27812506357b.tar.gz
-https://api.github.com/repos/Seagate/opensea-transport/tarball/f09d599a992e4e12e2537e9e5592c8bdf799dc0a -> opensea-transport-f09d599a992e4e12e2537e9e5592c8bdf799dc0a.tar.gz
-https://api.github.com/repos/Seagate/wingetopt/tarball/a8c80ade25449464bc847d65420f41eb5262ff62 -> wingetopt-a8c80ade25449464bc847d65420f41eb5262ff62.tar.gz
-"
-LICENSE="MPL-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-RDEPEND=""
-DEPEND="${RDEPEND}"
-BDEPEND=""
-IDEPEND=""
-
-src_prepare() {
- default
-
- # Move over submodules, because the upstream tar doesn't have them.
- rmdir "${S}"/'subprojects/opensea-common' || die
- mv "${WORKDIR}"/'Seagate-opensea-common-a2155bb' "${S}"/'subprojects/opensea-common' || die
- rmdir "${S}"/'subprojects/opensea-operations' || die
- mv "${WORKDIR}"/'Seagate-opensea-operations-f9eab78' "${S}"/'subprojects/opensea-operations' || die
- rmdir "${S}"/'subprojects/opensea-transport' || die
- mv "${WORKDIR}"/'Seagate-opensea-transport-f09d599' "${S}"/'subprojects/opensea-transport' || die
- rmdir "${S}"/'subprojects/wingetopt' || die
- mv "${WORKDIR}"/'Seagate-wingetopt-a8c80ad' "${S}"/'subprojects/wingetopt' || die
-}
-
-src_configure() {
- meson_src_configure
-}
diff --git a/sys-apps/openSeaChest/openSeaChest-23.12.ebuild b/sys-apps/openSeaChest/openSeaChest-23.12.ebuild
new file mode 100644
index 0000000000..8a087598c1
--- /dev/null
+++ b/sys-apps/openSeaChest/openSeaChest-23.12.ebuild
@@ -0,0 +1,14 @@
+# 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 -> openSeaChest-v${PV}.tar.xz"
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+S="${WORKDIR}/openSeaChest-v${PV}"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: sys-apps/openSeaChest/
@ 2024-09-07 6:57 Artemis Everfree
0 siblings, 0 replies; 12+ messages in thread
From: Artemis Everfree @ 2024-09-07 6:57 UTC (permalink / raw
To: gentoo-commits
commit: 3cde268ab47994a5e470b94710cb0fa9b4cf3611
Author: Artemis Everfree <artemis <AT> artemis <DOT> sh>
AuthorDate: Sat Sep 7 06:23:50 2024 +0000
Commit: Artemis Everfree <artemis <AT> artemis <DOT> sh>
CommitDate: Sat Sep 7 06:56:33 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3cde268a
sys-apps/openSeaChest: add 24.08, drop 23.03.1
Signed-off-by: Artemis Everfree <artemis <AT> artemis.sh>
sys-apps/openSeaChest/Manifest | 2 +-
.../{openSeaChest-23.03.1.ebuild => openSeaChest-24.08.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/openSeaChest/Manifest b/sys-apps/openSeaChest/Manifest
index 7a41995e5..748e87686 100644
--- a/sys-apps/openSeaChest/Manifest
+++ b/sys-apps/openSeaChest/Manifest
@@ -1,2 +1,2 @@
-DIST openSeaChest-v23.03.1.tar.xz 1119132 BLAKE2B 63a03a56068fd02bb37e9f3dfadfb70611aa245cdd85f47a492625685ff7ef34416e998b4a046898570ff29ccd46fb3a1e408ac04b76988b4b9834d33f57cb10 SHA512 8a95893627e73fbd59bf363aa991d871b41e49971c24377d06c6d9279cecbfe4b5a0e91642476a97849ae0aad2bfb4a1d594ddf306b8f3323e3ad619fc071d38
DIST openSeaChest-v23.12.tar.xz 1160900 BLAKE2B e083c80782c15cbe34d8b3892aa6de876a6eb4825fc9d214e86f2ca469764b63602f7b8e058e8b89def893ee297541e0feebea216eba4473061aedd8f68a0609 SHA512 8e107daeff6a9f28929a1d7b7bf6025c0518df56253ee83f7e7319eb9e9645584c649a8d44184014af5f555160db67ae2383839b8a10644b99b741cba94018c6
+DIST openSeaChest-v24.08.tar.xz 1305856 BLAKE2B f8c2d139112fb1546601fc7a4f0c4df445027b398f17b17e3ce1e16db243f1c6370da3a6e66979678b5c5228049b35026aaca6fbfd3889be83ddca195dfce8d4 SHA512 6815dae26232bda873cf4e1df42b88faf5d263f639a3b6d782f2fe5a9e29baef8d7db1c64804235171eae9817a0cff5b42fdff59c3485ee567396c319124fb65
diff --git a/sys-apps/openSeaChest/openSeaChest-23.03.1.ebuild b/sys-apps/openSeaChest/openSeaChest-24.08.ebuild
similarity index 100%
rename from sys-apps/openSeaChest/openSeaChest-23.03.1.ebuild
rename to sys-apps/openSeaChest/openSeaChest-24.08.ebuild
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: sys-apps/openSeaChest/
@ 2024-10-20 6:09 Artemis Everfree
0 siblings, 0 replies; 12+ messages in thread
From: Artemis Everfree @ 2024-10-20 6:09 UTC (permalink / raw
To: gentoo-commits
commit: c43a5ad9c72b476dad8fc67bed8dff943767486d
Author: Artemis Everfree <artemis <AT> artemis <DOT> sh>
AuthorDate: Sun Oct 20 06:03:50 2024 +0000
Commit: Artemis Everfree <artemis <AT> artemis <DOT> sh>
CommitDate: Sun Oct 20 06:03:50 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c43a5ad9
sys-apps/openSeaChest: drop 24.08
Signed-off-by: Artemis Everfree <artemis <AT> artemis.sh>
sys-apps/openSeaChest/Manifest | 2 +-
sys-apps/openSeaChest/openSeaChest-24.08.ebuild | 14 --------------
2 files changed, 1 insertion(+), 15 deletions(-)
diff --git a/sys-apps/openSeaChest/Manifest b/sys-apps/openSeaChest/Manifest
index 748e87686..10973ca17 100644
--- a/sys-apps/openSeaChest/Manifest
+++ b/sys-apps/openSeaChest/Manifest
@@ -1,2 +1,2 @@
DIST openSeaChest-v23.12.tar.xz 1160900 BLAKE2B e083c80782c15cbe34d8b3892aa6de876a6eb4825fc9d214e86f2ca469764b63602f7b8e058e8b89def893ee297541e0feebea216eba4473061aedd8f68a0609 SHA512 8e107daeff6a9f28929a1d7b7bf6025c0518df56253ee83f7e7319eb9e9645584c649a8d44184014af5f555160db67ae2383839b8a10644b99b741cba94018c6
-DIST openSeaChest-v24.08.tar.xz 1305856 BLAKE2B f8c2d139112fb1546601fc7a4f0c4df445027b398f17b17e3ce1e16db243f1c6370da3a6e66979678b5c5228049b35026aaca6fbfd3889be83ddca195dfce8d4 SHA512 6815dae26232bda873cf4e1df42b88faf5d263f639a3b6d782f2fe5a9e29baef8d7db1c64804235171eae9817a0cff5b42fdff59c3485ee567396c319124fb65
+DIST openSeaChest-v24.08.1.tar.xz 1309216 BLAKE2B 825768a6efe964edcaa5c59e378c4a502d4081cc148866ed3742cd3435198639683957fb2e84fc87a347a8e493e18200d4053cf2faa19b785d5e093bb1cc459a SHA512 fa51948b26e711711bb35fede1037d066e949d5361f5009ff9ff851bc248cc8aa61a280788daa2006572d200d34c62d8d400235a4cf20c52334b80f29825f6c2
diff --git a/sys-apps/openSeaChest/openSeaChest-24.08.ebuild b/sys-apps/openSeaChest/openSeaChest-24.08.ebuild
deleted file mode 100644
index 977e43a0d..000000000
--- a/sys-apps/openSeaChest/openSeaChest-24.08.ebuild
+++ /dev/null
@@ -1,14 +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 -> openSeaChest-v${PV}.tar.xz"
-S="${WORKDIR}/openSeaChest-v${PV}"
-LICENSE="MPL-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: sys-apps/openSeaChest/
@ 2024-10-20 6:09 Artemis Everfree
0 siblings, 0 replies; 12+ messages in thread
From: Artemis Everfree @ 2024-10-20 6:09 UTC (permalink / raw
To: gentoo-commits
commit: b66fe593758a8ece17df1f2517a5f87944e2edc6
Author: Artemis Everfree <artemis <AT> artemis <DOT> sh>
AuthorDate: Sun Oct 20 06:08:13 2024 +0000
Commit: Artemis Everfree <artemis <AT> artemis <DOT> sh>
CommitDate: Sun Oct 20 06:08:13 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b66fe593
sys-apps/openSeaChest: add 24.08.1
Signed-off-by: Artemis Everfree <artemis <AT> artemis.sh>
sys-apps/openSeaChest/openSeaChest-24.08.1.ebuild | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/sys-apps/openSeaChest/openSeaChest-24.08.1.ebuild b/sys-apps/openSeaChest/openSeaChest-24.08.1.ebuild
new file mode 100644
index 000000000..977e43a0d
--- /dev/null
+++ b/sys-apps/openSeaChest/openSeaChest-24.08.1.ebuild
@@ -0,0 +1,14 @@
+# 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 -> openSeaChest-v${PV}.tar.xz"
+S="${WORKDIR}/openSeaChest-v${PV}"
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
^ permalink raw reply related [flat|nested] 12+ messages in thread
end of thread, other threads:[~2024-10-20 6:09 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-02 10:00 [gentoo-commits] repo/proj/guru:dev commit in: sys-apps/openSeaChest/ Artemis Everfree
-- strict thread matches above, loose matches on Subject: below --
2024-10-20 6:09 Artemis Everfree
2024-10-20 6:09 Artemis Everfree
2024-09-07 6:57 Artemis Everfree
2023-12-09 9:45 Artemis Everfree
2023-09-19 10:19 Artemis Everfree
2023-05-19 19:47 Artemis Everfree
2023-05-19 19:47 Artemis Everfree
2023-01-17 22:02 Artemis Everfree
2023-01-17 7:16 Artemis Everfree
2023-01-17 4:55 Artemis Everfree
2023-01-15 18:30 Artemis Everfree
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox