aboutsummaryrefslogtreecommitdiff
path: root/app-admin/tessen/tessen-2.1.2.ebuild
diff options
context:
space:
mode:
authorJulien Roy <julien@jroy.ca>2022-04-03 00:20:56 -0400
committerJulien Roy <julien@jroy.ca>2022-04-03 00:20:56 -0400
commitddff285718d651a04273c49439429dcc6db36313 (patch)
treef9c5de69513e97e265233f67120aff5966c8047f /app-admin/tessen/tessen-2.1.2.ebuild
parent062998b93b45b77d0552fb3e715a349fed2f60a8 (diff)
downloadMrRoy-Overlay-ddff285718d651a04273c49439429dcc6db36313.tar.gz
MrRoy-Overlay-ddff285718d651a04273c49439429dcc6db36313.tar.bz2
MrRoy-Overlay-ddff285718d651a04273c49439429dcc6db36313.zip
Moved Tessen to gui-apps
Diffstat (limited to 'app-admin/tessen/tessen-2.1.2.ebuild')
-rw-r--r--app-admin/tessen/tessen-2.1.2.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/app-admin/tessen/tessen-2.1.2.ebuild b/app-admin/tessen/tessen-2.1.2.ebuild
deleted file mode 100644
index b742de1..0000000
--- a/app-admin/tessen/tessen-2.1.2.ebuild
+++ /dev/null
@@ -1,33 +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 bemenu wofi rofi fuzzel +wtype +clipboard notify otp xdg"
-
-REQUIRED_USE="|| ( pass gopass )
- || ( bemenu wofi rofi fuzzel )"
-
-DEPEND="
- man? ( app-text/scdoc )
- app-shells/bash
- 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? ( add-admin/pass-otp )
- xdg? ( x11-misc/xdg-utils )"
-RDEPEND="${DEPEND}"
-BDEPEND=""