forked from calculate/calculate-overlay
commit
e747958d68
@ -1 +1 @@
|
|||||||
# Calculate path=/
|
# Calculate path=/ cl_ver<3.0
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
# Calculate belong()!=&&pkg(sys-boot/grub)!= path=/boot
|
# Calculate belong()!=&&pkg(sys-boot/grub)!= path=/boot cl_ver<3.0
|
||||||
|
|
||||||
|
@ -0,0 +1,30 @@
|
|||||||
|
# Copyright 1999-2012 Gentoo Foundation
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
# $Header: $
|
||||||
|
|
||||||
|
EAPI="3"
|
||||||
|
|
||||||
|
inherit distutils eutils
|
||||||
|
|
||||||
|
SRC_URI="ftp://ftp.calculate.ru/pub/calculate/calculate2/${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="0"
|
||||||
|
KEYWORDS="amd64 x86"
|
||||||
|
|
||||||
|
DEPEND="~sys-apps/calculate-builder-2.2.28"
|
||||||
|
|
||||||
|
RDEPEND="${DEPEND}"
|
||||||
|
|
||||||
|
src_unpack() {
|
||||||
|
unpack "${A}"
|
||||||
|
cd "${S}"
|
||||||
|
|
||||||
|
# add python updater executing
|
||||||
|
epatch "${FILESDIR}/calculate-assemble-2.2.28-python_updater.patch"
|
||||||
|
|
||||||
|
# add downgrade checking
|
||||||
|
epatch "${FILESDIR}/calculate-assemble-2.2.28-downgrade_check.patch"
|
||||||
|
}
|
@ -0,0 +1,36 @@
|
|||||||
|
# Copyright 1999-2012 Gentoo Foundation
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
# $Header: $
|
||||||
|
|
||||||
|
EAPI=3
|
||||||
|
|
||||||
|
DESCRIPTION="Calculate Utilities meta package"
|
||||||
|
HOMEPAGE="http://www.calculate-linux.org/main/en/calculate2"
|
||||||
|
SRC_URI=""
|
||||||
|
|
||||||
|
LICENSE="Apache-2.0"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="amd64 x86"
|
||||||
|
IUSE="
|
||||||
|
cl_assemble
|
||||||
|
cl_builder
|
||||||
|
cl_client
|
||||||
|
cl_desktop
|
||||||
|
cl_installgui
|
||||||
|
cl_server
|
||||||
|
"
|
||||||
|
|
||||||
|
RDEPEND="${RDEPEND}
|
||||||
|
!sys-apps/calculate-templates
|
||||||
|
=sys-apps/calculate-install-2.2.28-r1
|
||||||
|
=sys-apps/calculate-lib-2.2.28-r5
|
||||||
|
=sys-apps/calculate-i18n-2.2.28
|
||||||
|
|
||||||
|
cl_assemble? ( =sys-apps/calculate-assemble-2.2.28-r3 )
|
||||||
|
cl_builder? ( =sys-apps/calculate-builder-2.2.28 )
|
||||||
|
cl_client? ( =sys-apps/calculate-client-2.2.28-r1 )
|
||||||
|
cl_desktop? ( =sys-apps/calculate-desktop-2.2.28 )
|
||||||
|
cl_installgui? ( =app-misc/calculate-install-gui-2.2.28 )
|
||||||
|
|
||||||
|
cl_server? ( =sys-apps/calculate-server-2.1.15-r5 )
|
||||||
|
"
|
Loading…
Reference in new issue