diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-10-19 15:15:17 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-10-19 15:15:17 +0000 |
commit | 2250feaed4ad40180aa253a2226d1004160a86e3 (patch) | |
tree | 8e16761dba339106b7a1494f527319c72005544a /x11-misc/wmctrl | |
parent | Cleanup due desktop-wm removal (diff) | |
download | gentoo-2-2250feaed4ad40180aa253a2226d1004160a86e3.tar.gz gentoo-2-2250feaed4ad40180aa253a2226d1004160a86e3.tar.bz2 gentoo-2-2250feaed4ad40180aa253a2226d1004160a86e3.zip |
Cleanup due desktop-wm removal
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'x11-misc/wmctrl')
-rw-r--r-- | x11-misc/wmctrl/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/wmctrl/metadata.xml | 2 | ||||
-rw-r--r-- | x11-misc/wmctrl/wmctrl-1.07.ebuild | 25 |
3 files changed, 5 insertions, 27 deletions
diff --git a/x11-misc/wmctrl/ChangeLog b/x11-misc/wmctrl/ChangeLog index 096707a1330b..fca2da9d76e3 100644 --- a/x11-misc/wmctrl/ChangeLog +++ b/x11-misc/wmctrl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/wmctrl # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmctrl/ChangeLog,v 1.20 2013/07/22 20:41:28 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmctrl/ChangeLog,v 1.21 2013/10/19 15:15:17 pacho Exp $ + + 19 Oct 2013; Pacho Ramos <pacho@gentoo.org> -wmctrl-1.07.ebuild, metadata.xml: + Cleanup due desktop-wm removal 22 Jul 2013; Agostino Sarubbo <ago@gentoo.org> wmctrl-1.07-r1.ebuild: Stable for ppc, wrt bug #392811 diff --git a/x11-misc/wmctrl/metadata.xml b/x11-misc/wmctrl/metadata.xml index 23b3b05c504d..a0142a499218 100644 --- a/x11-misc/wmctrl/metadata.xml +++ b/x11-misc/wmctrl/metadata.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>desktop-wm</herd> +<maintainer><email>maintainer-needed@gentoo.org</email></maintainer> <longdescription> The wmctrl program is a command line tool to interact with an EWMH/NetWM compatible X Window Manager. It provides command line diff --git a/x11-misc/wmctrl/wmctrl-1.07.ebuild b/x11-misc/wmctrl/wmctrl-1.07.ebuild deleted file mode 100644 index 52249210325f..000000000000 --- a/x11-misc/wmctrl/wmctrl-1.07.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmctrl/wmctrl-1.07.ebuild,v 1.9 2012/06/23 23:28:43 xmw Exp $ - -DESCRIPTION="command line tool to interact with an EWMH/NetWM compatible X Window Manager" -HOMEPAGE="http://tomas.styblo.name/wmctrl/" -SRC_URI="http://tomas.styblo.name/${PN}/dist/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ppc ~sparc x86" -IUSE="" - -RDEPEND=">=dev-libs/glib-2 - x11-libs/libX11 - x11-libs/libXt - x11-libs/libXmu" -DEPEND="${RDEPEND} - virtual/pkgconfig - x11-proto/xproto" - -src_install () { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog NEWS README -} |