You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
distros-overlay/sys-apps/calculate-utilities/calculate-utilities-3.2.999...

32 lines
800 B

# 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_console_gui
cl_client
cl_console
cl_desktop"
RDEPEND="${RDEPEND}
=sys-apps/calculate-install-3.2.9999
!<sys-apps/calculate-desktop-3.1
!<sys-apps/calculate-client-3.1
=sys-apps/calculate-i18n-3.2.9999
=sys-apps/calculate-lib-3.2.9999
=sys-apps/calculate-core-3.2.9999
cl_desktop? ( =sys-apps/calculate-desktop-3.2.9999 )
cl_client? ( =sys-apps/calculate-client-3.2.9999 )
cl_console? ( =sys-apps/calculate-console-3.2.9999 )
cl_console_gui? ( =sys-apps/calculate-console-gui-3.2.9999 )
"