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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C5BC81382C5 for ; Fri, 4 Jun 2021 19:03:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09184E0101; Fri, 4 Jun 2021 19:03:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E5326E0101 for ; Fri, 4 Jun 2021 19:03:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 68F6D340A85 for ; Fri, 4 Jun 2021 19:03:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09D7C73A for ; Fri, 4 Jun 2021 19:03:35 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1622833405.fc64af4a953491fdf947528ceb333cf1eb0d9f8a.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/read-edid/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/read-edid/read-edid-3.0.2.ebuild X-VCS-Directories: x11-misc/read-edid/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: fc64af4a953491fdf947528ceb333cf1eb0d9f8a X-VCS-Branch: master Date: Fri, 4 Jun 2021 19:03:35 +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: 1834f9bb-1805-4adf-8d79-76bdc63bf045 X-Archives-Hash: 804f2bde8b28b904b43c2ee475fd3f77 commit: fc64af4a953491fdf947528ceb333cf1eb0d9f8a Author: Marek Szuba gentoo org> AuthorDate: Fri Jun 4 19:01:13 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Fri Jun 4 19:03:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc64af4a x11-misc/read-edid: drop 3.0.2 Signed-off-by: Marek Szuba gentoo.org> x11-misc/read-edid/read-edid-3.0.2.ebuild | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/x11-misc/read-edid/read-edid-3.0.2.ebuild b/x11-misc/read-edid/read-edid-3.0.2.ebuild deleted file mode 100644 index b0e3a798eb3..00000000000 --- a/x11-misc/read-edid/read-edid-3.0.2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit cmake-utils flag-o-matic - -DESCRIPTION="Program that can get information from a PnP monitor" -HOMEPAGE="http://www.polypux.org/projects/read-edid/" -SRC_URI="http://www.polypux.org/projects/${PN}/${P}.tar.gz" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="amd64 x86" - -DEPEND=">=dev-libs/libx86-1.1" -RDEPEND="${DEPEND}" - -src_prepare() { - sed -i -e 's|COPYING||g;s|share/doc/read-edid|&-'"${PV}"'|g' \ - CMakeLists.txt || die - cmake-utils_src_prepare -} - -src_configure() { - append-cflags -fcommon - cmake-utils_src_configure -}