diff options
author | Julien Roy <julien@jroy.ca> | 2023-04-14 17:09:11 -0400 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2023-04-14 17:09:11 -0400 |
commit | 580ba710edefb0e220b0744394de6d7ba11414a0 (patch) | |
tree | 635479647efd8611e451c441ac86694b1ce18a76 /gui-apps | |
parent | gui-apps/tessen: add 2.2.1-r1 (diff) | |
download | guru-580ba710edefb0e220b0744394de6d7ba11414a0.tar.gz guru-580ba710edefb0e220b0744394de6d7ba11414a0.tar.bz2 guru-580ba710edefb0e220b0744394de6d7ba11414a0.zip |
gui-apps/tessen: drop 2.1.3, 2.2.1, 9999
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'gui-apps')
-rw-r--r-- | gui-apps/tessen/Manifest | 1 | ||||
-rw-r--r-- | gui-apps/tessen/tessen-2.1.3.ebuild | 37 | ||||
-rw-r--r-- | gui-apps/tessen/tessen-2.2.1.ebuild | 34 | ||||
-rw-r--r-- | gui-apps/tessen/tessen-9999.ebuild | 37 |
4 files changed, 0 insertions, 109 deletions
diff --git a/gui-apps/tessen/Manifest b/gui-apps/tessen/Manifest index b7becb327..5326a905a 100644 --- a/gui-apps/tessen/Manifest +++ b/gui-apps/tessen/Manifest @@ -1,2 +1 @@ -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.3.ebuild b/gui-apps/tessen/tessen-2.1.3.ebuild deleted file mode 100644 index 84ab282f5..000000000 --- a/gui-apps/tessen/tessen-2.1.3.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 -} diff --git a/gui-apps/tessen/tessen-2.2.1.ebuild b/gui-apps/tessen/tessen-2.2.1.ebuild deleted file mode 100644 index 6a1cbe724..000000000 --- a/gui-apps/tessen/tessen-2.2.1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 2022-2023 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" - -DEPEND="app-text/scdoc" -RDEPEND="${DEPEND} - || ( app-admin/pass - 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 -} diff --git a/gui-apps/tessen/tessen-9999.ebuild b/gui-apps/tessen/tessen-9999.ebuild deleted file mode 100644 index 84ab282f5..000000000 --- a/gui-apps/tessen/tessen-9999.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 -} |