commit:     a3cb8f71b91f4a2af814650d6f99c1c156f96b48
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 12 09:01:53 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 12 09:02:26 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3cb8f71

media-gfx/pixels2pgf: EAPI8

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 media-gfx/pixels2pgf/pixels2pgf-0.1-r1.ebuild | 18 ++++++++++++++++++
 media-gfx/pixels2pgf/pixels2pgf-9999.ebuild   | 13 ++++++-------
 2 files changed, 24 insertions(+), 7 deletions(-)

diff --git a/media-gfx/pixels2pgf/pixels2pgf-0.1-r1.ebuild 
b/media-gfx/pixels2pgf/pixels2pgf-0.1-r1.ebuild
new file mode 100644
index 000000000000..a4efe64b145e
--- /dev/null
+++ b/media-gfx/pixels2pgf/pixels2pgf-0.1-r1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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"
+
+RDEPEND="
+       media-libs/libsdl:0=
+       media-libs/sdl-image:0=
+"
+DEPEND="${RDEPEND}"

diff --git a/media-gfx/pixels2pgf/pixels2pgf-9999.ebuild 
b/media-gfx/pixels2pgf/pixels2pgf-9999.ebuild
index ae8db1f90a5d..22eefdf7f9be 100644
--- a/media-gfx/pixels2pgf/pixels2pgf-9999.ebuild
+++ b/media-gfx/pixels2pgf/pixels2pgf-9999.ebuild
@@ -1,22 +1,21 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 EGIT_REPO_URI="https://github.com/projg2/${PN}.git";
 inherit autotools git-r3
 
 DESCRIPTION="Convert pixel images (e.g. QRCode) to PGF/Tikz rectangles"
 HOMEPAGE="https://github.com/projg2/pixels2pgf/";
-SRC_URI=""
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS=""
-IUSE=""
 
-RDEPEND="media-libs/libsdl:0=
-       media-libs/sdl-image:0="
+RDEPEND="
+       media-libs/libsdl:0=
+       media-libs/sdl-image:0=
+"
 DEPEND="${RDEPEND}"
 
 src_prepare() {

Reply via email to