commit: f13cbf264e5c4b865b20ea96316367b49d490962 Author: Johannes Huber <johu <AT> gentoo <DOT> org> AuthorDate: Tue May 31 09:43:59 2016 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Tue May 31 09:43:59 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=f13cbf26
kde-apps/superkaramba: Import from gentoo main tree Package-Manager: portage-2.3.0_rc1 kde-apps/superkaramba/metadata.xml | 5 +++ kde-apps/superkaramba/superkaramba-15.08.3.ebuild | 42 +++++++++++++++++++++++ 2 files changed, 47 insertions(+) diff --git a/kde-apps/superkaramba/metadata.xml b/kde-apps/superkaramba/metadata.xml new file mode 100644 index 0000000..6f49eba --- /dev/null +++ b/kde-apps/superkaramba/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<!-- maintainer-needed --> +</pkgmetadata> diff --git a/kde-apps/superkaramba/superkaramba-15.08.3.ebuild b/kde-apps/superkaramba/superkaramba-15.08.3.ebuild new file mode 100644 index 0000000..a2b9441 --- /dev/null +++ b/kde-apps/superkaramba/superkaramba-15.08.3.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 ) +inherit python-single-r1 kde4-base + +DESCRIPTION="A tool to create interactive applets for the KDE desktop" +HOMEPAGE="https://www.kde.org/applications/utilities/superkaramba +https://utils.kde.org/projects/superkaramba" +KEYWORDS="~amd64 ~x86" +IUSE="debug python" + +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + +DEPEND=" + media-libs/qimageblitz + x11-libs/libX11 + x11-libs/libXrender + python? ( + ${PYTHON_DEPS} + $(add_kdebase_dep pykde4 "${PYTHON_USEDEP}") + ) +" +RDEPEND="${DEPEND} + python? ( $(add_kdebase_dep krosspython "${PYTHON_USEDEP}") ) +" + +pkg_setup() { + use python && python-single-r1_pkg_setup + kde4-base_pkg_setup +} + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_with python PythonLibs) + ) + + kde4-base_src_configure +}
