aboutsummaryrefslogtreecommitdiff
path: root/gui-apps/tessen/tessen-2.1.2.ebuild
diff options
context:
space:
mode:
authorJulien Roy <julien@jroy.ca>2022-04-04 16:26:45 -0400
committerJulien Roy <julien@jroy.ca>2022-04-04 16:26:45 -0400
commit3af0d39185ad7389bc33d82a00b879f6f1887f7f (patch)
treefc7e540315344ab2c2964b398b8e62619f0f4104 /gui-apps/tessen/tessen-2.1.2.ebuild
parentd662a208183bd190bf0ce852dd1909c2f21342db (diff)
downloadMrRoy-Overlay-3af0d39185ad7389bc33d82a00b879f6f1887f7f.tar.gz
MrRoy-Overlay-3af0d39185ad7389bc33d82a00b879f6f1887f7f.tar.bz2
MrRoy-Overlay-3af0d39185ad7389bc33d82a00b879f6f1887f7f.zip
Dropped tessen & wtype, merged to GURU
Diffstat (limited to 'gui-apps/tessen/tessen-2.1.2.ebuild')
-rw-r--r--gui-apps/tessen/tessen-2.1.2.ebuild26
1 files changed, 0 insertions, 26 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 c0d5cf2..0000000
--- a/gui-apps/tessen/tessen-2.1.2.ebuild
+++ /dev/null
@@ -1,26 +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="+pass gopass dmenu bemenu wofi rofi"
-
-REQUIRED_USE="|| ( pass gopass )
- || ( dmenu bemenu wofi rofi )"
-
-DEPEND=""
-RDEPEND="${DEPEND}
- dmenu? ( x11-misc/dmenu )
- bemenu? ( dev-libs/bemenu )
- wofi? ( gui-apps/wofi )
- rofi? ( x11-misc/rofi )
- pass? ( app-admin/pass )
- gopass? ( app-admin/gopass )"
-BDEPEND=""