From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5C7D71580B8 for ; Mon, 6 Mar 2023 13:38:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66C1CE0943; Mon, 6 Mar 2023 13:38:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 50C3AE0943 for ; Mon, 6 Mar 2023 13:38:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 639DF3413B8 for ; Mon, 6 Mar 2023 13:38:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CCF438D7 for ; Mon, 6 Mar 2023 13:38:23 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1678004368.67e4b55f11cb27ca145dd9e74749ec65dc758a9e.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-admin/oet/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-admin/oet/Manifest app-admin/oet/oet-0.0.0.7.ebuild app-admin/oet/oet-0.0.0.8.ebuild app-admin/oet/oet-9999.ebuild X-VCS-Directories: app-admin/oet/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 67e4b55f11cb27ca145dd9e74749ec65dc758a9e X-VCS-Branch: master Date: Mon, 6 Mar 2023 13:38:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c28a63f5-78a0-44df-80d2-5c1072508552 X-Archives-Hash: deccceb2809bb42ed786b7f747581412 commit: 67e4b55f11cb27ca145dd9e74749ec65dc758a9e Author: Thomas Scholz protonmail com> AuthorDate: Sun Mar 5 08:15:12 2023 +0000 Commit: Florian Schmaus gentoo org> 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 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