summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-11-08 11:19:46 +0100
committerManuel Rüger <mrueg@gentoo.org>2015-11-08 11:19:46 +0100
commitc3b70db33092ccbdc85a55c764c1a4f776b88387 (patch)
tree0ea31575bacb38488c27fbea9e25260d93360f8a /x11-apps/xwininfo
parentx11-apps/xclock: Remove old (diff)
downloadgentoo-c3b70db33092ccbdc85a55c764c1a4f776b88387.tar.gz
gentoo-c3b70db33092ccbdc85a55c764c1a4f776b88387.tar.bz2
gentoo-c3b70db33092ccbdc85a55c764c1a4f776b88387.zip
x11-apps/xwininfo: Remove old
Package-Manager: portage-2.2.24
Diffstat (limited to 'x11-apps/xwininfo')
-rw-r--r--x11-apps/xwininfo/Manifest1
-rw-r--r--x11-apps/xwininfo/xwininfo-1.1.2.ebuild25
2 files changed, 0 insertions, 26 deletions
diff --git a/x11-apps/xwininfo/Manifest b/x11-apps/xwininfo/Manifest
index e6e447eea448..fb5d97ea2be9 100644
--- a/x11-apps/xwininfo/Manifest
+++ b/x11-apps/xwininfo/Manifest
@@ -1,2 +1 @@
-DIST xwininfo-1.1.2.tar.bz2 135415 SHA256 8fa66c9ce02da257613fa428137ab9efc89c8f9939c074513dbc0f407dc9ac3a SHA512 48db52db9f0e6eeffb635906e3b703d8b87bc98b32e41a3164409bad6b5b428ce0835a72be0f7d7008c8a00ca0bc4013ba5ad81f7402bfb20652a163832afc2d WHIRLPOOL 55ef58870e92b4ee9f78b369a875176af2d75ea3976c10842b4db8efaf2c8272a33fffffaf91e8641b35bbd726d9023ef845086c5f98e01d984a6321d3d84214
DIST xwininfo-1.1.3.tar.bz2 157512 SHA256 218eb0ea95bd8de7903dfaa26423820c523ad1598be0751d2d8b6a2c23b23ff8 SHA512 b4c3c72de157d33e309694be96dcafabb3240c1883fb3caf44843cba8b90fe09496eb4ab061eba9107115d76ca59a8ec660e11ff968e422ab35cd5e1749ca466 WHIRLPOOL 902c45b6c94a6b659c3f1bec04d4324c40ec88c8a75daff742e2c801ca388fe3c6bacb31efb14d62237de4e39c1ea776ccbb5788b705c66e86260fc17ec281e7
diff --git a/x11-apps/xwininfo/xwininfo-1.1.2.ebuild b/x11-apps/xwininfo/xwininfo-1.1.2.ebuild
deleted file mode 100644
index df25621c7118..000000000000
--- a/x11-apps/xwininfo/xwininfo-1.1.2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit xorg-2 flag-o-matic
-
-DESCRIPTION="window information utility for X"
-
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris ~x86-winnt"
-IUSE=""
-
-RDEPEND=">=x11-libs/libxcb-1.6"
-DEPEND="${RDEPEND}
- x11-libs/libX11
- >=x11-proto/xproto-7.0.17"
-
-pkg_setup() {
- # interix has a _very_ old iconv in libc, however, including
- # iconv.h redefines those symbols to libiconv_*, which then
- # are unresolved, as the configure check is old and dumb.
- [[ ${CHOST} == *-interix* || ${CHOST} == *-solaris* ]] &&
- append-libs -liconv
-}