app-crypt/gpgstats - 0.5 (gentoo)

Search

Install

Install this version:

emerge -a =app-crypt/gpgstats-0.5

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-crypt/gpgstats-0.5

Or alternatively:

emerge --autounmask-write -a =app-crypt/gpgstats-0.5

Package Information

Description:
GPGstats calculates statistics on the keys in your key-ring
Homepage:
http://www.vanheusden.com/gpgstats/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
0.5 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit flag-o-matic 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:="
DEPEND="${RDEPEND}"

PATCHES=( "${FILESDIR}"/${P}-flags.patch )

src_compile() {
	# Uses removed 'register' keyword, bug #894350
	append-cxxflags -std=c++14

	emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" DEBUG=
}

src_install() {
	dobin gpgstats
	einstalldocs
}

Inherited Eclasses

Dependencies

DEPEND

app-crypt/gpgme:=

RDEPEND

app-crypt/gpgme:=

Manifest for 0.5

Type File Size Source URLs
DIST gpgstats-0.5.tgz 6691 bytes http://www.vanheusden.com/gpgstats/gpgstats-0.5.tgz