summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-02-16 23:33:36 +0100
committerDavid Seifert <soap@gentoo.org>2022-02-16 23:33:36 +0100
commita8926d08d3dc62e29809e2f5925c46e591386b08 (patch)
tree65dd05463771463ef3fd9b878f03ab8e8de9040c /app-crypt
parentdev-java/cpptasks: removed obsolete 1.0_beta5 (diff)
downloadgentoo-a8926d08d3dc62e29809e2f5925c46e591386b08.tar.gz
gentoo-a8926d08d3dc62e29809e2f5925c46e591386b08.tar.bz2
gentoo-a8926d08d3dc62e29809e2f5925c46e591386b08.zip
app-crypt/gpgstats: add subslot op on app-crypt/gpgme
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/gpgstats/gpgstats-0.5-r2.ebuild (renamed from app-crypt/gpgstats/gpgstats-0.5-r1.ebuild)14
1 files changed, 7 insertions, 7 deletions
diff --git a/app-crypt/gpgstats/gpgstats-0.5-r1.ebuild b/app-crypt/gpgstats/gpgstats-0.5-r2.ebuild
index aaf6c2ee7add..85f24aeaccea 100644
--- a/app-crypt/gpgstats/gpgstats-0.5-r1.ebuild
+++ b/app-crypt/gpgstats/gpgstats-0.5-r2.ebuild
@@ -1,28 +1,28 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit toolchain-funcs
DESCRIPTION="GPGstats calculates statistics on the keys in your key-ring"
HOMEPAGE="http://www.vanheusden.com/gpgstats/"
SRC_URI="http://www.vanheusden.com/gpgstats/${P}.tgz"
+
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-RDEPEND="app-crypt/gpgme"
+
+RDEPEND="app-crypt/gpgme:="
DEPEND="${RDEPEND}"
-PATCHES=(
- "${FILESDIR}/${P}-flags.patch"
-)
+PATCHES=( "${FILESDIR}"/${P}-flags.patch )
src_compile() {
emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" DEBUG=
}
src_install() {
- einstalldocs
dobin gpgstats
+ einstalldocs
}