Skip to content

Commit

Permalink
app-crypt/elettra: bump EAPI and stuff
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Bauman <[email protected]>
  • Loading branch information
FuzzyGophers committed Nov 10, 2019
1 parent 5897f1b commit 9b803d4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions app-crypt/elettra/elettra-1.0.ebuild
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=0
EAPI=7

inherit toolchain-funcs

MY_P="${PN}-src-${PV}"

DESCRIPTION="Plausible deniable file cryptography"
HOMEPAGE="http://www.winstonsmith.info/julia/elettra/"
SRC_URI="http://www.winstonsmith.info/julia/elettra/${MY_P}.tar.gz"
HOMEPAGE="https://www.winstonsmith.info/julia/elettra/"
SRC_URI="https://www.winstonsmith.info/julia/elettra/${MY_P}.tar.gz"

LICENSE="WTFPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE=""

RDEPEND="sys-libs/zlib
app-crypt/mhash
dev-libs/libmcrypt"
app-crypt/mhash
dev-libs/libmcrypt"

DEPEND="${RDEPEND}"

Expand All @@ -31,6 +31,6 @@ src_compile() {
}

src_install() {
dobin elettra || die "dobin failed"
dodoc README || die "dodoc failed"
dobin elettra
dodoc README
}

0 comments on commit 9b803d4

Please sign in to comment.