Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/libcutl/
Date: Mon, 06 Jun 2022 16:28:26
Message-Id: 1654465837.81ed1bd15edd04cc5cba778ebcfc5606d260de2c.flow@gentoo
1 commit: 81ed1bd15edd04cc5cba778ebcfc5606d260de2c
2 Author: Andrii Pravorskyi <pravorskyi <AT> meta <DOT> ua>
3 AuthorDate: Sun Jun 5 21:50:37 2022 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 5 21:50:37 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=81ed1bd1
7
8 dev-cpp/libcutl: add the maintainer, update ebuild
9
10 Signed-off-by: Andrii Pravorskyi <pravorskyi <AT> meta.ua>
11
12 dev-cpp/libcutl/libcutl-1.11.0_beta9.ebuild | 16 ++++++++--------
13 dev-cpp/libcutl/metadata.xml | 5 +++++
14 2 files changed, 13 insertions(+), 8 deletions(-)
15
16 diff --git a/dev-cpp/libcutl/libcutl-1.11.0_beta9.ebuild b/dev-cpp/libcutl/libcutl-1.11.0_beta9.ebuild
17 index 1e6bdc845..12b258c0b 100644
18 --- a/dev-cpp/libcutl/libcutl-1.11.0_beta9.ebuild
19 +++ b/dev-cpp/libcutl/libcutl-1.11.0_beta9.ebuild
20 @@ -1,16 +1,16 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=8
26
27 MY_P="${PN}-$(ver_cut 1-3)-b.$(ver_cut 5)"
28
29 -inherit multiprocessing
30 +inherit edo multiprocessing
31
32 SRC_URI="https://pkg.cppget.org/1/beta/${PN}/${MY_P}.tar.gz"
33 KEYWORDS='~amd64 ~x86'
34 DESCRIPTION='C++ utility library'
35 -HOMEPAGE='https://www.codesynthesis.com/projects/libstudxml/'
36 +HOMEPAGE='https://www.codesynthesis.com/projects/libcutl/'
37 LICENSE='MIT'
38
39 SLOT='0'
40 @@ -22,7 +22,7 @@ BDEPEND='dev-util/build2'
41 S="${WORKDIR}/${MY_P}"
42
43 src_configure() {
44 - b configure \
45 + edo b configure \
46 config.cc.coptions="${CFLAGS}" \
47 config.cc.loptions="${LDFLAGS}" \
48 config.cxx.coptions="${CXXFLAGS}" \
49 @@ -33,26 +33,26 @@ src_configure() {
50 }
51
52 src_compile() {
53 - b update-for-install \
54 + edo b update-for-install \
55 config.install.root="${EPREFIX}"/usr \
56 --jobs $(makeopts_jobs) \
57 --no-progress \
58 --verbose 2
59 - use test && b update-for-test \
60 + use test && edo b update-for-test \
61 --jobs $(makeopts_jobs) \
62 --no-progress \
63 --verbose 2
64 }
65
66 src_test() {
67 - b test \
68 + edo b test \
69 --jobs $(makeopts_jobs) \
70 --no-progress \
71 --verbose 2
72 }
73
74 src_install() {
75 - b install \
76 + edo b install \
77 config.install.chroot="${D}" \
78 config.install.root="${EPREFIX}"/usr \
79 config.install.lib="${EPREFIX}"/usr/$(get_libdir) \
80
81 diff --git a/dev-cpp/libcutl/metadata.xml b/dev-cpp/libcutl/metadata.xml
82 index 0d9c85300..8e3a67742 100644
83 --- a/dev-cpp/libcutl/metadata.xml
84 +++ b/dev-cpp/libcutl/metadata.xml
85 @@ -7,4 +7,9 @@
86 tests, smart pointers, containers, compiler building blocks,
87 etc.
88 </longdescription>
89 + <maintainer type="person">
90 + <description>co-maintainers welcome</description>
91 + <email>pravorskyi@××××.ua</email>
92 + <name>Andrii Pravorskyi</name>
93 + </maintainer>
94 </pkgmetadata>