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 67B1715A7D9 for ; Mon, 13 Mar 2023 20:07:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B03B5E0858; Mon, 13 Mar 2023 20:07:24 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 967FEE0858 for ; Mon, 13 Mar 2023 20:07:24 +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 B74EF343D28 for ; Mon, 13 Mar 2023 20:07:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB53E8E3 for ; Mon, 13 Mar 2023 20:07:20 +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: <1678738035.59c5ee6cfba92225648d1d2b98bff347a3fee1ce.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xvidtune/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/xvidtune/Manifest x11-apps/xvidtune/xvidtune-1.0.3.ebuild X-VCS-Directories: x11-apps/xvidtune/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 59c5ee6cfba92225648d1d2b98bff347a3fee1ce X-VCS-Branch: master Date: Mon, 13 Mar 2023 20:07:20 +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: aaf24707-f68c-465e-99b0-f12f653e4b84 X-Archives-Hash: e8fa2cf1114000bc9f88d7fe01ebdfa8 commit: 59c5ee6cfba92225648d1d2b98bff347a3fee1ce Author: Matt Turner gentoo org> AuthorDate: Mon Mar 13 19:48:08 2023 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Mar 13 20:07:15 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59c5ee6c x11-apps/xvidtune: Drop old versions Signed-off-by: Matt Turner gentoo.org> x11-apps/xvidtune/Manifest | 1 - x11-apps/xvidtune/xvidtune-1.0.3.ebuild | 20 -------------------- 2 files changed, 21 deletions(-) diff --git a/x11-apps/xvidtune/Manifest b/x11-apps/xvidtune/Manifest index bc258a3c72a0..f46dbee01c5e 100644 --- a/x11-apps/xvidtune/Manifest +++ b/x11-apps/xvidtune/Manifest @@ -1,2 +1 @@ -DIST xvidtune-1.0.3.tar.bz2 128492 BLAKE2B 87271fa736f1c377f48f36fbb63a28ad0e6327ca612b681328aec44cafa839f5e1c04b239907e25f547b5a69e7dbd92bccd3500ed20760efcf18fb570078241b SHA512 0f8a4fca1b544ef8f9623246fb0ece75739a0889f2e729c040cd768c595f0bbbfa3a665576369032535c34c7d55784a29b62f0d51432bf2b75d2cec619db7352 DIST xvidtune-1.0.4.tar.xz 130156 BLAKE2B d75bc940c9dc98769ac162aaa9f6d833952bf7a86166f76e219cfa14127acd7249fd22a4800efb56a7a2cc3e73d413cdaaabbb8250c275d1065780541fe49365 SHA512 747d5358f4f7d3d7db508c3f034711ce4b9dd278160d35312e9c4d1604623e84a2438d039b536546fd2df7db8c5ea1907e8a6101985fad2932b6dee5a62c7b80 diff --git a/x11-apps/xvidtune/xvidtune-1.0.3.ebuild b/x11-apps/xvidtune/xvidtune-1.0.3.ebuild deleted file mode 100644 index ab715555c4b3..000000000000 --- a/x11-apps/xvidtune/xvidtune-1.0.3.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit xorg-3 - -DESCRIPTION="video mode tuner for Xorg" - -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~mips ppc ppc64 ~s390 sparc x86" - -RDEPEND=" - x11-libs/libXaw - x11-libs/libXmu - x11-libs/libX11 - x11-libs/libXt - x11-libs/libXxf86vm" -DEPEND=" - ${RDEPEND} - x11-base/xorg-proto"