x11-misc/wmctrl: remove unused version 1.07-r1.
authorMichael Orlitzky <mjo@gentoo.org>
Sun, 26 Mar 2017 17:00:39 +0000 (13:00 -0400)
committerMichael Orlitzky <mjo@gentoo.org>
Sun, 26 Mar 2017 17:00:39 +0000 (13:00 -0400)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

x11-misc/wmctrl/wmctrl-1.07-r1.ebuild [deleted file]

diff --git a/x11-misc/wmctrl/wmctrl-1.07-r1.ebuild b/x11-misc/wmctrl/wmctrl-1.07-r1.ebuild
deleted file mode 100644 (file)
index ac96fe4..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit eutils
-
-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 ~x86-linux"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2
-       x11-libs/libX11
-       x11-libs/libXt
-       x11-libs/libXmu"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-       x11-proto/xproto"
-
-src_unpack() {
-       unpack ${A}
-       cd "${S}"
-       epatch "${FILESDIR}/amd64-Xlib.patch" || die "Patch failed"
-}
-
-src_install () {
-       make DESTDIR="${D}" install || die "make install failed"
-       dodoc AUTHORS ChangeLog NEWS README
-}