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 A503E158091 for ; Sat, 18 Jun 2022 19:20:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8AC98E0AF7; Sat, 18 Jun 2022 19:20:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 28B3DE0AF7 for ; Sat, 18 Jun 2022 19:20:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 30525341965 for ; Sat, 18 Jun 2022 19:20:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B099523 for ; Sat, 18 Jun 2022 19:19:58 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1655575917.0d4f66c15bef1d8ba99f64943e85a2b6e8dd89ef.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: x11-misc/tbsm/ X-VCS-Repository: repo/proj/guru X-VCS-Files: x11-misc/tbsm/Manifest x11-misc/tbsm/tbsm-0.6.ebuild X-VCS-Directories: x11-misc/tbsm/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 0d4f66c15bef1d8ba99f64943e85a2b6e8dd89ef X-VCS-Branch: master Date: Sat, 18 Jun 2022 19:19:58 +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: 84bd6a42-727a-46e8-ade3-9d202dfecb1a X-Archives-Hash: 4d71cb19d300ea2d2f0b1a9f14c9255b commit: 0d4f66c15bef1d8ba99f64943e85a2b6e8dd89ef Author: Aisha Tammy aisha cc> AuthorDate: Sat Jun 18 18:11:57 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sat Jun 18 18:11:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0d4f66c1 x11-misc/tbsm: add 0.6 Signed-off-by: Aisha Tammy aisha.cc> x11-misc/tbsm/Manifest | 1 + x11-misc/tbsm/tbsm-0.6.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/x11-misc/tbsm/Manifest b/x11-misc/tbsm/Manifest index c511c63fb..0b0121844 100644 --- a/x11-misc/tbsm/Manifest +++ b/x11-misc/tbsm/Manifest @@ -1 +1,2 @@ DIST tbsm-0.5.tar.gz 19515 BLAKE2B 336e4663c720ee376f37751903cd65b6c3c7ac6dbe00bb4b9e70a8e30b6068d2985146fbcfc9ad979a913ef1bbb6841c0e86ed24a70d22872bb5443825156986 SHA512 8954241d0f763bee42a36f39b9b40a5b30771d919f10ff0a5c67fcbd5625ff269cdcfae9e3eb6095710ab1fefef3cab5e2865ef9683a4cd628d7543e60846e91 +DIST tbsm-0.6.tar.gz 23071 BLAKE2B 2d9b567a3c1adaad898ed834760c84e9d89feb05e2570fa3ba2e9fcfd361aa0a59b5af63afdca009ec2b75150265cb814d54827117e9192eaa08833380fe08d7 SHA512 22c8aaaeca55ca4278f8ef44374c5ce71994a2e1a3dac2f7059947c73dbae58565bf389bee52f6e4bd6538cea6c0205e3cb6bd173f6da94d59218929d8b6624b diff --git a/x11-misc/tbsm/tbsm-0.6.ebuild b/x11-misc/tbsm/tbsm-0.6.ebuild new file mode 100644 index 000000000..7d61bba56 --- /dev/null +++ b/x11-misc/tbsm/tbsm-0.6.ebuild @@ -0,0 +1,22 @@ +# Copyright 2019-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="A pure bash session or application launcher. Inspired by cdm, tdm and krunner" +HOMEPAGE="https://loh-tar.github.io/tbsm/" + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/loh-tar/${PN}.git" +else + SRC_URI="https://github.com/loh-tar/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~arm64 ~x86" +fi + +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +DEPEND="app-shells/bash:0" +RDEPEND="${DEPEND}"