From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E2BCF158091 for ; Sun, 29 May 2022 15:23:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20897E0863; Sun, 29 May 2022 15:23:30 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 08644E0863 for ; Sun, 29 May 2022 15:23:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4895C341961 for ; Sun, 29 May 2022 15:23:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31C9D3B8 for ; Sun, 29 May 2022 15:23:27 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1653837796.59f3a104e79c917070d52f166663e7b229d6413d.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xdpyinfo/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/xdpyinfo/Manifest x11-apps/xdpyinfo/xdpyinfo-1.3.2-r1.ebuild X-VCS-Directories: x11-apps/xdpyinfo/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 59f3a104e79c917070d52f166663e7b229d6413d X-VCS-Branch: master Date: Sun, 29 May 2022 15:23:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f2aff9c5-9a78-4674-a419-ddad67db9d52 X-Archives-Hash: e3353a9c225567ffadadf4125f3c210c commit: 59f3a104e79c917070d52f166663e7b229d6413d Author: Matt Turner gentoo org> AuthorDate: Sun May 29 15:12:40 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun May 29 15:23:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59f3a104 x11-apps/xdpyinfo: Drop old versions Signed-off-by: Matt Turner gentoo.org> x11-apps/xdpyinfo/Manifest | 1 - x11-apps/xdpyinfo/xdpyinfo-1.3.2-r1.ebuild | 37 ------------------------------ 2 files changed, 38 deletions(-) diff --git a/x11-apps/xdpyinfo/Manifest b/x11-apps/xdpyinfo/Manifest index c2f08be00f63..e9d098216406 100644 --- a/x11-apps/xdpyinfo/Manifest +++ b/x11-apps/xdpyinfo/Manifest @@ -1,2 +1 @@ -DIST xdpyinfo-1.3.2.tar.bz2 141351 BLAKE2B b2dee4f424dee902c31430b8843c14d6836508ee0125db7de41f5e9faef1732dea571e90b37638cc90dabd3995a0ceb5e4094707138b7e066ee1ae856258503c SHA512 2c9097c13778c7a7fe5a9b3ee04b28512ff6028231eca91ecdf6104c742be470678920d37a4f540fece7e39dccbea34802271f359ab80618027b2856c8912e7d DIST xdpyinfo-1.3.3.tar.xz 137088 BLAKE2B 8fdf49e65ac05ab27672ef2044044353f8bbfe0c8bf6135e71b9fbd45b3cb643f5794977802cbb7a44cfe9d20905b5e74b0cc41829c9fef837f32c81bb05ea2f SHA512 47fe0821bc64145876853712ebd7c0af80111c243813615b892429021cc9a53abd38c4684551ae300cb5a4eacdd3d26e2c93e789ed91a948b20e2c37cd2d2442 diff --git a/x11-apps/xdpyinfo/xdpyinfo-1.3.2-r1.ebuild b/x11-apps/xdpyinfo/xdpyinfo-1.3.2-r1.ebuild deleted file mode 100644 index 8d341e0d5d79..000000000000 --- a/x11-apps/xdpyinfo/xdpyinfo-1.3.2-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit xorg-3 - -DESCRIPTION="Display information utility for X" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~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 -" - -src_configure() { - local XORG_CONFIGURE_OPTIONS=( - --without-xf86misc - $(use_with dga) - $(use_with dmx) - $(use_with xinerama) - ) - xorg-3_src_configure -}