calculate-utils-3.6.7.42.ebuild

Download (606 Bytes)

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="7"
PYTHON_COMPAT=(python2_7)

declare -A CALCULATE_MODULES=(
	["lib"]="3.6.7.22"
	["install"]="3.6.7.15"
	["core"]="3.6.7.5"
	["i18n"]="3.6.7.12"
	["desktop"]="3.6.7.2"
	["console-gui"]="3.6.7.1"
	["update"]="3.6.7.10"
	["builder"]="3.6.7.12"
)

inherit calculate-utils-r8

DESCRIPTION="A set of Calculate utilities for system installation, build and upgrade"
HOMEPAGE="http://www.calculate-linux.org/main/en/calculate_utilities"

LICENSE="Apache-2.0"
SLOT="3"
KEYWORDS="amd64"


Thank you!