calculate-overlay/sys-apps/calculate-utils/calculate-utils-3.6.3.ebuild

24 lines
491 B
Bash

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="5"
PYTHON_COMPAT=(python2_7)
inherit calculate-utils-r4
DESCRIPTION="A set of Calculate utilities for system installation, build and upgrade"
HOMEPAGE="http://www.calculate-linux.org/main/en/calculate_utilities"
IUSE="+gpg"
RDEPEND="
gpg? (
app-crypt/gnupg
app-crypt/openpgp-keys-calculate-release
)
"
LICENSE="Apache-2.0"
SLOT="3"
KEYWORDS="x86 amd64"