From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id B72EE1580E0 for ; Wed, 04 Jun 2025 01:23:38 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id A267934316E for ; Wed, 04 Jun 2025 01:23:38 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id CECA81103C1; Wed, 04 Jun 2025 01:23:34 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id C42C41103C1 for ; Wed, 04 Jun 2025 01:23:34 +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 78989343185 for ; Wed, 04 Jun 2025 01:23:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2E481397 for ; Wed, 04 Jun 2025 01:23:32 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1748999026.3c53835a22a5e387cb178d79e71bb3a6882ef20e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/plotutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/plotutils/plotutils-2.6-r2.ebuild X-VCS-Directories: media-libs/plotutils/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3c53835a22a5e387cb178d79e71bb3a6882ef20e X-VCS-Branch: master Date: Wed, 04 Jun 2025 01:23:32 +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: 39ac91ca-12a8-4a86-b975-99c6dfee4216 X-Archives-Hash: d9a40d4cb7cc69e1bc4dedc541919e60 commit: 3c53835a22a5e387cb178d79e71bb3a6882ef20e Author: Sam James gentoo org> AuthorDate: Wed Jun 4 01:03:46 2025 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jun 4 01:03:46 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c53835a media-libs/plotutils: drop 2.6-r2 Signed-off-by: Sam James gentoo.org> media-libs/plotutils/plotutils-2.6-r2.ebuild | 75 ---------------------------- 1 file changed, 75 deletions(-) diff --git a/media-libs/plotutils/plotutils-2.6-r2.ebuild b/media-libs/plotutils/plotutils-2.6-r2.ebuild deleted file mode 100644 index 06c3f0c15d95..000000000000 --- a/media-libs/plotutils/plotutils-2.6-r2.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit libtool autotools - -DESCRIPTION="Powerful C/C++ function library for exporting 2-D vector graphics" -HOMEPAGE="https://www.gnu.org/software/plotutils/" -SRC_URI="mirror://gnu/plotutils/${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" -IUSE="+png X" - -DEPEND=" - media-libs/libxmi - png? ( - media-libs/libpng:0= - sys-libs/zlib - ) - X? ( x11-libs/libXaw ) -" -RDEPEND="${DEPEND} - !