summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2020-06-24 13:03:17 -0700
committerMatt Turner <mattst88@gentoo.org>2020-06-24 13:12:56 -0700
commit15d851db6032b88b0e74a28817841fc754e96c2e (patch)
tree2479a2a8d4356fc56a2e324971df9e85f9df5979 /x11-apps/xdpyinfo
parentx11-apps/transset: Drop old versions (diff)
downloadgentoo-15d851db6032b88b0e74a28817841fc754e96c2e.tar.gz
gentoo-15d851db6032b88b0e74a28817841fc754e96c2e.tar.bz2
gentoo-15d851db6032b88b0e74a28817841fc754e96c2e.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/Manifest1
-rw-r--r--x11-apps/xdpyinfo/xdpyinfo-1.3.1.ebuild36
2 files changed, 0 insertions, 37 deletions
diff --git a/x11-apps/xdpyinfo/Manifest b/x11-apps/xdpyinfo/Manifest
index ef66db9019b7..1a78785a3fa4 100644
--- a/x11-apps/xdpyinfo/Manifest
+++ b/x11-apps/xdpyinfo/Manifest
@@ -1,2 +1 @@
-DIST xdpyinfo-1.3.1.tar.bz2 136412 BLAKE2B 6c9750a0c9690f6c5cebf3551f6ed77b4504e1ec31685c698abb5963b571d214d4647f3b1b11837e3df645becc468bd9f0275616527519693011d7e3168051a3 SHA512 1d9f5948f04bf555181f7989bd25dd4559226f757a8452493cfa7ba0ed33112502df28ea702e48c384e801360ea1b6374a1e3f626bd56b7a855016c12b7ad927
DIST xdpyinfo-1.3.2.tar.bz2 141351 BLAKE2B b2dee4f424dee902c31430b8843c14d6836508ee0125db7de41f5e9faef1732dea571e90b37638cc90dabd3995a0ceb5e4094707138b7e066ee1ae856258503c SHA512 2c9097c13778c7a7fe5a9b3ee04b28512ff6028231eca91ecdf6104c742be470678920d37a4f540fece7e39dccbea34802271f359ab80618027b2856c8912e7d
diff --git a/x11-apps/xdpyinfo/xdpyinfo-1.3.1.ebuild b/x11-apps/xdpyinfo/xdpyinfo-1.3.1.ebuild
deleted file mode 100644
index d69f224bd74b..000000000000
--- a/x11-apps/xdpyinfo/xdpyinfo-1.3.1.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)
- )
-
-}