summaryrefslogtreecommitdiff
path: root/app-crypt/usbkey/usbkey-0.4-r1.ebuild
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2019-10-23 14:48:24 +0200
committerKarel Kočí <karel.koci@nic.cz>2019-10-23 14:48:24 +0200
commit1718d9cffae11039bf3930f0a599ea35d3fb6c0f (patch)
tree47a77df2b8007191d4abdba3e49d6b884da4f981 /app-crypt/usbkey/usbkey-0.4-r1.ebuild
parent444a18b0e75242e2b124a86645ec654c0c0053c3 (diff)
downloadgentoo-personal-overlay-1718d9cffae11039bf3930f0a599ea35d3fb6c0f.tar.gz
gentoo-personal-overlay-1718d9cffae11039bf3930f0a599ea35d3fb6c0f.tar.bz2
gentoo-personal-overlay-1718d9cffae11039bf3930f0a599ea35d3fb6c0f.zip
app-crypt/usbkey: fix uuid
Diffstat (limited to 'app-crypt/usbkey/usbkey-0.4-r1.ebuild')
-rw-r--r--app-crypt/usbkey/usbkey-0.4-r1.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/app-crypt/usbkey/usbkey-0.4-r1.ebuild b/app-crypt/usbkey/usbkey-0.4-r1.ebuild
deleted file mode 100644
index 20ac8ad..0000000
--- a/app-crypt/usbkey/usbkey-0.4-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
-}