aboutsummaryrefslogtreecommitdiff
path: root/gui-apps/tessen/tessen-2.1.2.ebuild
diff options
context:
space:
mode:
authorJulien Roy <julien@jroy.ca>2022-11-29 16:22:44 -0500
committerJulien Roy <julien@jroy.ca>2022-11-29 16:22:44 -0500
commit33dc74c7fd993d450bc3583538958c41f2453878 (patch)
tree6eda0224b0eabe2feee778f83acb7793576e8024 /gui-apps/tessen/tessen-2.1.2.ebuild
parent3351ed6c646243fcd6c981d44780b2f50d458e15 (diff)
downloadMrRoy-Overlay-33dc74c7fd993d450bc3583538958c41f2453878.tar.gz
MrRoy-Overlay-33dc74c7fd993d450bc3583538958c41f2453878.tar.bz2
MrRoy-Overlay-33dc74c7fd993d450bc3583538958c41f2453878.zip
Remove ebuilds that are in GURU or abandoned
Diffstat (limited to 'gui-apps/tessen/tessen-2.1.2.ebuild')
-rw-r--r--gui-apps/tessen/tessen-2.1.2.ebuild34
1 files changed, 0 insertions, 34 deletions
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 5299608..0000000
--- a/gui-apps/tessen/tessen-2.1.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="an interactive menu to autotype and copy pass and gopass data"
-HOMEPAGE="https://github.com/ayushnix/tessen"
-SRC_URI="https://github.com/ayushnix/tessen/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="+man +pass gopass dmenu bemenu wofi rofi fuzzel +wtype +clipboard notify otp xdg"
-
-REQUIRED_USE="|| ( pass gopass )
- || ( dmenu bemenu wofi rofi fuzzel )"
-
-DEPEND="
- man? ( app-text/scdoc )
- app-shells/bash
- dmenu? ( x11-misc/dmenu )
- bemenu? ( dev-libs/bemenu )
- wofi? ( gui-apps/wofi )
- rofi? ( x11-apps/rofi )
- fuzzel? ( gui-apps/fuzzel )
- pass? ( app-admin/pass )
- gopass? ( app-admin/gopass )
- wtype? ( gui-apps/wtype )
- clipboard? ( gui-apps/wl-clipboard )
- notify? ( x11-libs/libnotify )
- otp? ( app-admin/pass-otp )
- xdg? ( x11-misc/xdg-utils )"
-RDEPEND="${DEPEND}"
-BDEPEND=""