public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Yixun Lan" <dlan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/cppgir/
Date: Mon, 06 Jan 2025 02:05:31 +0000 (UTC)	[thread overview]
Message-ID: <1736129017.91db7b37846707b26997edf28b81e7ac4410ae4d.dlan@gentoo> (raw)

commit:     91db7b37846707b26997edf28b81e7ac4410ae4d
Author:     Esteve Varela Colominas <esteve.varela <AT> gmail <DOT> com>
AuthorDate: Sun Jan  5 21:40:05 2025 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Mon Jan  6 02:03:37 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91db7b37

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                  |  2 --
 dev-cpp/cppgir/cppgir-0_p20230926.ebuild | 46 --------------------------------
 dev-cpp/cppgir/cppgir-0_p20240110.ebuild | 46 --------------------------------
 3 files changed, 94 deletions(-)

diff --git a/dev-cpp/cppgir/Manifest b/dev-cpp/cppgir/Manifest
index e90bfe4fa86e..c92b1402b795 100644
--- a/dev-cpp/cppgir/Manifest
+++ b/dev-cpp/cppgir/Manifest
@@ -1,4 +1,2 @@
-DIST cppgir-0_p20230926.tar.bz2 102421 BLAKE2B f0b1ac871e7fc662c5c2aeb24cb8cb4f8570ae832f4ac6afdadb3c811f4ebc91862f8571133dfb9314fa994449b4d7cc4344f7a8a2aabcaa395d793bc4ca3655 SHA512 67778c6dec24a9afd848241c768af9fd3c9098e00ba168ebe5d776f3b5086b2489c38247a6441c99f7971dd53315e2758fe38c21fced44d857dc064e66f50731
-DIST cppgir-0_p20240110.tar.bz2 130503 BLAKE2B 8bfca0abb6c17101dff4993f19b422454a90fa1e5211beaebf4084885339d96e383efa3573ff5acf484d868ddfbf9b03210a1e15e2631f550662aa07c715c791 SHA512 3c8ca818094693c72d9f38c715b2392a4491abd4692bc2ba77e4c37ba12b0596a74d8c918c8139e2a97e42fa2af92dbe9207dea3bccef19822caf4b164e60334
 DIST cppgir-2.0_p20240315.tar.bz2 135008 BLAKE2B ebd304fe08ec9c203b9bfad1e63f3c0878ea9894487d10b0f5f47dfd41c826c5231cb91c1026b2a203e94bb3b017055c42264623ea6534e7eb78c99357308323 SHA512 e2fe3a042189e190a84c9c62ae5f44f2495a61e77e776b7862d8d673c2d94fe6968fa7f03f68291475cc1f00c46dd6f58d10fd2e6e2fdfab96479ef528937775
 DIST cppgir-2.0_p20240928.tar.bz2 137200 BLAKE2B 8841b721120add8f75516d63217ffa1c293d7ffba7599353f8cb34400ebb0984224e49f434498bbe879a9864697b5e85fc7908a7977fd6c4874111daec5af72c SHA512 b2e0cf180b9ebe527d90c81cb4587282c71848fe6e54dee24d5fc88643adfd9915f63fa43f45f45177459d05a1f7deaa414caf0d41378849db968c8bfbd4e24c

diff --git a/dev-cpp/cppgir/cppgir-0_p20230926.ebuild b/dev-cpp/cppgir/cppgir-0_p20230926.ebuild
deleted file mode 100644
index 4dad70fb4990..000000000000
--- a/dev-cpp/cppgir/cppgir-0_p20230926.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2024 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="4c16bffe646af52b7112785cda8112d761f95860"
-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
-}

diff --git a/dev-cpp/cppgir/cppgir-0_p20240110.ebuild b/dev-cpp/cppgir/cppgir-0_p20240110.ebuild
deleted file mode 100644
index a7d27caf2086..000000000000
--- a/dev-cpp/cppgir/cppgir-0_p20240110.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2024 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="8ab6357089759d20140942de0d6d15739fface04"
-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	other threads:[~2025-01-06  2:05 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-06  2:05 Yixun Lan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-07 19:52 [gentoo-commits] repo/gentoo:master commit in: dev-cpp/cppgir/ Sam James
2025-01-06  3:10 Sam James
2024-12-10  8:02 Yixun Lan
2024-07-05 21:15 Jakov Smolić
2024-04-08 23:13 Yixun Lan
2024-03-03 22:12 Sam James
2024-01-20  0:02 Yixun Lan
2024-01-20  0:02 Yixun Lan
2024-01-15  3:32 Ionen Wolkens
2024-01-02  3:56 WANG Xuerui
2023-10-10 21:41 Yixun Lan
2023-10-07 22:26 Ionen Wolkens
2023-07-26  3:13 Sam James
2023-07-21  6:34 Joonas Niilola
2023-06-11  0:03 Yixun Lan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1736129017.91db7b37846707b26997edf28b81e7ac4410ae4d.dlan@gentoo \
    --to=dlan@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox