From 16a4480821fb32f738ea880943a1da82b629496d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sat, 3 Feb 2018 23:00:21 +0100 Subject: Add completions for usbkey --- app-crypt/usbkey/usbkey-0.1-r1.ebuild | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 app-crypt/usbkey/usbkey-0.1-r1.ebuild (limited to 'app-crypt/usbkey/usbkey-0.1-r1.ebuild') diff --git a/app-crypt/usbkey/usbkey-0.1-r1.ebuild b/app-crypt/usbkey/usbkey-0.1-r1.ebuild deleted file mode 100644 index c9876ad..0000000 --- a/app-crypt/usbkey/usbkey-0.1-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -EAPI=6 - -VER="${PV%-r*}" - -DESCRIPTION="Maintain keys on USB drive" -HOMEPAGE="http://git.cynerd.cz/usbkey/" -SRC_URI="http://git.cynerd.cz/usbkey/snapshot/usbkey-${VER}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/usbkey-${VER}" - -LICENSE="GPL-3.0+" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND=" -sys-fs/cryptsetup -net-misc/rsync -net-misc/openssh -dev-libs/openssl -" -RDEPEND="${DEPEND}" - -src_install() { - dodir /usr/bin - exeinto /usr/bin - doexe "${S}/usbkey" -} -- cgit v1.2.3