commit:     0aa78fbcd6c59fb382f4462165b835a693041600
Author:     Esteve Varela Colominas <esteve.varela <AT> gmail <DOT> com>
AuthorDate: Sun Feb  8 10:30:55 2026 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Thu Feb 12 10:30:51 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0aa78fbc

dev-cpp/cppgir: Drop old

Signed-off-by: Esteve Varela Colominas <esteve.varela <AT> gmail.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 dev-cpp/cppgir/Manifest                    |  1 -
 dev-cpp/cppgir/cppgir-2.0_p20250508.ebuild | 46 ------------------------------
 2 files changed, 47 deletions(-)

diff --git a/dev-cpp/cppgir/Manifest b/dev-cpp/cppgir/Manifest
index 6e561b168a1a..e962fb566199 100644
--- a/dev-cpp/cppgir/Manifest
+++ b/dev-cpp/cppgir/Manifest
@@ -1,3 +1,2 @@
-DIST cppgir-2.0_p20250508.tar.bz2 142126 BLAKE2B 
baccddc384ea55712ad7fc3ec09e47e2f4a4e34d1be2246ca4b4e54f758c64f827f78026e638662498fbdcf0988a552a76fba8284f1b57f9a1beaf9089575b1b
 SHA512 
43f5266bc0c21b794f66467e7daf8de16c0eb682a30884cc13a8aa082a33046197a9d50b51aca995a6ee32aba082ecd942421d794ba30bff19923b18f8fcb6dc
 DIST cppgir-2.0_p20250629.tar.bz2 159868 BLAKE2B 
df2d6b947e6303aabf17a3e40b175fb261dccf6e11f6a2870e0cdc08d247b416f48c370bdd1541bc21acd861cf5112b96aa472b46bbe0a3e815e33cfcda3678a
 SHA512 
59578481542973e51fa7b7374a5a9cacc3d6c1c300e6ef128c3dd6d7093927de7957a2ecc0f762ae620bc61c94a4b31992d10f170ea11e17caad8c74a1ffb0b7
 DIST cppgir-2.0_p20260109.tar.bz2 160502 BLAKE2B 
3b4a0ca041001388e5b3b266a01ecaa405ef017102c327842a2673e9876451b45e4fdd6d03bfafbc0de6f9761423f423178c80ea71c10ba6bcb8c0cef5fe2a84
 SHA512 
7fbce18ec9c3794bf12ef2edeed18d1f5a972519c931bbd0b2d53405286c56f14811286ee7be6758f81de4c3c0d43f7c73c9778923c5bd181f43bcf2d77d2a65

diff --git a/dev-cpp/cppgir/cppgir-2.0_p20250508.ebuild 
b/dev-cpp/cppgir/cppgir-2.0_p20250508.ebuild
deleted file mode 100644
index 7f0fee1879f5..000000000000
--- a/dev-cpp/cppgir/cppgir-2.0_p20250508.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake flag-o-matic
-
-DESCRIPTION="GObject-Introspection C++ binding wrapper generator"
-HOMEPAGE="https://gitlab.com/mnauw/cppgir";
-
-MY_PV="2f8680bb8278b0940c7d2347213fed5bcc098923"
-SRC_URI="https://gitlab.com/mnauw/cppgir/-/archive/${MY_PV}/cppgir-${MY_PV}.tar.bz2
 -> ${P}.tar.bz2"
-S="${WORKDIR}/${PN}-${MY_PV}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~riscv"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       dev-libs/boost:=
-       dev-libs/libfmt:=
-"
-DEPEND="${RDEPEND}
-       dev-cpp/expected-lite
-"
-BDEPEND="
-       doc? ( app-text/ronn-ng )
-       test? ( dev-libs/glib )
-"
-
-src_configure() {
-       local mycmakeargs=(
-               -DBUILD_DOC=$(usex doc)
-               -DBUILD_TESTING=$(usex test)
-               -DBUILD_EXAMPLES=no
-               -DINTERNAL_EXPECTED=no
-       )
-
-       append-cppflags \
-               -UDEFAULT_GIRPATH \
-               
-DDEFAULT_GIRPATH="${EPREFIX}/usr/share:${EPREFIX}/usr/local/share"
-
-       cmake_src_configure
-}

Reply via email to