From a6b2ba05061d7d50fbafbd9908f4b24dfb3266dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 19 Nov 2018 17:03:10 +0100 Subject: app-crypt/usbkey: update to version 0.3 --- app-crypt/usbkey/usbkey-0.2-r1.ebuild | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 app-crypt/usbkey/usbkey-0.2-r1.ebuild (limited to 'app-crypt/usbkey/usbkey-0.2-r1.ebuild') diff --git a/app-crypt/usbkey/usbkey-0.2-r1.ebuild b/app-crypt/usbkey/usbkey-0.2-r1.ebuild deleted file mode 100644 index 20ac8ad..0000000 --- a/app-crypt/usbkey/usbkey-0.2-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -EAPI=7 - -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() { - dobin "${S}/usbkey" - - insinto /usr/share/bash-completion/completions - newins "${S}/bash_completions" usbkey - - insinto /usr/share/zsh/site-functions - newins "${S}/zsh_completions" _usbkey -} -- cgit v1.2.3