From 504efd293bffc7524415dc30b74285a46808dcb8 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sun, 10 Apr 2022 17:47:39 +0200 Subject: dev-util/gob: update EAPI 5 -> 8 Bug: https://bugs.gentoo.org/808459 Signed-off-by: David Seifert --- dev-util/gob/gob-2.0.20-r1.ebuild | 22 ++++++++++++++++++++++ dev-util/gob/gob-2.0.20.ebuild | 23 ----------------------- 2 files changed, 22 insertions(+), 23 deletions(-) create mode 100644 dev-util/gob/gob-2.0.20-r1.ebuild delete mode 100644 dev-util/gob/gob-2.0.20.ebuild diff --git a/dev-util/gob/gob-2.0.20-r1.ebuild b/dev-util/gob/gob-2.0.20-r1.ebuild new file mode 100644 index 000000000000..977fd1b27142 --- /dev/null +++ b/dev-util/gob/gob-2.0.20-r1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +GNOME_ORG_MODULE="gob2" + +inherit gnome2 + +DESCRIPTION="Preprocessor for making GTK+ objects with inline C code" +HOMEPAGE="https://www.jirka.org/gob.html" + +LICENSE="GPL-2+" +SLOT="2" +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" + +RDEPEND=">=dev-libs/glib-2.4:2" +DEPEND="${RDEPEND}" +BDEPEND=" + sys-devel/flex + virtual/pkgconfig + virtual/yacc" diff --git a/dev-util/gob/gob-2.0.20.ebuild b/dev-util/gob/gob-2.0.20.ebuild deleted file mode 100644 index cbb2cea1b114..000000000000 --- a/dev-util/gob/gob-2.0.20.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" -GCONF_DEBUG="no" -GNOME_ORG_MODULE="gob2" - -inherit gnome2 - -DESCRIPTION="Preprocessor for making GTK+ objects with inline C code" -HOMEPAGE="https://www.jirka.org/gob.html" - -LICENSE="GPL-2+" -SLOT="2" -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="" - -RDEPEND=">=dev-libs/glib-2.4:2" -DEPEND="${RDEPEND} - sys-devel/flex - virtual/pkgconfig - virtual/yacc -" -- cgit v1.2.3-65-gdbad