commit
a637f0c1ed
@ -1 +1 @@
|
||||
# Calculate append=skip module=install pkg(sys-apps/calculate-install)!=&&ac_install_configure==up
|
||||
# Calculate append=skip env=install pkg(sys-apps/calculate-install)!=&&ac_install_configure==up
|
||||
|
@ -1 +1 @@
|
||||
# Calculate append=skip module=install pkg(sys-apps/calculate-install)!=&&ac_install_merge==up
|
||||
# Calculate append=skip env=install pkg(sys-apps/calculate-install)!=&&ac_install_merge==up
|
||||
|
@ -1 +1 @@
|
||||
# Calculate append=skip module=assemble pkg(sys-apps/calculate-assemble)>=3.1&&ac_assemble_prepare==up
|
||||
# Calculate append=skip env=assemble pkg(sys-apps/calculate-assemble)>=3.1&&ac_assemble_prepare==up
|
||||
|
@ -1 +1 @@
|
||||
# Calculate append=skip module=assemble pkg(sys-apps/calculate-assemble)>=3.1&&ac_assemble_setup==up
|
||||
# Calculate append=skip env=assemble pkg(sys-apps/calculate-assemble)>=3.1&&ac_assemble_setup==up
|
||||
|
@ -1 +1 @@
|
||||
# Calculate append=skip module=builder pkg(sys-apps/calculate-builder)>=3.1&&ac_builder_iso==up
|
||||
# Calculate append=skip env=builder pkg(sys-apps/calculate-builder)>=3.1&&ac_builder_iso==up
|
||||
|
@ -1 +1 @@
|
||||
# Calculate append=skip module=builder pkg(sys-apps/calculate-builder)>=3.1&&ac_builder_squash==up
|
||||
# Calculate append=skip env=builder pkg(sys-apps/calculate-builder)>=3.1&&ac_builder_squash==up
|
||||
|
@ -1 +1 @@
|
||||
# Calculate module=desktop path=~ name= chmod=0700 chown=#-main.ur_login-#:#-main.ur_group-# pkg(sys-apps/calculate-desktop)!=&&ac_desktop_desktop==up&&cl_chroot_status==off
|
||||
# Calculate env=desktop path=~ name= chmod=0700 chown=#-main.ur_login-#:#-main.ur_group-# pkg(sys-apps/calculate-desktop)!=&&ac_desktop_desktop==up&&cl_chroot_status==off
|
||||
|
@ -1 +1 @@
|
||||
# Calculate append=skip module=desktop pkg(sys-apps/calculate-desktop)!=&&ac_desktop_install!=
|
||||
# Calculate append=skip env=desktop pkg(sys-apps/calculate-desktop)!=&&ac_desktop_install!=
|
||||
|
@ -1 +1 @@
|
||||
# Calculate append=skip module=desktop pkg(sys-apps/calculate-desktop)!=&&ac_desktop_merge==up
|
||||
# Calculate append=skip env=desktop pkg(sys-apps/calculate-desktop)!=&&ac_desktop_merge==up
|
||||
|
@ -1 +1 @@
|
||||
# Calculate append=skip module=install pkg(sys-apps/calculate-install)!=&&ac_install_flash==up
|
||||
# Calculate append=skip env=install pkg(sys-apps/calculate-install)!=&&ac_install_flash==up
|
||||
|
@ -1 +1 @@
|
||||
# Calculate append=skip module=install pkg(sys-apps/calculate-install)!=&&ac_install_pxe==up
|
||||
# Calculate append=skip env=install pkg(sys-apps/calculate-install)!=&&ac_install_pxe==up
|
||||
|
@ -1 +1 @@
|
||||
# Calculate append=skip module=install pkg(sys-apps/calculate-install)!=&&ac_install_live==up
|
||||
# Calculate append=skip env=install pkg(sys-apps/calculate-install)!=&&ac_install_live==up
|
||||
|
@ -1,2 +1,2 @@
|
||||
# Calculate path=/etc/runlevels env(client.cl_remote_host)!=
|
||||
# Calculate env=client path=/etc/runlevels cl_remote_host!=||cl_remote_host_live!=
|
||||
|
||||
|
@ -1 +1 @@
|
||||
# Calculate append=skip module=client pkg(sys-apps/calculate-client)!=&&ac_client_domain!=
|
||||
# Calculate append=skip env=client pkg(sys-apps/calculate-client)!=&&ac_client_domain!=
|
||||
|
@ -1 +1 @@
|
||||
# Calculate append=skip module=install pkg(sys-apps/calculate-install)!=&&ac_install_system==up
|
||||
# Calculate append=skip env=install pkg(sys-apps/calculate-install)!=&&ac_install_system==up
|
||||
|
@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="3"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
PYTHON_DEPEND="2:2.7"
|
||||
RESTRICT_PYTHON_ABIS="2.4 2.5 2.6 3.*"
|
||||
|
||||
inherit distutils eutils
|
||||
|
||||
SRC_URI="ftp://ftp.calculate.ru/pub/calculate/calculate3/${PN}/${P}.tar.bz2"
|
||||
|
||||
DESCRIPTION="The program of setting and storing the user account in the domain"
|
||||
HOMEPAGE="http://www.calculate-linux.org/main/en/calculate2"
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="3"
|
||||
KEYWORDS=""
|
||||
|
||||
DEPEND="~sys-apps/calculate-desktop-3.1.0_alpha7
|
||||
!<sys-apps/calculate-client-3.1.0_alpha1
|
||||
>=dev-python/python-ldap-2.0[ssl]
|
||||
>=sys-auth/pam_ldap-180[ssl]
|
||||
>=sys-auth/nss_ldap-239
|
||||
>=sys-apps/keyexec-0.1.2
|
||||
sys-apps/keyutils
|
||||
sys-auth/pam_keystore
|
||||
dev-lang/swig"
|
||||
|
||||
RDEPEND="${DEPEND}"
|
@ -0,0 +1,24 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="3"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
PYTHON_DEPEND="2:2.7"
|
||||
RESTRICT_PYTHON_ABIS="2.4 2.5 2.6 3.*"
|
||||
|
||||
inherit distutils eutils
|
||||
|
||||
SRC_URI="ftp://ftp.calculate.ru/pub/calculate/calculate3/${PN}/${P}.tar.bz2"
|
||||
|
||||
DESCRIPTION="Qt gui console client for WSDL Calculate 3"
|
||||
HOMEPAGE="http://www.calculate-linux.org/main/en/calculate2"
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="3"
|
||||
KEYWORDS=""
|
||||
|
||||
DEPEND="~sys-apps/calculate-core-3.1.0_alpha7
|
||||
dev-python/dbus-python
|
||||
dev-python/imaging
|
||||
dev-python/pyside[script]"
|
||||
RDEPEND="${DEPEND}"
|
@ -0,0 +1,21 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="3"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
PYTHON_DEPEND="2:2.7"
|
||||
RESTRICT_PYTHON_ABIS="2.4 2.5 2.6 3.*"
|
||||
|
||||
inherit distutils eutils
|
||||
|
||||
SRC_URI="ftp://ftp.calculate.ru/pub/calculate/calculate3/${PN}/${P}.tar.bz2"
|
||||
|
||||
DESCRIPTION="Console client for WSDL Calculate 3"
|
||||
HOMEPAGE="http://www.calculate-linux.org/main/en/calculate2"
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="3"
|
||||
KEYWORDS=""
|
||||
|
||||
DEPEND="~sys-apps/calculate-core-3.1.0_alpha7"
|
||||
RDEPEND="${DEPEND}"
|
@ -0,0 +1,42 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="3"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
PYTHON_DEPEND="2:2.7"
|
||||
RESTRICT_PYTHON_ABIS="2.4 2.5 2.6 3.*"
|
||||
|
||||
inherit distutils eutils
|
||||
|
||||
SRC_URI="ftp://ftp.calculate.ru/pub/calculate/calculate3/${PN}/${P}.tar.bz2"
|
||||
|
||||
DESCRIPTION="The WSDL core for Calculate 3"
|
||||
HOMEPAGE="http://www.calculate-linux.org/main/en/calculate2"
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="3"
|
||||
KEYWORDS=""
|
||||
IUSE="minimal"
|
||||
|
||||
DEPEND="~sys-apps/calculate-lib-3.1.0_alpha7
|
||||
>=dev-python/soaplib-1.0
|
||||
!minimal? ( dev-python/sudsds
|
||||
net-libs/dslib
|
||||
dev-python/pyopenssl
|
||||
dev-libs/openssl
|
||||
dev-python/m2crypto
|
||||
dev-python/cherrypy )"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
pkg_preinst() {
|
||||
dosym /usr/sbin/cl-core /usr/sbin/cl-core-setup
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
einfo "For autoconfigure calculate-core for adminuser perform:"
|
||||
einfo " cl-core --bootstrap <username>"
|
||||
einfo "For run calculate-core perform:"
|
||||
einfo " /etc/init.d/calculate-core start"
|
||||
einfo "Add calcualte core to autorun:"
|
||||
einfo " rc-update add calculate-core boot"
|
||||
}
|
@ -0,0 +1,26 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="3"
|
||||
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
PYTHON_DEPEND="2:2.7"
|
||||
RESTRICT_PYTHON_ABIS="2.4 2.5 2.6 3.*"
|
||||
|
||||
inherit distutils eutils
|
||||
|
||||
SRC_URI="ftp://ftp.calculate.ru/pub/calculate/calculate3/${PN}/${P}.tar.bz2"
|
||||
|
||||
DESCRIPTION="The program of the desktop configuration Calculate Linux"
|
||||
HOMEPAGE="http://www.calculate-linux.org/main/en/calculate2"
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="3"
|
||||
KEYWORDS=""
|
||||
IUSE=""
|
||||
|
||||
DEPEND="~sys-apps/calculate-core-3.1.0_alpha7
|
||||
>=dev-python/python-ldap-2.0[ssl]
|
||||
!<sys-apps/calculate-desktop-3.1.0_alpha1"
|
||||
|
||||
RDEPEND="${DEPEND}"
|
@ -0,0 +1,23 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="3"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
PYTHON_DEPEND="2:2.7"
|
||||
RESTRICT_PYTHON_ABIS="2.4 2.5 2.6 3.*"
|
||||
|
||||
inherit distutils eutils
|
||||
|
||||
SRC_URI="ftp://ftp.calculate.ru/pub/calculate/calculate3/${PN}/${P}.tar.bz2"
|
||||
|
||||
DESCRIPTION="The utilities for assembling tasks of Calculate Linux"
|
||||
HOMEPAGE="http://www.calculate-linux.org/main/en/calculate2"
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="3"
|
||||
KEYWORDS=""
|
||||
|
||||
RDEPEND=">=sys-apps/calculate-lib-3.1.0_alpha7"
|
||||
|
||||
DEPEND="sys-devel/gettext
|
||||
${DEPEND}"
|
@ -0,0 +1,37 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="3"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
PYTHON_DEPEND="2:2.7"
|
||||
RESTRICT_PYTHON_ABIS="2.4 2.5 2.6 3.*"
|
||||
|
||||
inherit distutils eutils
|
||||
|
||||
SRC_URI="ftp://ftp.calculate.ru/pub/calculate/calculate3/${PN}/${P}.tar.bz2"
|
||||
|
||||
DESCRIPTION="The program of installation Calculate Linux"
|
||||
HOMEPAGE="http://www.calculate-linux.org/main/en/calculate2"
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="3"
|
||||
KEYWORDS=""
|
||||
IUSE="pxe minimal"
|
||||
|
||||
DEPEND="~sys-apps/calculate-lib-3.1.0_alpha7
|
||||
!<sys-apps/calculate-install-2.2.29
|
||||
app-portage/layman
|
||||
!app-misc/livecd-tools
|
||||
sys-apps/iproute2[-minimal]
|
||||
!minimal? ( sys-boot/grub
|
||||
sys-apps/gptfdisk
|
||||
>=sys-apps/util-linux-2.19.1
|
||||
sys-fs/dosfstools
|
||||
sys-fs/squashfs-tools
|
||||
sys-block/parted )
|
||||
pxe? ( sys-apps/calculate-server
|
||||
net-ftp/tftp-hpa
|
||||
net-misc/dhcp
|
||||
net-fs/nfs-utils )"
|
||||
|
||||
RDEPEND="${DEPEND}"
|
@ -0,0 +1,28 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="3"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
PYTHON_DEPEND="2:2.7"
|
||||
RESTRICT_PYTHON_ABIS="2.4 2.5 2.6 3.*"
|
||||
|
||||
inherit distutils eutils
|
||||
|
||||
SRC_URI="ftp://ftp.calculate.ru/pub/calculate/calculate3/${PN}/${P}.tar.bz2"
|
||||
|
||||
DESCRIPTION="The library for Calculate 3"
|
||||
HOMEPAGE="http://www.calculate-linux.org/main/en/calculate2"
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="3"
|
||||
KEYWORDS=""
|
||||
IUSE="minimal"
|
||||
DEPEND="!minimal? ( dev-python/py-smbpasswd )
|
||||
>=dev-python/pyxml-0.8
|
||||
sys-apps/iproute2
|
||||
sys-apps/pciutils
|
||||
sys-fs/lvm2
|
||||
sys-fs/mdadm
|
||||
dev-python/pyinotify
|
||||
sys-apps/file[python]"
|
||||
RDEPEND="${DEPEND}"
|
@ -0,0 +1,26 @@
|
||||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=4
|
||||
|
||||
DESCRIPTION="Calculate Utilities meta package"
|
||||
HOMEPAGE="http://www.calculate-linux.org/main/en/calculate2"
|
||||
SRC_URI=""
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="3"
|
||||
KEYWORDS=""
|
||||
IUSE="cl_consolegui cl_client cl_desktop cl_console"
|
||||
|
||||
RDEPEND="${RDEPEND}
|
||||
=sys-apps/calculate-install-3.1.0_alpha7
|
||||
=sys-apps/calculate-i18n-3.1.0_alpha7
|
||||
=sys-apps/calculate-lib-3.1.0_alpha7
|
||||
=sys-apps/calculate-core-3.1.0_alpha7
|
||||
cl_client? ( =sys-apps/calculate-client-3.1.0_alpha7 )
|
||||
cl_desktop? ( =sys-apps/calculate-desktop-3.1.0_alpha7 )
|
||||
cl_consolegui? ( =sys-apps/calculate-console-gui-3.1.0_alpha7 )
|
||||
cl_console? ( =sys-apps/calculate-console-3.1.0_alpha7 )
|
||||
"
|
||||
|
Loading…
Reference in new issue