summaryrefslogtreecommitdiff
path: root/x11-apps/xdpyinfo
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-06-29 11:38:31 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-06-29 11:38:31 +0100
commit90c88731bd036e5698b281fbc0a5f3aa4c9983ac (patch)
tree83fc5facb6b12be510a37bc3d241cc63e965b13a /x11-apps/xdpyinfo
parentfeb0daf81d888e9160f9f94502de09b66f2a63fd (diff)
gentoo resync : 29.06.2020
Diffstat (limited to 'x11-apps/xdpyinfo')
-rw-r--r--x11-apps/xdpyinfo/Manifest2
-rw-r--r--x11-apps/xdpyinfo/xdpyinfo-1.3.1.ebuild36
2 files changed, 0 insertions, 38 deletions
diff --git a/x11-apps/xdpyinfo/Manifest b/x11-apps/xdpyinfo/Manifest
index a6c66ad7a806..d83ae36c8d61 100644
--- a/x11-apps/xdpyinfo/Manifest
+++ b/x11-apps/xdpyinfo/Manifest
@@ -1,5 +1,3 @@
-DIST xdpyinfo-1.3.1.tar.bz2 136412 BLAKE2B 6c9750a0c9690f6c5cebf3551f6ed77b4504e1ec31685c698abb5963b571d214d4647f3b1b11837e3df645becc468bd9f0275616527519693011d7e3168051a3 SHA512 1d9f5948f04bf555181f7989bd25dd4559226f757a8452493cfa7ba0ed33112502df28ea702e48c384e801360ea1b6374a1e3f626bd56b7a855016c12b7ad927
DIST xdpyinfo-1.3.2.tar.bz2 141351 BLAKE2B b2dee4f424dee902c31430b8843c14d6836508ee0125db7de41f5e9faef1732dea571e90b37638cc90dabd3995a0ceb5e4094707138b7e066ee1ae856258503c SHA512 2c9097c13778c7a7fe5a9b3ee04b28512ff6028231eca91ecdf6104c742be470678920d37a4f540fece7e39dccbea34802271f359ab80618027b2856c8912e7d
-EBUILD xdpyinfo-1.3.1.ebuild 770 BLAKE2B c0d25e2b7713d6b2dabe70ca563c9f766ca7d3e01c3594d0b6e24f5b3b685122a1c0f9632883a78b67f22e4be36d47d169a93ebec2ee4101923aa29b6e92fc8d SHA512 3a22f19002266c5de95025ecdc1684315d7df4e7b3868c7d33e23674b7bc52f614767dd94e4dd40f5559c616a528867f84b7c8744e3c891cca178b50d684844e
EBUILD xdpyinfo-1.3.2.ebuild 770 BLAKE2B c0d25e2b7713d6b2dabe70ca563c9f766ca7d3e01c3594d0b6e24f5b3b685122a1c0f9632883a78b67f22e4be36d47d169a93ebec2ee4101923aa29b6e92fc8d SHA512 3a22f19002266c5de95025ecdc1684315d7df4e7b3868c7d33e23674b7bc52f614767dd94e4dd40f5559c616a528867f84b7c8744e3c891cca178b50d684844e
MISC metadata.xml 347 BLAKE2B 0496b148ad07710139de96e153b80e6035e6731a18d6e8a4dce75dd17bdfc54ad77276f1f82791393d198e96c9306f464dbce832b4d643b6285fb9a6d92e6261 SHA512 98174497a1f55be4b14d769ec110dafd63a8942eb8f51e2953237b76705128e47bd36a39b9c25985cdd99a3b431f3d5aa856fd634b2a2fbfc1a5cc13a3826fab
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)
- )
-
-}