summaryrefslogtreecommitdiff
path: root/app-crypt/usbkey/usbkey-0.1-r1.ebuild
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2018-02-03 23:00:21 +0100
committerKarel Kočí <cynerd@email.cz>2018-02-03 23:00:21 +0100
commit16a4480821fb32f738ea880943a1da82b629496d (patch)
treeb884d4db5e3c1d71d263d0d3139d412435a74e37 /app-crypt/usbkey/usbkey-0.1-r1.ebuild
parent4fb93997279ea4b6ffae5a63cdb844f8b1f7649d (diff)
downloadgentoo-personal-overlay-16a4480821fb32f738ea880943a1da82b629496d.tar.gz
gentoo-personal-overlay-16a4480821fb32f738ea880943a1da82b629496d.tar.bz2
gentoo-personal-overlay-16a4480821fb32f738ea880943a1da82b629496d.zip
Add completions for usbkey
Diffstat (limited to 'app-crypt/usbkey/usbkey-0.1-r1.ebuild')
-rw-r--r--app-crypt/usbkey/usbkey-0.1-r1.ebuild27
1 files changed, 0 insertions, 27 deletions
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"
-}