commit:     8327e11b2644d120e1421b12c7c9915049ce9128
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  9 14:43:08 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Mar  9 14:43:08 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8327e11b

dev-cpp/gtksourceviewmm: update EAPI 5 -> 8

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

 ...mm-3.18.0-r1.ebuild => gtksourceviewmm-3.18.0-r2.ebuild} | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/dev-cpp/gtksourceviewmm/gtksourceviewmm-3.18.0-r1.ebuild 
b/dev-cpp/gtksourceviewmm/gtksourceviewmm-3.18.0-r2.ebuild
similarity index 81%
rename from dev-cpp/gtksourceviewmm/gtksourceviewmm-3.18.0-r1.ebuild
rename to dev-cpp/gtksourceviewmm/gtksourceviewmm-3.18.0-r2.ebuild
index a44c29f5fc79..25437c7d3f99 100644
--- a/dev-cpp/gtksourceviewmm/gtksourceviewmm-3.18.0-r1.ebuild
+++ b/dev-cpp/gtksourceviewmm/gtksourceviewmm-3.18.0-r2.ebuild
@@ -1,18 +1,17 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
-GCONF_DEBUG="no"
+EAPI=8
 
 inherit gnome2
 
 DESCRIPTION="C++ bindings for gtksourceview"
 HOMEPAGE="https://wiki.gnome.org/Projects/GtkSourceView";
 
+LICENSE="LGPL-2.1"
+SLOT="3.0"
 KEYWORDS="amd64 ppc x86"
 IUSE="doc"
-SLOT="3.0"
-LICENSE="LGPL-2.1"
 
 RDEPEND="
        >=dev-cpp/glibmm-2.46.1:2
@@ -23,12 +22,12 @@ RDEPEND="
        dev-cpp/cairomm:0
        dev-cpp/pangomm:1.4
 "
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
        virtual/pkgconfig
        doc? ( app-doc/doxygen )
 "
 
 src_configure() {
-       DOCS="AUTHORS ChangeLog* NEWS README"
        gnome2_src_configure $(use_enable doc documentation)
 }

Reply via email to