summaryrefslogtreecommitdiff
path: root/dev-libs/gobject-introspection-common/gobject-introspection-common-1.76.1.ebuild
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2025-09-18 05:54:37 +0100
committerSam James <sam@gentoo.org>2025-09-18 05:54:37 +0100
commit35429d82be10db26656d13991b33ffb39f90ac88 (patch)
treea8dc258e89a3a10cde9a6ca4aebc6b628a97dd1e /dev-libs/gobject-introspection-common/gobject-introspection-common-1.76.1.ebuild
parent0d8a1e84cb051070a9b41445af92519d8ff681ae (diff)
downloadgentoo-35429d82be10db26656d13991b33ffb39f90ac88.tar.gz
gentoo-35429d82be10db26656d13991b33ffb39f90ac88.tar.bz2
gentoo-35429d82be10db26656d13991b33ffb39f90ac88.zip
dev-libs/gobject-introspection-common: drop 1.76.1, 1.78.1, 1.80.1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/gobject-introspection-common/gobject-introspection-common-1.76.1.ebuild')
-rw-r--r--dev-libs/gobject-introspection-common/gobject-introspection-common-1.76.1.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-libs/gobject-introspection-common/gobject-introspection-common-1.76.1.ebuild b/dev-libs/gobject-introspection-common/gobject-introspection-common-1.76.1.ebuild
deleted file mode 100644
index 97983b8932f8..000000000000
--- a/dev-libs/gobject-introspection-common/gobject-introspection-common-1.76.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-GNOME_ORG_MODULE="gobject-introspection"
-
-inherit gnome.org
-
-DESCRIPTION="Build infrastructure for GObject Introspection"
-HOMEPAGE="https://wiki.gnome.org/Projects/GObjectIntrospection"
-
-LICENSE="HPND"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
-
-RDEPEND="!<${CATEGORY}/${GNOME_ORG_MODULE}-${PV}"
-# Use !<${PV} because mixing gobject-introspection with different version of -common can cause issues like:
-# https://forums.gentoo.org/viewtopic-p-7421930.html
-
-src_configure() { :; }
-
-src_compile() { :; }
-
-src_install() {
- insinto /usr/share/aclocal
- doins m4/introspection.m4
-
- insinto /usr/share/gobject-introspection-1.0
- doins Makefile.introspection
-}