commit: 4ba70e6c9daa82d5c16a7db39d3233996467a1c7 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Fri Apr 19 06:06:52 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> 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 <arthurzam <AT> 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}"
