commit: 81ed1bd15edd04cc5cba778ebcfc5606d260de2c
Author: Andrii Pravorskyi <pravorskyi <AT> meta <DOT> ua>
AuthorDate: Sun Jun 5 21:50:37 2022 +0000
Commit: Andrii Pravorskyi <pravorskyi <AT> meta <DOT> ua>
CommitDate: Sun Jun 5 21:50:37 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=81ed1bd1
dev-cpp/libcutl: add the maintainer, update ebuild
Signed-off-by: Andrii Pravorskyi <pravorskyi <AT> meta.ua>
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 1e6bdc845..12b258c0b 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 0d9c85300..8e3a67742 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.
</longdescription>
+ <maintainer type="person">
+ <description>co-maintainers welcome</description>
+ <email>[email protected]</email>
+ <name>Andrii Pravorskyi</name>
+ </maintainer>
</pkgmetadata>