diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2017-03-26 13:00:39 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2017-03-26 13:00:39 -0400 |
commit | cd88be4ccda831de74c8650828c8252a9212d4d0 (patch) | |
tree | fe4bc55b1d2194b3b191146c86015680b4a5fd87 /x11-misc | |
parent | x11-plugins/gkwebmon: new revision to fix missing USE dependency. (diff) | |
download | gentoo-cd88be4ccda831de74c8650828c8252a9212d4d0.tar.gz gentoo-cd88be4ccda831de74c8650828c8252a9212d4d0.tar.bz2 gentoo-cd88be4ccda831de74c8650828c8252a9212d4d0.zip |
x11-misc/wmctrl: remove unused version 1.07-r1.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/wmctrl/wmctrl-1.07-r1.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/x11-misc/wmctrl/wmctrl-1.07-r1.ebuild b/x11-misc/wmctrl/wmctrl-1.07-r1.ebuild deleted file mode 100644 index ac96fe4f4f71..000000000000 --- a/x11-misc/wmctrl/wmctrl-1.07-r1.ebuild +++ /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 -} |