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 2682E15801B for ; Wed, 16 Aug 2023 22:07:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6DC422BC034; Wed, 16 Aug 2023 22:07:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 58B082BC031 for ; Wed, 16 Aug 2023 22:07:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 smtp.gentoo.org (Postfix) with ESMTPS id 77DA0340940 for ; Wed, 16 Aug 2023 22:07:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EDBE8FC3 for ; Wed, 16 Aug 2023 22:07:34 +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: <1692223639.3e5f017ddf651a6ec5c53fd9e106d85294256f5c.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xrdb/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/xrdb/Manifest x11-apps/xrdb/xrdb-1.2.1.ebuild X-VCS-Directories: x11-apps/xrdb/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 3e5f017ddf651a6ec5c53fd9e106d85294256f5c X-VCS-Branch: master Date: Wed, 16 Aug 2023 22:07:34 +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: ce45c1e6-e80d-4949-b17b-e92697795daa X-Archives-Hash: a5e7146fb5962ed14ab13b2b92bc702d commit: 3e5f017ddf651a6ec5c53fd9e106d85294256f5c Author: Matt Turner gentoo org> AuthorDate: Wed Aug 16 21:55:44 2023 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Aug 16 22:07:19 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e5f017d x11-apps/xrdb: Drop old versions Signed-off-by: Matt Turner gentoo.org> x11-apps/xrdb/Manifest | 1 - x11-apps/xrdb/xrdb-1.2.1.ebuild | 13 ------------- 2 files changed, 14 deletions(-) diff --git a/x11-apps/xrdb/Manifest b/x11-apps/xrdb/Manifest index 23aecd3dd02c..456fb4c23261 100644 --- a/x11-apps/xrdb/Manifest +++ b/x11-apps/xrdb/Manifest @@ -1,2 +1 @@ -DIST xrdb-1.2.1.tar.bz2 143216 BLAKE2B eaec55ec825b324cc2a8a617554e5f41d40b8bfb081a66d54168ed1e3f31df11d554f734e77fe49618039ec895c10229f1ab23bef41cf5f2c39a6246946ec5f0 SHA512 d88135cdfea8536523dfb986249ee42761d5363c936352f12f55b4d0c849f21236f7d74d39869c5ec5b549019d6ed89d9096cde4b3c2b4816c2778a8e370b5c9 DIST xrdb-1.2.2.tar.xz 136768 BLAKE2B fbf396089a82db2a21866527f7d847f106164e1ce10795a2f96e34d5165311f4ed718eee10429792fc4fe273529af3350c41d765cb067c6310707bcc976bfdbe SHA512 c8a6fc94e270e9cb5602e055150553de103d545298285157ecd8924f163a10ebeb9acfff56d1fafbf48d339809c76340213792478cdf3270012d3cd05486001c diff --git a/x11-apps/xrdb/xrdb-1.2.1.ebuild b/x11-apps/xrdb/xrdb-1.2.1.ebuild deleted file mode 100644 index 642ce992372a..000000000000 --- a/x11-apps/xrdb/xrdb-1.2.1.ebuild +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit xorg-3 - -DESCRIPTION="X server resource database utility" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris" - -RDEPEND="x11-libs/libXmu - x11-libs/libX11" -DEPEND="${RDEPEND}"