parent
4918810515
commit
1664d02b65
@ -1,2 +1,3 @@
|
||||
DIST calculate-toolkit-0.1_rc2.tar.bz2 12258 SHA256 3f0656e1c1acc856567b99e9cad4c29734c2c164145b656de89af7f3250e6a42 SHA512 c4ad098e8b7e2579467de710800631c82b043dc2be27a0f2f03bfd582d825e85fba5ff450874f24b6fb5d88fb7323d71d92210e35b6e9d0197c506bab784ee87 WHIRLPOOL 3eb75074b5d0a8e56f48f739dee2c26ca3539cc9a34360aaeb7940ff0ab04f70fe9f1d202b9b9384db2f86a7bf6e38da3131d5b02896e418952e285e65eb7158
|
||||
DIST calculate-toolkit-0.1_rc3.tar.bz2 12104 SHA256 300c2e45e4a3592a8415c298186321f243b30c6a0ff73eb943249a267e6fd2f0 SHA512 b07c4205144e84e22a1ec582628a107045e7dc5c537ee3f0456e3b20885048775671f4523e1f06b8cdc6413c335a0ae9d08ba46ee09fc0b095e2353b75e67792 WHIRLPOOL d7c06ae0d0f211fd92145d57dd0ff51cf3cda6b8ab08ddce4c9178277f3240419220f2360545f5e66d338984d3b81f5306dda39aa1bd0ab7f37b4a598d0a02db
|
||||
DIST calculate-toolkit-0.1_rc4.tar.bz2 12111 SHA256 56222652f5bfc8509f623dc0d2b3555ba1187a4a10281dee224f56783d77bdea SHA512 d8e1eb8181b0b7bf4eb2d51b92a1cf6d3cb918a3c98216777c17a37b0f851f0e33465e4e293b4aaf5eb754af04b6bdf4145c8439698845f1b301253a3c5b11ee WHIRLPOOL 7ccb65dcc9ce178cad9e8eba825b65faa790468d0016468b8b8c8f8eb8b38eb01894cf47510c823c98f18a4a5d60b7e534ac2f8c1592c8ef29367f4c5b2faf5a
|
||||
|
@ -0,0 +1,16 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="5"
|
||||
|
||||
DESCRIPTION="Collection of administration scripts for Calculate"
|
||||
HOMEPAGE="http://www.calculate-linux.org/main/en/calculate_toolkit"
|
||||
SRC_URI="ftp://ftp.calculate.ru/pub/calculate/${PN}/${P}.tar.bz2
|
||||
http://mirror.yandex.ru/calculate/${PN}/${P}.tar.bz2"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
|
||||
RDEPEND=">=sys-apps/calculate-utils-3.3.0.17"
|
@ -0,0 +1,27 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="5"
|
||||
PYTHON_COMPAT=(python2_7)
|
||||
|
||||
declare -A CALCULATE_MODULES=(
|
||||
["lib"]="3.3.0.9"
|
||||
["install"]="3.3.0.7"
|
||||
["core"]="3.3.0.3"
|
||||
["i18n"]="3.3.0.3"
|
||||
["client"]="3.3.0.4"
|
||||
["desktop"]="3.3.0.3"
|
||||
["console-gui"]="3.3.0.1"
|
||||
["update"]="3.3.0.3"
|
||||
)
|
||||
|
||||
inherit calculate-utils
|
||||
|
||||
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 ~x86"
|
||||
|
Loading…
Reference in new issue