commit:     98e315b2ac99f124fbbfeec3a7de5baebf3d49d5
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 19 22:03:33 2023 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Feb 19 22:03:33 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98e315b2

x11-themes/geany-themes: update EAPI 6 -> 8

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 ...{geany-themes-1.22.2-r1.ebuild => geany-themes-1.22.2-r2.ebuild} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-themes/geany-themes/geany-themes-1.22.2-r1.ebuild 
b/x11-themes/geany-themes/geany-themes-1.22.2-r2.ebuild
similarity index 89%
rename from x11-themes/geany-themes/geany-themes-1.22.2-r1.ebuild
rename to x11-themes/geany-themes/geany-themes-1.22.2-r2.ebuild
index 3184f258c379..a1e4a0ac636f 100644
--- a/x11-themes/geany-themes/geany-themes-1.22.2-r1.ebuild
+++ b/x11-themes/geany-themes/geany-themes-1.22.2-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DESCRIPTION="A collection of colour schemes for Geany"
 HOMEPAGE="https://github.com/codebrainz/geany-themes";
@@ -10,12 +10,12 @@ 
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
 }

Reply via email to