From: "Artemis Everfree" <artemis@artemis.sh>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-apps/openSeaChest/
Date: Tue, 17 Jan 2023 22:02:05 +0000 (UTC) [thread overview]
Message-ID: <1673992919.cb92438c9c2d66cb791a3f194d77353d7a5f28e7.artemis@gentoo> (raw)
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() {
next reply other threads:[~2023-01-17 22:02 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-17 22:02 Artemis Everfree [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-20 6:09 [gentoo-commits] repo/proj/guru:dev commit in: sys-apps/openSeaChest/ 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-03-02 10:00 Artemis Everfree
2023-01-17 7:16 Artemis Everfree
2023-01-17 4:55 Artemis Everfree
2023-01-15 18:30 Artemis Everfree
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1673992919.cb92438c9c2d66cb791a3f194d77353d7a5f28e7.artemis@gentoo \
--to=artemis@artemis.sh \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox