commit:     80fb2549b77294ec1ffe3b890d369c8f6b4a1d96
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 30 07:55:38 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Jun 30 08:01:10 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80fb2549

kde-apps/superkaramba: Remove last-rited pkg

Last rited on 2016/05/31.

 kde-apps/superkaramba/Manifest                    |  2 --
 kde-apps/superkaramba/metadata.xml                |  8 -----
 kde-apps/superkaramba/superkaramba-15.08.3.ebuild | 42 -----------------------
 kde-apps/superkaramba/superkaramba-4.14.3.ebuild  | 42 -----------------------
 4 files changed, 94 deletions(-)

diff --git a/kde-apps/superkaramba/Manifest b/kde-apps/superkaramba/Manifest
deleted file mode 100644
index a3708db..0000000
--- a/kde-apps/superkaramba/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-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

diff --git a/kde-apps/superkaramba/metadata.xml 
b/kde-apps/superkaramba/metadata.xml
deleted file mode 100644
index 2fdbf33..0000000
--- a/kde-apps/superkaramba/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>[email protected]</email>
-               <name>Gentoo KDE Project</name>
-       </maintainer>
-</pkgmetadata>

diff --git a/kde-apps/superkaramba/superkaramba-15.08.3.ebuild 
b/kde-apps/superkaramba/superkaramba-15.08.3.ebuild
deleted file mode 100644
index 7940335..0000000
--- a/kde-apps/superkaramba/superkaramba-15.08.3.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# 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
-}

diff --git a/kde-apps/superkaramba/superkaramba-4.14.3.ebuild 
b/kde-apps/superkaramba/superkaramba-4.14.3.ebuild
deleted file mode 100644
index 07dc17c..0000000
--- a/kde-apps/superkaramba/superkaramba-4.14.3.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# 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
-}

Reply via email to