summaryrefslogtreecommitdiff
path: root/x11-misc/wmiface
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-02-15 16:58:00 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-02-15 16:58:00 +0000
commit434d713861b70f6c6563d6ee50a8e64f14c970d9 (patch)
treeb72c523c72e764420f835ba9d63d43ffef687dcf /x11-misc/wmiface
parentf78108598211053d41752a83e0345441bb9014ae (diff)
gentoo resync : 15.02.2018
Diffstat (limited to 'x11-misc/wmiface')
-rw-r--r--x11-misc/wmiface/Manifest3
-rw-r--r--x11-misc/wmiface/metadata.xml8
-rw-r--r--x11-misc/wmiface/wmiface-2.1.ebuild23
3 files changed, 0 insertions, 34 deletions
diff --git a/x11-misc/wmiface/Manifest b/x11-misc/wmiface/Manifest
deleted file mode 100644
index c2edd97bd3a4..000000000000
--- a/x11-misc/wmiface/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST wmiface-2.1.tar.gz 95167 BLAKE2B b5314dd70b502e1ed65da631fcea6b6623238f5934f64fed5a1788f52bd9dfdbd1a74d9ac1136609fc7fb3111f163c05ba9d3ac2e6e5b1906feffb702d7b4e5a SHA512 767ec2f0a23def3a5e00c77702049356a08b6bad51becfa685e47be53408de5206c36df0aa394947318b3f54481646d2b0b1a4394e79cfe08281d8fb41a3e568
-EBUILD wmiface-2.1.ebuild 493 BLAKE2B 13a9d36950147fe18078b916db0d7681caffc3f54b7f49f36dd4dbda8f2d6d079e46e2b2bca58760a1a6ac26c0e2a364d9966b332180b25d5153beb4b2eff413 SHA512 75bcc6e4cf25f570894e038fceea6fdb8467af0481489ce1edb1b2f106b0b90873a9528f5f141c7130151bce50a78fd618e8ad6371946752ad270a69fb8436ca
-MISC metadata.xml 249 BLAKE2B ad415db89e5dee1627aa77f44ded9d4e1e5b8217d06c7ca25bbaa3fe92ce67c2b1090957c45a821b407d7927e5af798498aa6a5b903895ee1af8ee20a446c7f7 SHA512 76a5a340b13f0053ca3c5e94ed24380ea8d29b45ac8655419e22eaadb1e4a827c04d2e7e36b65145c4964e6526f656618fc6ac144e277ef53cb7373e6239e3c3
diff --git a/x11-misc/wmiface/metadata.xml b/x11-misc/wmiface/metadata.xml
deleted file mode 100644
index 2fdbf33d963d..000000000000
--- a/x11-misc/wmiface/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>kde@gentoo.org</email>
- <name>Gentoo KDE Project</name>
- </maintainer>
-</pkgmetadata>
diff --git a/x11-misc/wmiface/wmiface-2.1.ebuild b/x11-misc/wmiface/wmiface-2.1.ebuild
deleted file mode 100644
index 7ca378bc55e7..000000000000
--- a/x11-misc/wmiface/wmiface-2.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit cmake-utils
-
-DESCRIPTION="Command line tool allowing user scripting of the running window manager"
-HOMEPAGE="http://kde-apps.org/content/show.php/WMIface?content=40425"
-SRC_URI="https://home.kde.org/~seli/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND="
- dev-qt/qtcore:4
- x11-libs/libX11
-"
-DEPEND="${DEPEND}
- dev-qt/qtgui:4
-"