summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-08-22 20:10:54 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-08-24 11:06:49 +0200
commit44ab2f40a524f4bb9bb6b9891e1dff62cfeb49a0 (patch)
tree13b9083a5b14baafdf3e9d2bcbc04a500c9764c3 /kde-misc
parentprofiles: Add Khronos-CLHPP to MISC-FREE license group. (diff)
downloadgentoo-44ab2f40a524f4bb9bb6b9891e1dff62cfeb49a0.tar.gz
gentoo-44ab2f40a524f4bb9bb6b9891e1dff62cfeb49a0.tar.bz2
gentoo-44ab2f40a524f4bb9bb6b9891e1dff62cfeb49a0.zip
kde-misc/plasma-active-window-control: Remove last-rited package
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-misc')
-rw-r--r--kde-misc/plasma-active-window-control/Manifest1
-rw-r--r--kde-misc/plasma-active-window-control/metadata.xml12
-rw-r--r--kde-misc/plasma-active-window-control/plasma-active-window-control-1.7.3.ebuild34
3 files changed, 0 insertions, 47 deletions
diff --git a/kde-misc/plasma-active-window-control/Manifest b/kde-misc/plasma-active-window-control/Manifest
deleted file mode 100644
index 2d788d341d34..000000000000
--- a/kde-misc/plasma-active-window-control/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST plasma-active-window-control-1.7.3.tar.gz 53994 BLAKE2B 9aabc42cee71aab9010674e1527a04aac94af9f9fd7756244ec4d8067a3a79332b88b83a93ce8b3b68ae341376a45ff586eafc653dd429c2cc30d82145770870 SHA512 ee6992aa9f1313b79d37b2f75823d3f68443d0de2a5fb428634089cad104652ab6101aa3667d5011da7fc57fbdd8ab168ab3d292190e93ae3412a8fad24bc9fe
diff --git a/kde-misc/plasma-active-window-control/metadata.xml b/kde-misc/plasma-active-window-control/metadata.xml
deleted file mode 100644
index 6903cbcaebb3..000000000000
--- a/kde-misc/plasma-active-window-control/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>petross404@gmail.com</email>
- <name>Petros S</name>
- </maintainer>
- <maintainer type="project">
- <email>kde@gentoo.org</email>
- <name>Gentoo KDE Project</name>
- </maintainer>
-</pkgmetadata>
diff --git a/kde-misc/plasma-active-window-control/plasma-active-window-control-1.7.3.ebuild b/kde-misc/plasma-active-window-control/plasma-active-window-control-1.7.3.ebuild
deleted file mode 100644
index 3f8a3ec76351..000000000000
--- a/kde-misc/plasma-active-window-control/plasma-active-window-control-1.7.3.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils kde5-functions
-
-DESCRIPTION="Plasma 5 applet for controlling currently active window"
-HOMEPAGE="https://store.kde.org/p/998910/"
-SRC_URI="https://github.com/kotelnik/plasma-applet-active-window-control/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="GPL-2"
-SLOT="5"
-IUSE=""
-
-RDEPEND="
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kwindowsystem)
- $(add_frameworks_dep plasma X)
- $(add_qt_dep qtcore)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtdeclarative)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtx11extras)
-"
-DEPEND="${RDEPEND}
- $(add_frameworks_dep extra-cmake-modules)
-"
-
-#ebuilds for releases > 1.7.3 will be copied from live ebuild
-S="${WORKDIR}/plasma-applet-active-window-control-${PV}"