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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C45971581FB for ; Sat, 23 Nov 2024 21:17:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 824AFE08C8; Sat, 23 Nov 2024 21:17:03 +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 63C5DE08C4 for ; Sat, 23 Nov 2024 21:17:03 +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 5B7C1342FA2 for ; Sat, 23 Nov 2024 21:17:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9817B1F42 for ; Sat, 23 Nov 2024 21:16:59 +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: <1732396579.1c2026c8ae5f29d489a4c0e589a680a0b891b674.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-mga/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-drivers/xf86-video-mga/Manifest x11-drivers/xf86-video-mga/xf86-video-mga-2.0.1.ebuild X-VCS-Directories: x11-drivers/xf86-video-mga/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 1c2026c8ae5f29d489a4c0e589a680a0b891b674 X-VCS-Branch: master Date: Sat, 23 Nov 2024 21:16:59 +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: 5e3120a0-1bd8-4f96-afcd-8932dd695ad4 X-Archives-Hash: b9a29ee23bde391eb1026fa91cab3cc0 commit: 1c2026c8ae5f29d489a4c0e589a680a0b891b674 Author: Matt Turner gentoo org> AuthorDate: Sat Nov 23 21:02:53 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Nov 23 21:16:19 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c2026c8 x11-drivers/xf86-video-mga: Drop old versions Signed-off-by: Matt Turner gentoo.org> x11-drivers/xf86-video-mga/Manifest | 1 - x11-drivers/xf86-video-mga/xf86-video-mga-2.0.1.ebuild | 18 ------------------ 2 files changed, 19 deletions(-) diff --git a/x11-drivers/xf86-video-mga/Manifest b/x11-drivers/xf86-video-mga/Manifest index 272505384a20..55c6849aeb5b 100644 --- a/x11-drivers/xf86-video-mga/Manifest +++ b/x11-drivers/xf86-video-mga/Manifest @@ -1,2 +1 @@ -DIST xf86-video-mga-2.0.1.tar.xz 403212 BLAKE2B 2d7f4422defb0b57fc7f9bb3c27274f51185eac45445f83f1c9bdba1bff3066f05728e9996f13f8cd2d8a7275602dfc5cef7435b54498700a8ce6efae568631c SHA512 d9a0abedb71f3354788c2f91b770bc00c4118cfa2c99072dea82c28f025bc87bb88ebaf969962a8f0e97e1ff7938aebd9c682b730b0e07d5174dd9e8dc2cdfb6 DIST xf86-video-mga-2.1.0.tar.xz 395480 BLAKE2B 8314bf3ceb0b41bc9e863c0f640f818e0e6b86c95f57cea95311ba46bcff14ea2ea1d93961b700a7722cb90ebec82ab80b5bbf36c64cafac1940837e08f19080 SHA512 b5c83ad96004cfecd1a081440d2d0bb4a43d1ce1cd202c0ab69c0ded92cbedbc8fbe2d3e06fcb960fcac9719c56b45465b4a853f6e7d80ffb47af371403294b6 diff --git a/x11-drivers/xf86-video-mga/xf86-video-mga-2.0.1.ebuild b/x11-drivers/xf86-video-mga/xf86-video-mga-2.0.1.ebuild deleted file mode 100644 index aefffb4a810c..000000000000 --- a/x11-drivers/xf86-video-mga/xf86-video-mga-2.0.1.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -XORG_TARBALL_SUFFIX="xz" -inherit xorg-3 - -DESCRIPTION="Matrox video driver" - -KEYWORDS="~alpha amd64 ~loong ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" - -src_configure() { - local XORG_CONFIGURE_OPTIONS=( - --disable-dri - ) - xorg-3_src_configure -}