From 98e315b2ac99f124fbbfeec3a7de5baebf3d49d5 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sun, 19 Feb 2023 23:03:33 +0100 Subject: x11-themes/geany-themes: update EAPI 6 -> 8 Signed-off-by: David Seifert --- .../geany-themes/geany-themes-1.22.2-r1.ebuild | 21 --------------------- .../geany-themes/geany-themes-1.22.2-r2.ebuild | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 x11-themes/geany-themes/geany-themes-1.22.2-r1.ebuild create mode 100644 x11-themes/geany-themes/geany-themes-1.22.2-r2.ebuild diff --git a/x11-themes/geany-themes/geany-themes-1.22.2-r1.ebuild b/x11-themes/geany-themes/geany-themes-1.22.2-r1.ebuild deleted file mode 100644 index 3184f258c379..000000000000 --- a/x11-themes/geany-themes/geany-themes-1.22.2-r1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="A collection of colour schemes for Geany" -HOMEPAGE="https://github.com/codebrainz/geany-themes" -SRC_URI="https://github.com/downloads/codebrainz/${PN}/${P}.tar.bz2" - -LICENSE="GPL-3 LGPL-2.1 BSD-2 MIT" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND=">=dev-util/geany-${PV:0:4}" - -src_install() { - default - insinto /usr/share/geany - doins -r colorschemes -} diff --git a/x11-themes/geany-themes/geany-themes-1.22.2-r2.ebuild b/x11-themes/geany-themes/geany-themes-1.22.2-r2.ebuild new file mode 100644 index 000000000000..a1e4a0ac636f --- /dev/null +++ b/x11-themes/geany-themes/geany-themes-1.22.2-r2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="A collection of colour schemes for Geany" +HOMEPAGE="https://github.com/codebrainz/geany-themes" +SRC_URI="https://github.com/downloads/codebrainz/${PN}/${P}.tar.bz2" + +LICENSE="GPL-3 LGPL-2.1 BSD-2 MIT" +SLOT="0" +KEYWORDS="amd64 x86" + +RDEPEND=">=dev-util/geany-${PV:0:4}" + +src_install() { + default + + insinto /usr/share/geany + doins -r colorschemes +} -- cgit v1.2.3-65-gdbad