From 81ed1bd15edd04cc5cba778ebcfc5606d260de2c Mon Sep 17 00:00:00 2001 From: Andrii Pravorskyi Date: Mon, 6 Jun 2022 00:50:37 +0300 Subject: [PATCH] dev-cpp/libcutl: add the maintainer, update ebuild Signed-off-by: Andrii Pravorskyi --- dev-cpp/libcutl/libcutl-1.11.0_beta9.ebuild | 16 ++++++++-------- dev-cpp/libcutl/metadata.xml | 5 +++++ 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/dev-cpp/libcutl/libcutl-1.11.0_beta9.ebuild b/dev-cpp/libcutl/libcutl-1.11.0_beta9.ebuild index 1e6bdc8457..12b258c0ba 100644 --- a/dev-cpp/libcutl/libcutl-1.11.0_beta9.ebuild +++ b/dev-cpp/libcutl/libcutl-1.11.0_beta9.ebuild @@ -1,16 +1,16 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 MY_P="${PN}-$(ver_cut 1-3)-b.$(ver_cut 5)" -inherit multiprocessing +inherit edo multiprocessing SRC_URI="https://pkg.cppget.org/1/beta/${PN}/${MY_P}.tar.gz" KEYWORDS='~amd64 ~x86' DESCRIPTION='C++ utility library' -HOMEPAGE='https://www.codesynthesis.com/projects/libstudxml/' +HOMEPAGE='https://www.codesynthesis.com/projects/libcutl/' LICENSE='MIT' SLOT='0' @@ -22,7 +22,7 @@ BDEPEND='dev-util/build2' S="${WORKDIR}/${MY_P}" src_configure() { - b configure \ + edo b configure \ config.cc.coptions="${CFLAGS}" \ config.cc.loptions="${LDFLAGS}" \ config.cxx.coptions="${CXXFLAGS}" \ @@ -33,26 +33,26 @@ src_configure() { } src_compile() { - b update-for-install \ + edo b update-for-install \ config.install.root="${EPREFIX}"/usr \ --jobs $(makeopts_jobs) \ --no-progress \ --verbose 2 - use test && b update-for-test \ + use test && edo b update-for-test \ --jobs $(makeopts_jobs) \ --no-progress \ --verbose 2 } src_test() { - b test \ + edo b test \ --jobs $(makeopts_jobs) \ --no-progress \ --verbose 2 } src_install() { - b install \ + edo b install \ config.install.chroot="${D}" \ config.install.root="${EPREFIX}"/usr \ config.install.lib="${EPREFIX}"/usr/$(get_libdir) \ diff --git a/dev-cpp/libcutl/metadata.xml b/dev-cpp/libcutl/metadata.xml index 0d9c853003..8e3a677425 100644 --- a/dev-cpp/libcutl/metadata.xml +++ b/dev-cpp/libcutl/metadata.xml @@ -7,4 +7,9 @@ tests, smart pointers, containers, compiler building blocks, etc. + + co-maintainers welcome + pravorskyi@meta.ua + Andrii Pravorskyi +