diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-01-28 20:08:31 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-01-28 20:08:31 +0000 |
commit | c570052bbcf6c9f1401ace029c423b20f50ba5a1 (patch) | |
tree | edfc34e93d0c68a10a47678a945449a65f6fb304 | |
parent | x86 stable per bug 351345 (diff) | |
download | gentoo-2-c570052bbcf6c9f1401ace029c423b20f50ba5a1.tar.gz gentoo-2-c570052bbcf6c9f1401ace029c423b20f50ba5a1.tar.bz2 gentoo-2-c570052bbcf6c9f1401ace029c423b20f50ba5a1.zip |
New application, fixes bug 304357.
(Portage version: 2.1.9.35/cvs/Linux x86_64)
-rw-r--r-- | x11-misc/wmiface/ChangeLog | 10 | ||||
-rw-r--r-- | x11-misc/wmiface/metadata.xml | 5 | ||||
-rw-r--r-- | x11-misc/wmiface/wmiface-2.1.ebuild | 22 |
3 files changed, 37 insertions, 0 deletions
diff --git a/x11-misc/wmiface/ChangeLog b/x11-misc/wmiface/ChangeLog new file mode 100644 index 000000000000..10ab742ca6fe --- /dev/null +++ b/x11-misc/wmiface/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for x11-misc/wmiface +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmiface/ChangeLog,v 1.1 2011/01/28 20:08:31 dilfridge Exp $ + +*wmiface-2.1 (28 Jan 2011) + + 28 Jan 2011; Andreas K. Huettel <dilfridge@gentoo.org> + +wmiface-2.1.ebuild, +metadata.xml: + New application, fixes bug 304357. + diff --git a/x11-misc/wmiface/metadata.xml b/x11-misc/wmiface/metadata.xml new file mode 100644 index 000000000000..8d1e86a9cefb --- /dev/null +++ b/x11-misc/wmiface/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>kde</herd> +</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..98f3649e6bdb --- /dev/null +++ b/x11-misc/wmiface/wmiface-2.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmiface/wmiface-2.1.ebuild,v 1.1 2011/01/28 20:08:31 dilfridge Exp $ + +EAPI=3 + +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="http://ktown.kde.org/~seli/${PN}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +DEPEND=" + x11-libs/qt-core + x11-libs/libX11 +" +RDEPEND="${DEPEND}" |