diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-12 12:01:53 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-12 12:02:26 +0300 |
commit | a3cb8f71b91f4a2af814650d6f99c1c156f96b48 (patch) | |
tree | a34e222bfde1a3fc3cb6a207bdd4a7bafcb73b96 /media-gfx | |
parent | dev-libs/miniz: add 3.0.2 (diff) | |
download | gentoo-a3cb8f71b91f4a2af814650d6f99c1c156f96b48.tar.gz gentoo-a3cb8f71b91f4a2af814650d6f99c1c156f96b48.tar.bz2 gentoo-a3cb8f71b91f4a2af814650d6f99c1c156f96b48.zip |
media-gfx/pixels2pgf: EAPI8
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/pixels2pgf/pixels2pgf-0.1-r1.ebuild | 18 | ||||
-rw-r--r-- | 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() { |