summaryrefslogtreecommitdiff
path: root/dev-cpp/cppgir/cppgir-0_p20230606.ebuild
diff options
context:
space:
mode:
authorEsteve Varela Colominas <esteve.varela@gmail.com>2023-06-29 15:02:08 +0200
committerJoonas Niilola <juippis@gentoo.org>2023-07-21 09:31:31 +0300
commitac31964c9686c5f79ba4104e7321f152072b2f71 (patch)
treec1eeb1da33c7465d1a8e0bc849ba607639ee3880 /dev-cpp/cppgir/cppgir-0_p20230606.ebuild
parent1d9d862a0d6c3432fb976c665077a36ce453a789 (diff)
downloadgentoo-ac31964c9686c5f79ba4104e7321f152072b2f71.tar.gz
gentoo-ac31964c9686c5f79ba4104e7321f152072b2f71.tar.bz2
gentoo-ac31964c9686c5f79ba4104e7321f152072b2f71.zip
dev-cpp/cppgir: Drop old
Signed-off-by: Esteve Varela Colominas <esteve.varela@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/31536 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-cpp/cppgir/cppgir-0_p20230606.ebuild')
-rw-r--r--dev-cpp/cppgir/cppgir-0_p20230606.ebuild43
1 files changed, 0 insertions, 43 deletions
diff --git a/dev-cpp/cppgir/cppgir-0_p20230606.ebuild b/dev-cpp/cppgir/cppgir-0_p20230606.ebuild
deleted file mode 100644
index 67237396897c..000000000000
--- a/dev-cpp/cppgir/cppgir-0_p20230606.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="GObject-Introspection C++ binding wrapper generator"
-HOMEPAGE="https://gitlab.com/mnauw/cppgir"
-
-MY_PV="960fe054ffaab7cf55722fea6094c56a8ee8f18e"
-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 ~riscv"
-IUSE="doc test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
- dev-cpp/expected-lite
- dev-libs/boost:=
- dev-libs/libfmt:=
-"
-BDEPEND="
- doc? ( app-text/ronn-ng )
-"
-
-PATCHES=(
- "${FILESDIR}/cppgir-0_p20230606-system-expected-lite.patch"
- "${FILESDIR}/cppgir-0_p20230606-fix-install-paths.patch"
- "${FILESDIR}/cppgir-0_p20230606-prevent-automagic.patch"
-)
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_DOC=$(usex doc)
- -DBUILD_TESTING=$(usex test)
- )
-
- cmake_src_configure
-}