Добавлен live ebuild для утилит 3.4

atratsevskiy
Mike Khiretskiy 9 years ago
parent 0aceb0f927
commit 870dee2cec

@ -3,6 +3,3 @@
cl_autoupdate_set = on
cl_template_locate = #-cl_builder_template_location-#
!cl_template_path = del
[update]
cl_update_branch_name = #-cl_builder_branch_name-#

@ -0,0 +1,29 @@
# 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=(
["builder"]="3.4.9999"
)
inherit calculate-utils git-2
DESCRIPTION="A set of Calculate utilities for system installation, build and upgrade"
HOMEPAGE="http://www.calculate-linux.org/main/en/calculate_utilities"
SRC_URI=""
LICENSE="Apache-2.0"
SLOT="3"
KEYWORDS=""
src_unpack() {
for MODULE in "${MODULE_INFO[@]}"
do
MODULE_DATA=( $MODULE )
MODULE_PN=${MODULE_DATA[0]}
EGIT_SOURCEDIR=${WORKDIR}/${MODULE_PN}-${PV} EGIT_REPO_URI=git://git.calculate.ru/calculate-3/${MODULE_PN}.git git-2_src_unpack
done
}
Loading…
Cancel
Save