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 48E79158041 for ; Thu, 4 Apr 2024 03:21:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C620E2A84; Thu, 4 Apr 2024 03:21:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 614EDE2A84 for ; Thu, 4 Apr 2024 03:21:21 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4D57C343261 for ; Thu, 4 Apr 2024 03:21:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5E92166E for ; Thu, 4 Apr 2024 03:21:18 +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: <1712200357.dfcdad3007f2090822d84ae18162885740c743c1.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/bitmap/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/bitmap/Manifest x11-apps/bitmap/bitmap-1.1.0.ebuild X-VCS-Directories: x11-apps/bitmap/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: dfcdad3007f2090822d84ae18162885740c743c1 X-VCS-Branch: master Date: Thu, 4 Apr 2024 03:21:18 +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: 502ef2ab-257e-40db-974d-9d3dcd3139a6 X-Archives-Hash: a2a9f416ddf8aa54fd1eaf924cdf66ac commit: dfcdad3007f2090822d84ae18162885740c743c1 Author: Matt Turner gentoo org> AuthorDate: Thu Apr 4 03:12:37 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Apr 4 03:12:37 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfcdad30 x11-apps/bitmap: Drop old versions Signed-off-by: Matt Turner gentoo.org> x11-apps/bitmap/Manifest | 1 - x11-apps/bitmap/bitmap-1.1.0.ebuild | 19 ------------------- 2 files changed, 20 deletions(-) diff --git a/x11-apps/bitmap/Manifest b/x11-apps/bitmap/Manifest index c7bc80ad27e1..3fecba0839ef 100644 --- a/x11-apps/bitmap/Manifest +++ b/x11-apps/bitmap/Manifest @@ -1,2 +1 @@ -DIST bitmap-1.1.0.tar.xz 163560 BLAKE2B 411ae6d34059cef35456d7a12fbd2fba6de65d0ad551ea884463f123c0e034e89142f103793a1aa6602649b468e4d9ffc33450a67b592b9355c5878c712a4654 SHA512 3d6c94675f10772daeb71598c3e0ddcb51569b1bfc4771159e9df89599bfeb8bf49f464c24fef54d30a8f737af32136f859f844be03e088d24ed962f88381193 DIST bitmap-1.1.1.tar.xz 169676 BLAKE2B 27daed3a742233180742313335db33ff76d001035114efd455308fc018221deb92ecbe3ef459b3ca27899607bc9ad590e375da601e1b1ac73b9760ad3d425eec SHA512 69096a73739019545f2eb44b823e659b84377cf7c497243c89cbf3f26c9623c31fecfa36628022d241a581a5930e9e2394ec116e5c6d9df94097b45661261307 diff --git a/x11-apps/bitmap/bitmap-1.1.0.ebuild b/x11-apps/bitmap/bitmap-1.1.0.ebuild deleted file mode 100644 index 2ba774723936..000000000000 --- a/x11-apps/bitmap/bitmap-1.1.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -XORG_TARBALL_SUFFIX=xz -inherit xorg-3 - -DESCRIPTION="X.Org bitmap application" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86" - -RDEPEND=" - x11-libs/libX11 - x11-libs/libXaw - x11-libs/libXmu - x11-libs/libXt - x11-misc/xbitmaps" -DEPEND="${RDEPEND} - x11-base/xorg-proto"