From: "Thomas Scholz" <thomas.scholz@protonmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-admin/oet/
Date: Sun, 5 Mar 2023 08:22:45 +0000 (UTC) [thread overview]
Message-ID: <1678004368.67e4b55f11cb27ca145dd9e74749ec65dc758a9e.thomas.scholz@gentoo> (raw)
commit: 67e4b55f11cb27ca145dd9e74749ec65dc758a9e
Author: Thomas Scholz <thomas.scholz <AT> protonmail <DOT> com>
AuthorDate: Sun Mar 5 08:15:12 2023 +0000
Commit: Thomas Scholz <thomas.scholz <AT> protonmail <DOT> com>
CommitDate: Sun Mar 5 08:19:28 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=67e4b55f
app-admin/oet: Version 0.0.0.8; add long options
Add long options
Split script into modules
Cleanup code
Signed-off-by: Thomas Scholz <thomas.scholz <AT> protonmail.com>
app-admin/oet/Manifest | 2 +-
app-admin/oet/{oet-0.0.0.7.ebuild => oet-0.0.0.8.ebuild} | 7 +++++++
app-admin/oet/oet-9999.ebuild | 7 +++++++
3 files changed, 15 insertions(+), 1 deletion(-)
diff --git a/app-admin/oet/Manifest b/app-admin/oet/Manifest
index 2241675cb..2f0c5424c 100644
--- a/app-admin/oet/Manifest
+++ b/app-admin/oet/Manifest
@@ -1,2 +1,2 @@
DIST oet-0.0.0.5.tar.gz 10266 BLAKE2B bf85f6e64b9bf17de51ab94629e786a521d2ae6d66ae51b1fd0c1e467f75b402670b912daf5ee4fb2bdb31f0af401ede09d742c9e391d31a007b021d89e40caf SHA512 de9ad98e6def8e2086c87e8d76433ee69cffe25b060775e5bf8764414d67eebd09fa65e76af88b566043b2422375763488023d1581595a6f0f96ecb6fbf58ba5
-DIST oet-0.0.0.7.tar.gz 10932 BLAKE2B 41630a075d0b3e292b27abe4b40bf326d2730400e8632fe27ff917765781f731bb0094c60c6f05f92238354ea3cccb5eef4a4838e0e7fdcb77ff24be170486fa SHA512 b041944bc5cf8231892b12bd4b40dce5f053996b5b4d712ff77c3ea4792fa374476053ab1ce1cf790f2537a4d1038b2aa445b329142fa2e3b955611d767b452a
+DIST oet-0.0.0.8.tar.gz 12032 BLAKE2B cceb5f13bbf0fa3dc212369cb6ce927b96453dcd6c4690793e3e8bfb69bb97df4177585265ef521bd7df0bc6dc9bfce2e08e1a828ef1fabba4a28e30c88739c6 SHA512 dbed1eb1d0df64d409f0f218586bef6de3e4b0415e7d0fb09b0a9b2c3ca64ff1f1427c7033230f01e61c1cc6bec6a2038148bf3114d54b59fac76530cfef9cfb
diff --git a/app-admin/oet/oet-0.0.0.7.ebuild b/app-admin/oet/oet-0.0.0.8.ebuild
similarity index 93%
rename from app-admin/oet/oet-0.0.0.7.ebuild
rename to app-admin/oet/oet-0.0.0.8.ebuild
index f3bf844b1..7b270b200 100644
--- a/app-admin/oet/oet-0.0.0.7.ebuild
+++ b/app-admin/oet/oet-0.0.0.8.ebuild
@@ -21,6 +21,13 @@ fi
LICENSE="LGPL-2"
SLOT="0"
+DEPEND="
+ sys-apps/util-linux
+"
+RDEPEND="
+ ${DEPEND}
+"
+
src_prepare() {
if [[ "${PV}" == "9999" ]]; then
git describe --tags --abbrev=0 | sed -e "s/oet-//" >.version
diff --git a/app-admin/oet/oet-9999.ebuild b/app-admin/oet/oet-9999.ebuild
index f3bf844b1..7b270b200 100644
--- a/app-admin/oet/oet-9999.ebuild
+++ b/app-admin/oet/oet-9999.ebuild
@@ -21,6 +21,13 @@ fi
LICENSE="LGPL-2"
SLOT="0"
+DEPEND="
+ sys-apps/util-linux
+"
+RDEPEND="
+ ${DEPEND}
+"
+
src_prepare() {
if [[ "${PV}" == "9999" ]]; then
git describe --tags --abbrev=0 | sed -e "s/oet-//" >.version
next reply other threads:[~2023-03-05 8:22 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-05 8:22 Thomas Scholz [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-12 19:33 [gentoo-commits] repo/proj/guru:dev commit in: app-admin/oet/ Thomas Scholz
2024-05-15 2:58 Lucio Sauer
2023-03-11 7:55 Thomas Scholz
2023-03-08 5:12 Thomas Scholz
2023-03-06 5:58 Thomas Scholz
2023-03-03 20:55 Thomas Scholz
2023-03-03 17:50 Thomas Scholz
2023-02-28 17:03 Thomas Scholz
2023-02-28 9:20 Thomas Scholz
2023-02-28 8:58 Thomas Scholz
2023-02-27 11:26 Thomas Scholz
2023-02-27 8:01 Thomas Scholz
2023-02-21 20:54 Thomas Scholz
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=1678004368.67e4b55f11cb27ca145dd9e74749ec65dc758a9e.thomas.scholz@gentoo \
--to=thomas.scholz@protonmail.com \
--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