Last rited on 2016/05/31.
+++ /dev/null
-DIST superkaramba-15.08.3.tar.xz 381808 SHA256 29854854488a639afeda21a0847a74bcb2f1d452bb46b02040e153ec75fa37fd SHA512 4e00d1a783330eea15f32394c26a64e66ddabd63d84cdc61ec6df1c14311e93ab3b40439ce63d38234330f6ffda5ab447d4c6da119c1bf68146caaa6be02025b WHIRLPOOL bb05ba49c77b4a92628f2f5a374b80bc85377bb4b04ed85c09237305d885b79bd77ebdb76bfc0ad41c9f5d53c5af0aac34adbdb379dc9c8293e0b579cbcae219
-DIST superkaramba-4.14.3.tar.xz 381816 SHA256 0871a2df8db3f2f1b4e4a5472b9b28bdb8c7683564f3bbecba5b1f70266bc3c9 SHA512 0f7475f7cb0789e85a3a73c7c15fa37726ad204b45f53993c826b7a6ccd9fe1b5f8fa15b6bf491001839f7460322f432e674c19dd52f41ba997207a5bf3d5337 WHIRLPOOL 285758c6cfafba73cb65cc138fcbc6ac74771a1d43e31ef7d90cc1caf7036fda2776bf763922df1acc243155f21c695b06ff49bdcc23ddb8a85f8edb7ec54e90
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>kde@gentoo.org</email>
- <name>Gentoo KDE Project</name>
- </maintainer>
-</pkgmetadata>
+++ /dev/null
-# Copyright 1999-2015 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
-}
+++ /dev/null
-# Copyright 1999-2015 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 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
-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
-}