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 F136D158086 for ; Thu, 18 Nov 2021 07:48:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A7F1E0870; Thu, 18 Nov 2021 07:48:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 0051AE0870 for ; Thu, 18 Nov 2021 07:48:17 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2F904342F1C for ; Thu, 18 Nov 2021 07:48:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9AFAD1D8 for ; Thu, 18 Nov 2021 07:48:14 +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: <1637221612.c694112c2142853e89479fc7377e1a9532b6f573.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.0.ebuild X-VCS-Directories: x11-apps/xrdb/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: c694112c2142853e89479fc7377e1a9532b6f573 X-VCS-Branch: master Date: Thu, 18 Nov 2021 07:48:14 +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: b5fe2594-4d5c-4875-a5c4-1db383f48db3 X-Archives-Hash: 584c92b84a85938aad6ac35cc0bda086 commit: c694112c2142853e89479fc7377e1a9532b6f573 Author: Matt Turner gentoo org> AuthorDate: Thu Nov 18 07:45:28 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Nov 18 07:46:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c694112c x11-apps/xrdb: Drop old versions Signed-off-by: Matt Turner gentoo.org> x11-apps/xrdb/Manifest | 1 - x11-apps/xrdb/xrdb-1.2.0.ebuild | 14 -------------- 2 files changed, 15 deletions(-) diff --git a/x11-apps/xrdb/Manifest b/x11-apps/xrdb/Manifest index 103cb419d100..4b68e61ca6ca 100644 --- a/x11-apps/xrdb/Manifest +++ b/x11-apps/xrdb/Manifest @@ -1,2 +1 @@ -DIST xrdb-1.2.0.tar.bz2 142194 BLAKE2B 2fee77b287f43125413bbbc288b1d89986a93775797c02dde564e678bec3c429bca487d752d82f8da924a95e177a46e3b4de507b7fdca56b95789e1d7ea3dae3 SHA512 14e1cdfb2152fb28f1f4641b177ab236648d7e967a95b952bf4cfce8d3e1ef085e85385354e3381aaf644462e8888a1847f755ab4016ecb4cb4a715b001dd2ef DIST xrdb-1.2.1.tar.bz2 143216 BLAKE2B eaec55ec825b324cc2a8a617554e5f41d40b8bfb081a66d54168ed1e3f31df11d554f734e77fe49618039ec895c10229f1ab23bef41cf5f2c39a6246946ec5f0 SHA512 d88135cdfea8536523dfb986249ee42761d5363c936352f12f55b4d0c849f21236f7d74d39869c5ec5b549019d6ed89d9096cde4b3c2b4816c2778a8e370b5c9 diff --git a/x11-apps/xrdb/xrdb-1.2.0.ebuild b/x11-apps/xrdb/xrdb-1.2.0.ebuild deleted file mode 100644 index f5b175ce2b6a..000000000000 --- a/x11-apps/xrdb/xrdb-1.2.0.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2021 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 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND="x11-libs/libXmu - x11-libs/libX11" -DEPEND="${RDEPEND}"