summaryrefslogtreecommitdiff
path: root/x11-apps/xdpyinfo
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-06-05 21:37:49 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-06-05 21:37:49 +0100
commit50c291a3ace58006f8fa9cf44a36f6e42bff2b54 (patch)
tree6d245677a5bb2d38b74c141346e35465540e9b7f /x11-apps/xdpyinfo
parent53623081143d09702d8f3d7224e9da8c5f681c3b (diff)
gentoo auto-resync : 05:06:2023 - 21:37:49
Diffstat (limited to 'x11-apps/xdpyinfo')
-rw-r--r--x11-apps/xdpyinfo/Manifest2
-rw-r--r--x11-apps/xdpyinfo/xdpyinfo-1.3.3.ebuild38
2 files changed, 0 insertions, 40 deletions
diff --git a/x11-apps/xdpyinfo/Manifest b/x11-apps/xdpyinfo/Manifest
index 06340159a418..102a8e68fdbf 100644
--- a/x11-apps/xdpyinfo/Manifest
+++ b/x11-apps/xdpyinfo/Manifest
@@ -1,5 +1,3 @@
-DIST xdpyinfo-1.3.3.tar.xz 137088 BLAKE2B 8fdf49e65ac05ab27672ef2044044353f8bbfe0c8bf6135e71b9fbd45b3cb643f5794977802cbb7a44cfe9d20905b5e74b0cc41829c9fef837f32c81bb05ea2f SHA512 47fe0821bc64145876853712ebd7c0af80111c243813615b892429021cc9a53abd38c4684551ae300cb5a4eacdd3d26e2c93e789ed91a948b20e2c37cd2d2442
DIST xdpyinfo-1.3.4.tar.xz 137064 BLAKE2B ea0e50d66c313e0f11164fe22cf9c46dcd9dafdcf0652895146a8f85e847e2f21ed2eb54f9512fd3a89657e44c6212b7c7de5359e304db660cfaa8c44a254356 SHA512 9ef9f5c10e15a40895e8f008896b960fdd438277657c7159d16f05db79cd2374cfaca4af2f4e59335824bfd2f74a045ef89dd99ea4130ed436ea59fbbb1cbe12
-EBUILD xdpyinfo-1.3.3.ebuild 800 BLAKE2B 1380db63c1e27b6acd70a35dfbea133a4e0dfc6f391a0bf13b651d73944ec3a816e25eda2ab5b070cc33fca5f4dd1d846f473107658de35b51d509ed3fca214a SHA512 52c43e01c4c43947dcf8b2e756e793bb186062b7b047c939c51cd63e0d21d75917b758c835762ccd9adf27fb581fff404aafbf161115907b148980658c2e0a67
EBUILD xdpyinfo-1.3.4.ebuild 800 BLAKE2B 7bea090e44feb5d2722d944303b8a23b22d72bc80d1c6b98cb6c6b59e7cb988665ca53467be46769935987d9a24eaadb40c5188eabb19880d9fb7e406f881d63 SHA512 2d2018d89b8cf22de9322f5490691a908794df53153849142a59baddadb870e2db110203eaed2f82fbb3d5d9a66b0bcbcc36704120c8fea88d2756c71e089b57
MISC metadata.xml 461 BLAKE2B da9d11bb2cbb59a1d75ce08d1a8b37bf35a74bde1382014fa38561874d10c66e3a0be8dd5251431183780a7d9c69b1cb256b1e31b6f6e4cd6767037105573de6 SHA512 a9706f84bd7b8d3a9b417e81cc984d285e66d43a9f9b8a4c3d7605e1d014fe3c62be9d33790b95e22d17e5bd6c88e3374f46fb6188ab9edeb34a4540a750adf5
diff --git a/x11-apps/xdpyinfo/xdpyinfo-1.3.3.ebuild b/x11-apps/xdpyinfo/xdpyinfo-1.3.3.ebuild
deleted file mode 100644
index 44160e85b7c2..000000000000
--- a/x11-apps/xdpyinfo/xdpyinfo-1.3.3.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-XORG_TARBALL_SUFFIX="xz"
-inherit xorg-3
-
-DESCRIPTION="Display information utility for X"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
-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
-"
-
-src_configure() {
- local XORG_CONFIGURE_OPTIONS=(
- --without-xf86misc
- $(use_with dga)
- $(use_with dmx)
- $(use_with xinerama)
- )
- xorg-3_src_configure
-}