summaryrefslogtreecommitdiff
path: root/x11-misc/wmiface
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /x11-misc/wmiface
reinit the tree, so we can have metadata
Diffstat (limited to 'x11-misc/wmiface')
-rw-r--r--x11-misc/wmiface/Manifest5
-rw-r--r--x11-misc/wmiface/metadata.xml8
-rw-r--r--x11-misc/wmiface/wmiface-2.1.ebuild23
3 files changed, 36 insertions, 0 deletions
diff --git a/x11-misc/wmiface/Manifest b/x11-misc/wmiface/Manifest
new file mode 100644
index 000000000000..e2d3754d77b3
--- /dev/null
+++ b/x11-misc/wmiface/Manifest
@@ -0,0 +1,5 @@
+DIST wmiface-2.1.tar.gz 95167 SHA256 45918a1e5a5e397111dc3f6ab78295a72a52fe61692b867073d2ff6d8f546a53 SHA512 767ec2f0a23def3a5e00c77702049356a08b6bad51becfa685e47be53408de5206c36df0aa394947318b3f54481646d2b0b1a4394e79cfe08281d8fb41a3e568 WHIRLPOOL 8e8c86a44ec679c3ffea44418e27cc762b6d952f1a4ea8b8ffa3d136da9aaf097345479000473c564d7c52b49ba51b92008aee4a57996f982c10501d3214ea1e
+EBUILD wmiface-2.1.ebuild 493 SHA256 f13e7e45f71720ca5d26e0240e6af096333226740a018a1ac39c3d216c536e22 SHA512 75bcc6e4cf25f570894e038fceea6fdb8467af0481489ce1edb1b2f106b0b90873a9528f5f141c7130151bce50a78fd618e8ad6371946752ad270a69fb8436ca WHIRLPOOL 220563a261d82739a44c0151ea5870a44242be1abe8d52d4faa01df08459ee75d913cac15ce55757f00f614c63f005aa2217e7ac4215d3d1a3b4385fce798411
+MISC ChangeLog 2591 SHA256 eaa8b86387afd8a7c8061379c1be6ef5f06226c9a4e3f3fb979c2910b7265837 SHA512 c279d301c3847db0152cd548e60eb92942e3cc77b02ac00bc26fafdcbd06a6a3229e9d38acdce789489ab38d2393c4bad0a4f19e3b85a9fd61d0d9a321747a8f WHIRLPOOL aba92f990ab477f2651551370d31265aa3dac4850de3fdc39f1b045c67a9f497cbcb5a3342c6e2e0ecda08f6db2d280f37da7cb18e7aa33b7d8ab60a470ab232
+MISC ChangeLog-2015 901 SHA256 58718bc98161c4303fdb893d28e12b8a2b33949f62e7843059979139f5cd7972 SHA512 85f1ff7395d4c3a76e8f45a4830a3cc893cf31c87483660256a2ca27339211ab61c7154464eb0bb22f72ef9227a1a4e2104ebd3757ba781c35b63b3a5c0a6d38 WHIRLPOOL 6dbee5f0c4294a8919fd8f6a303a720690eb99d629ece6936c4bab6f71b0d34eeb187ac881a2ce99d6e0b96e60576db1e01db8f694add7292965b41b57aeb4ee
+MISC metadata.xml 249 SHA256 584f1dcf51866dc24a9abf7a89bfba0fad11dde81ae1c1b715da41770d233c99 SHA512 76a5a340b13f0053ca3c5e94ed24380ea8d29b45ac8655419e22eaadb1e4a827c04d2e7e36b65145c4964e6526f656618fc6ac144e277ef53cb7373e6239e3c3 WHIRLPOOL 200c07a8bf7c55b11b7936d5cd30e991a511684913334e72f59def66c0ced5fed0b4a8754e2d98bffbab631cb90d4e17fcccc59d5dcc5a8e988f69e47c85518c
diff --git a/x11-misc/wmiface/metadata.xml b/x11-misc/wmiface/metadata.xml
new file mode 100644
index 000000000000..2fdbf33d963d
--- /dev/null
+++ b/x11-misc/wmiface/metadata.xml
@@ -0,0 +1,8 @@
+<?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
new file mode 100644
index 000000000000..7ca378bc55e7
--- /dev/null
+++ b/x11-misc/wmiface/wmiface-2.1.ebuild
@@ -0,0 +1,23 @@
+# 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
+"