summaryrefslogtreecommitdiff
path: root/app-crypt/elettra
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-11-10 13:21:36 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-11-10 13:21:36 +0000
commit77398e424e45d9e98c1cef3c43bdadb9d56e81ef (patch)
tree5aeffd3fc7b92fc615bd2c222fa8831aeda1925b /app-crypt/elettra
parentbd4aeefe33e63f613512604e47bfca7b2187697d (diff)
gentoo resync : 10.11.2019
Diffstat (limited to 'app-crypt/elettra')
-rw-r--r--app-crypt/elettra/Manifest2
-rw-r--r--app-crypt/elettra/elettra-1.0.ebuild16
2 files changed, 9 insertions, 9 deletions
diff --git a/app-crypt/elettra/Manifest b/app-crypt/elettra/Manifest
index 4dd54a679a46..cbc1d6345189 100644
--- a/app-crypt/elettra/Manifest
+++ b/app-crypt/elettra/Manifest
@@ -1,3 +1,3 @@
DIST elettra-src-1.0.tar.gz 16102 BLAKE2B 7499bbb043f59f483f8496b94fe09076bc338125b18f64b859c008a64ec811a80d1accbe8ddf8bd505d1eac4ce971f7c0cd00e6ec37c9c2d3d861913c9aafeeb SHA512 341a83436d9c163391eabbc06600b29e8ee837bb805f2f9ea922ffa8d8dcb9ec53e50ae475e13e2810ac69419b86072cd7e6c44d13c80e43ee67071e6864d5b3
-EBUILD elettra-1.0.ebuild 770 BLAKE2B d0bd1bbfd4e14e5f000bb05bc7aa03763b890444ff425e35596e6d18a784b9064ff80003f3107cc08ec8a6fd5ea544b9b7ab919be1f499787807d45c86ba6f7e SHA512 368d2db52e4f601177d02465e3c921a61b0a0cb96d910d4b0b39f6c648d2cfa400715c50c15e62f47df70f09079743d721f37fc15ca29fbdf5be04a4b36dac06
+EBUILD elettra-1.0.ebuild 721 BLAKE2B 3c2ab2df09350b99ed6f1d6dc0d872dc1fc79ea9676e28803e958215c34e39ea5c61023532e43a33262d70fbeb4020e53ac6b61d5872fdd34310b32db158b7ad SHA512 6fe614e106760a46cf562d56c326d0c327359ab85cddfd4a3922635fcda7b893c07eab5d403855d07c07f6baffa9370fab7188b7ed94ff6b52454c0cdfb98015
MISC metadata.xml 215 BLAKE2B 416b347b470da55cc38463c877ac944c5530bf47ca6a73b56dff8f174db2572d6e5b2e87fa838e0acffd4d81d850b353f59fa0008b934d896b926fb79bf5e015 SHA512 49695b6fe6c6840d991013455f167da37a67fa9fd326f2241778caeab2b7ab38bbb36b2f383ca6736c465b65cce7338ebb90468ceb30bdf5b5989449bb2d2ebd
diff --git a/app-crypt/elettra/elettra-1.0.ebuild b/app-crypt/elettra/elettra-1.0.ebuild
index 4e47c0f1db08..c15d05715817 100644
--- a/app-crypt/elettra/elettra-1.0.ebuild
+++ b/app-crypt/elettra/elettra-1.0.ebuild
@@ -1,15 +1,15 @@
-# 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"
@@ -17,8 +17,8 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE=""
RDEPEND="sys-libs/zlib
- app-crypt/mhash
- dev-libs/libmcrypt"
+ app-crypt/mhash
+ dev-libs/libmcrypt"
DEPEND="${RDEPEND}"
@@ -31,6 +31,6 @@ src_compile() {
}
src_install() {
- dobin elettra || die "dobin failed"
- dodoc README || die "dodoc failed"
+ dobin elettra
+ dodoc README
}