commit:     829038892602f08b332408f2cfec8c27f0e9d557
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 16 19:16:58 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Oct 16 19:38:42 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82903889

dev-libs/gobject-introspection: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../gobject-introspection-1.76.1-r1.ebuild         | 80 --------------------
 .../gobject-introspection-1.78.1-r1.ebuild         | 84 ---------------------
 .../gobject-introspection-1.80.1-r1.ebuild         | 85 ----------------------
 3 files changed, 249 deletions(-)

diff --git 
a/dev-libs/gobject-introspection/gobject-introspection-1.76.1-r1.ebuild 
b/dev-libs/gobject-introspection/gobject-introspection-1.76.1-r1.ebuild
deleted file mode 100644
index c26eba618ba2..000000000000
--- a/dev-libs/gobject-introspection/gobject-introspection-1.76.1-r1.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-PYTHON_REQ_USE="xml(+)"
-inherit gnome.org meson python-single-r1 xdg
-
-DESCRIPTION="Introspection system for GObject-based libraries"
-HOMEPAGE="https://wiki.gnome.org/Projects/GObjectIntrospection";
-
-LICENSE="LGPL-2+ GPL-2+"
-SLOT="0"
-IUSE="doctool gtk-doc test"
-RESTRICT="!test? ( test )"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-
-# virtual/pkgconfig needed at runtime, bug #505408
-RDEPEND="
-       >=dev-libs/gobject-introspection-common-${PV}
-       >=dev-libs/glib-2.75.0:2
-       dev-libs/libffi:=
-       <dev-python/setuptools-74
-       doctool? (
-               $(python_gen_cond_dep '
-                       dev-python/mako[${PYTHON_USEDEP}]
-                       dev-python/markdown[${PYTHON_USEDEP}]
-               ')
-       )
-       virtual/pkgconfig
-       ${PYTHON_DEPS}
-"
-# Wants real bison, not app-alternatives/yacc
-DEPEND="${RDEPEND}"
-BDEPEND="
-       gtk-doc? (
-               >=dev-util/gtk-doc-1.19
-               app-text/docbook-xml-dtd:4.3
-               app-text/docbook-xml-dtd:4.5
-       )
-       sys-devel/bison
-       app-alternatives/lex
-       test? (
-               x11-libs/cairo[glib]
-               $(python_gen_cond_dep '
-                       dev-python/mako[${PYTHON_USEDEP}]
-                       dev-python/markdown[${PYTHON_USEDEP}]
-               ')
-       )
-"
-
-pkg_setup() {
-       python-single-r1_pkg_setup
-}
-
-src_configure() {
-       local emesonargs=(
-               $(meson_feature test cairo)
-               $(meson_feature doctool)
-               #-Dglib_src_dir
-               $(meson_use gtk-doc gtk_doc)
-               #-Dcairo_libname
-               -Dpython="${EPYTHON}"
-               #-Dgir_dir_prefix
-       )
-       meson_src_configure
-}
-
-src_install() {
-       meson_src_install
-       python_fix_shebang "${ED}"/usr/bin/
-       python_optimize 
"${ED}"/usr/$(get_libdir)/gobject-introspection/giscanner
-
-       # Prevent collision with gobject-introspection-common
-       rm -v "${ED}"/usr/share/aclocal/introspection.m4 \
-               
"${ED}"/usr/share/gobject-introspection-1.0/Makefile.introspection || die
-       rmdir "${ED}"/usr/share/aclocal || die
-}

diff --git 
a/dev-libs/gobject-introspection/gobject-introspection-1.78.1-r1.ebuild 
b/dev-libs/gobject-introspection/gobject-introspection-1.78.1-r1.ebuild
deleted file mode 100644
index 1678571f0813..000000000000
--- a/dev-libs/gobject-introspection/gobject-introspection-1.78.1-r1.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..13} )
-PYTHON_REQ_USE="xml(+)"
-inherit gnome.org meson python-single-r1 xdg
-
-DESCRIPTION="Introspection system for GObject-based libraries"
-HOMEPAGE="https://gi.readthedocs.io";
-
-LICENSE="LGPL-2+ GPL-2+"
-SLOT="0"
-IUSE="doctool gtk-doc test"
-RESTRICT="!test? ( test )"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-
-# virtual/pkgconfig needed at runtime, bug #505408
-RDEPEND="
-       >=dev-libs/gobject-introspection-common-${PV}
-       >=dev-libs/glib-2.$(($(ver_cut 2) - 1)).0:2
-       dev-libs/libffi:=
-       $(python_gen_cond_dep '
-               <dev-python/setuptools-74[${PYTHON_USEDEP}]
-       ')
-       doctool? (
-               $(python_gen_cond_dep '
-                       dev-python/mako[${PYTHON_USEDEP}]
-                       dev-python/markdown[${PYTHON_USEDEP}]
-               ')
-       )
-       virtual/pkgconfig
-       ${PYTHON_DEPS}
-"
-# Wants real bison, not app-alternatives/yacc
-DEPEND="${RDEPEND}"
-BDEPEND="
-       gtk-doc? (
-               >=dev-util/gtk-doc-1.19
-               app-text/docbook-xml-dtd:4.3
-               app-text/docbook-xml-dtd:4.5
-       )
-       sys-devel/bison
-       app-alternatives/lex
-       test? (
-               x11-libs/cairo[glib]
-               $(python_gen_cond_dep '
-                       dev-python/mako[${PYTHON_USEDEP}]
-                       dev-python/markdown[${PYTHON_USEDEP}]
-               ')
-       )
-"
-
-PATCHES=( "${FILESDIR}/${P}-tests-py312.patch" )
-
-pkg_setup() {
-       python-single-r1_pkg_setup
-}
-
-src_configure() {
-       local emesonargs=(
-               $(meson_feature test cairo)
-               $(meson_feature doctool)
-               #-Dglib_src_dir
-               $(meson_use gtk-doc gtk_doc)
-               #-Dcairo_libname
-               -Dpython="${EPYTHON}"
-               #-Dgir_dir_prefix
-       )
-       meson_src_configure
-}
-
-src_install() {
-       meson_src_install
-       python_fix_shebang "${ED}"/usr/bin/
-       python_optimize 
"${ED}"/usr/$(get_libdir)/gobject-introspection/giscanner
-
-       # Prevent collision with gobject-introspection-common
-       rm -v "${ED}"/usr/share/aclocal/introspection.m4 \
-               
"${ED}"/usr/share/gobject-introspection-1.0/Makefile.introspection || die
-       rmdir "${ED}"/usr/share/aclocal || die
-}

diff --git 
a/dev-libs/gobject-introspection/gobject-introspection-1.80.1-r1.ebuild 
b/dev-libs/gobject-introspection/gobject-introspection-1.80.1-r1.ebuild
deleted file mode 100644
index fcb56f8813b4..000000000000
--- a/dev-libs/gobject-introspection/gobject-introspection-1.80.1-r1.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..13} )
-PYTHON_REQ_USE="xml(+)"
-inherit gnome.org meson python-single-r1 xdg
-
-DESCRIPTION="Introspection system for GObject-based libraries"
-HOMEPAGE="https://gi.readthedocs.io/";
-
-LICENSE="LGPL-2+ GPL-2+"
-SLOT="0"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-
-IUSE="doctool gtk-doc test"
-RESTRICT="!test? ( test )"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-# virtual/pkgconfig needed at runtime, bug #505408
-RDEPEND="
-       >=dev-libs/gobject-introspection-common-${PV}
-       >=dev-libs/glib-2.79.0:2
-       dev-libs/libffi:=
-       $(python_gen_cond_dep '
-               <dev-python/setuptools-74[${PYTHON_USEDEP}]
-       ')
-       doctool? (
-               $(python_gen_cond_dep '
-                       dev-python/mako[${PYTHON_USEDEP}]
-                       dev-python/markdown[${PYTHON_USEDEP}]
-               ')
-       )
-       virtual/pkgconfig
-       ${PYTHON_DEPS}
-"
-# Wants real bison, not app-alternatives/yacc
-DEPEND="${RDEPEND}"
-BDEPEND="
-       gtk-doc? (
-               >=dev-util/gtk-doc-1.19
-               app-text/docbook-xml-dtd:4.3
-               app-text/docbook-xml-dtd:4.5
-       )
-       sys-devel/bison
-       app-alternatives/lex
-       test? (
-               x11-libs/cairo[glib]
-               $(python_gen_cond_dep '
-                       dev-python/mako[${PYTHON_USEDEP}]
-                       dev-python/markdown[${PYTHON_USEDEP}]
-               ')
-       )
-"
-
-pkg_setup() {
-       python-single-r1_pkg_setup
-}
-
-src_configure() {
-       local emesonargs=(
-               $(meson_feature test cairo)
-               $(meson_feature doctool)
-               #-Dglib_src_dir
-               $(meson_use gtk-doc gtk_doc)
-               #-Dcairo_libname
-               -Dpython="${EPYTHON}"
-               -Dbuild_introspection_data=true
-               #-Dgir_dir_prefix
-       )
-       meson_src_configure
-}
-
-src_install() {
-       meson_src_install
-       python_fix_shebang "${ED}"/usr/bin/
-       python_optimize 
"${ED}"/usr/$(get_libdir)/gobject-introspection/giscanner
-
-       # Prevent collision with gobject-introspection-common
-       rm -v "${ED}"/usr/share/aclocal/introspection.m4 \
-               
"${ED}"/usr/share/gobject-introspection-1.0/Makefile.introspection || die
-       rmdir "${ED}"/usr/share/aclocal || die
-}

Reply via email to