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 8F4B1158043 for ; Fri, 19 Apr 2024 06:08:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6DE4CE29FB; Fri, 19 Apr 2024 06:08:20 +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 459E3E29FB for ; Fri, 19 Apr 2024 06:08:20 +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 DEBC83434B5 for ; Fri, 19 Apr 2024 06:08:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7804C1733 for ; Fri, 19 Apr 2024 06:08:16 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1713506874.4ba70e6c9daa82d5c16a7db39d3233996467a1c7.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/pixels2pgf/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/pixels2pgf/pixels2pgf-0.1.ebuild X-VCS-Directories: media-gfx/pixels2pgf/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 4ba70e6c9daa82d5c16a7db39d3233996467a1c7 X-VCS-Branch: master Date: Fri, 19 Apr 2024 06:08:16 +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: d36cfa72-c47b-476f-ad3b-76a36b6c27fc X-Archives-Hash: ffb63d1c876606384dec32ab71dd2f2f commit: 4ba70e6c9daa82d5c16a7db39d3233996467a1c7 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Apr 19 06:06:52 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Apr 19 06:07:54 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ba70e6c media-gfx/pixels2pgf: drop 0.1, EAPI6-- Signed-off-by: Arthur Zamarin gentoo.org> media-gfx/pixels2pgf/pixels2pgf-0.1.ebuild | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/media-gfx/pixels2pgf/pixels2pgf-0.1.ebuild b/media-gfx/pixels2pgf/pixels2pgf-0.1.ebuild deleted file mode 100644 index 6969a8a7acf3..000000000000 --- a/media-gfx/pixels2pgf/pixels2pgf-0.1.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Convert pixel images (e.g. QRCode) to PGF/Tikz rectangles" -HOMEPAGE="https://github.com/projg2/pixels2pgf/" -SRC_URI="https://github.com/projg2/pixels2pgf/releases/download/${P}/${P}.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="media-libs/libsdl:0= - media-libs/sdl-image:0=" -DEPEND="${RDEPEND}"