diff options
| author | Esteve Varela Colominas <esteve.varela@gmail.com> | 2024-01-15 16:22:00 +0100 |
|---|---|---|
| committer | Yixun Lan <dlan@gentoo.org> | 2024-01-20 00:01:43 +0000 |
| commit | 6a721cb22e253bfce3761e139866fb7cef80ef78 (patch) | |
| tree | cad4f65af2c1745ec094db9f3e3f62155d60b5a6 /dev-cpp/cppgir/cppgir-0_p20230701.ebuild | |
| parent | 50b2c04d60dd1aab152f539549f4d3069a0357c1 (diff) | |
| download | gentoo-6a721cb22e253bfce3761e139866fb7cef80ef78.tar.gz gentoo-6a721cb22e253bfce3761e139866fb7cef80ef78.tar.bz2 gentoo-6a721cb22e253bfce3761e139866fb7cef80ef78.zip | |
dev-cpp/cppgir: Drop old
Signed-off-by: Esteve Varela Colominas <esteve.varela@gmail.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'dev-cpp/cppgir/cppgir-0_p20230701.ebuild')
| -rw-r--r-- | dev-cpp/cppgir/cppgir-0_p20230701.ebuild | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/dev-cpp/cppgir/cppgir-0_p20230701.ebuild b/dev-cpp/cppgir/cppgir-0_p20230701.ebuild deleted file mode 100644 index dccf44596ee6..000000000000 --- a/dev-cpp/cppgir/cppgir-0_p20230701.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2023 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="ada922a260479da27c989e39ed47e17a36cc2969" -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 )" - -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 -} |
