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 360A315ACFB for ; Mon, 10 Apr 2023 02:43:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F045E085E; Mon, 10 Apr 2023 02:43:45 +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 04230E085E for ; Mon, 10 Apr 2023 02:43:45 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AAD48340B63 for ; Mon, 10 Apr 2023 02:43:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10D48A39 for ; Mon, 10 Apr 2023 02:43:40 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1681092265.5fafc0b3cf87b6b3ba717695692fc24db8256b04.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/tessen/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/tessen/Manifest gui-apps/tessen/tessen-2.1.2.ebuild X-VCS-Directories: gui-apps/tessen/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: 5fafc0b3cf87b6b3ba717695692fc24db8256b04 X-VCS-Branch: dev Date: Mon, 10 Apr 2023 02:43:40 +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: da5dd0a7-6093-44c1-86b6-8608ee9cdfd8 X-Archives-Hash: 89242859ee52c7e37cbe8cf9515b792f commit: 5fafc0b3cf87b6b3ba717695692fc24db8256b04 Author: Julien Roy jroy ca> AuthorDate: Mon Apr 10 02:04:25 2023 +0000 Commit: Julien Roy jroy ca> CommitDate: Mon Apr 10 02:04:25 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5fafc0b3 gui-apps/tessen: drop 2.1.2 Signed-off-by: Julien Roy jroy.ca> gui-apps/tessen/Manifest | 1 - gui-apps/tessen/tessen-2.1.2.ebuild | 37 ------------------------------------- 2 files changed, 38 deletions(-) diff --git a/gui-apps/tessen/Manifest b/gui-apps/tessen/Manifest index 03402f795..b7becb327 100644 --- a/gui-apps/tessen/Manifest +++ b/gui-apps/tessen/Manifest @@ -1,3 +1,2 @@ -DIST tessen-2.1.2.tar.gz 25110 BLAKE2B c10a1a5bbb3ca86f253f8ff997a1730562e3d7bbebdbc1981fb6279c165b20b6fe71fc4477e3275ac15a76c78194a7562ad318ac0f15a048ee8172243a4d26fc SHA512 5f0ae3614f4e1bb80453408e16ff63884287b116ca436d8486ed52e4f4b9f558ee5cc73ca236a298eb74fb5bfd20caeebcfafd9eec5d9395e2337d789c12970d DIST tessen-2.1.3.tar.gz 31570 BLAKE2B ccd8764762900c92f87a84796a28caef89d2e934836061a03bcbfbce3f132395874eb5c03f175eaa275805aac9b429093a2a07bc8727da801dc000bd544eabf2 SHA512 d1c7f092c6849819c816d85fa596915478190f7efce5634fc7126c73f763f5b62edb3a92a1ab3409d0a4828de88de88605c882de64e06c2b18f41ae0e4ba8749 DIST tessen-2.2.1.tar.gz 31402 BLAKE2B 6e1601a3d74969c69d302beb92f35ced6008bb74a003996d44d72b66b074944e6269ec7c7202832f85308a05d36e485a72bb9475267255c30aada7154efaecab SHA512 0fab379438386b737e04353d845d41b817d029be7e9a0406230012c5607db3244db627db186a40707ee4f59ea74f6886f3dcb6e84bcb9b05b0b4d742615bc7f5 diff --git a/gui-apps/tessen/tessen-2.1.2.ebuild b/gui-apps/tessen/tessen-2.1.2.ebuild deleted file mode 100644 index 84ab282f5..000000000 --- a/gui-apps/tessen/tessen-2.1.2.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit optfeature - -DESCRIPTION="an interactive menu to autotype and copy pass and gopass data" -HOMEPAGE="https://github.com/ayushnix/tessen" - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/ayushnix/${PN}.git" -else - SRC_URI="https://github.com/ayushnix/tessen/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" -fi - -LICENSE="GPL-2" -SLOT="0" -IUSE="+pass gopass bemenu wofi rofi" - -REQUIRED_USE="|| ( pass gopass )" - -DEPEND="app-text/scdoc" -RDEPEND="${DEPEND} - pass? ( app-admin/pass ) - gopass? ( app-admin/gopass )" -BDEPEND="" - -pkg_postinst() { - optfeature "autotype support" gui-apps/wtype - optfeature "clipboard support" gui-apps/wl-clipboard - optfeature "URL opening support" x11-misc/xdg-utils - optfeature "OTP support" app-admin/pass-otp - optfeature "notifications support" x11-libs/libnotify -}