diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-03-27 13:49:05 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-03-27 13:49:05 -0400 |
commit | 39ba05c2cc0854000f95b7d8f497edb94e3bff75 (patch) | |
tree | a5b847297e75faf19355722192eaea4be4629cba /x11-apps/xdpyinfo | |
parent | x11-apps/xdpyinfo: Propagate stable keywords (diff) | |
download | gentoo-39ba05c2cc0854000f95b7d8f497edb94e3bff75.tar.gz gentoo-39ba05c2cc0854000f95b7d8f497edb94e3bff75.tar.bz2 gentoo-39ba05c2cc0854000f95b7d8f497edb94e3bff75.zip |
x11-apps/xdpyinfo: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/xdpyinfo')
-rw-r--r-- | x11-apps/xdpyinfo/xdpyinfo-1.3.2.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/x11-apps/xdpyinfo/xdpyinfo-1.3.2.ebuild b/x11-apps/xdpyinfo/xdpyinfo-1.3.2.ebuild deleted file mode 100644 index a1457c867525..000000000000 --- a/x11-apps/xdpyinfo/xdpyinfo-1.3.2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit xorg-2 - -DESCRIPTION="Display information utility for X" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris ~x86-winnt" -IUSE="dga dmx xinerama" - -RDEPEND=" - x11-libs/libX11 - x11-libs/libXcomposite - x11-libs/libXext - x11-libs/libXi - x11-libs/libXrender - x11-libs/libXtst - x11-libs/libXxf86vm - x11-libs/libxcb - dga? ( x11-libs/libXxf86dga ) - dmx? ( x11-libs/libdmx ) - xinerama? ( x11-libs/libXinerama ) -" -DEPEND="${RDEPEND} - x11-base/xorg-proto -" - -pkg_setup() { - XORG_CONFIGURE_OPTIONS=( - "--without-xf86misc" - $(use_with dga) - $(use_with dmx) - $(use_with xinerama) - ) - -} |