mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -04:00
dev-cpp/libcutl: add the maintainer, update ebuild
Signed-off-by: Andrii Pravorskyi <pravorskyi@meta.ua>
This commit is contained in:
@@ -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
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
MY_P="${PN}-$(ver_cut 1-3)-b.$(ver_cut 5)"
|
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"
|
SRC_URI="https://pkg.cppget.org/1/beta/${PN}/${MY_P}.tar.gz"
|
||||||
KEYWORDS='~amd64 ~x86'
|
KEYWORDS='~amd64 ~x86'
|
||||||
DESCRIPTION='C++ utility library'
|
DESCRIPTION='C++ utility library'
|
||||||
HOMEPAGE='https://www.codesynthesis.com/projects/libstudxml/'
|
HOMEPAGE='https://www.codesynthesis.com/projects/libcutl/'
|
||||||
LICENSE='MIT'
|
LICENSE='MIT'
|
||||||
|
|
||||||
SLOT='0'
|
SLOT='0'
|
||||||
@@ -22,7 +22,7 @@ BDEPEND='dev-util/build2'
|
|||||||
S="${WORKDIR}/${MY_P}"
|
S="${WORKDIR}/${MY_P}"
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
b configure \
|
edo b configure \
|
||||||
config.cc.coptions="${CFLAGS}" \
|
config.cc.coptions="${CFLAGS}" \
|
||||||
config.cc.loptions="${LDFLAGS}" \
|
config.cc.loptions="${LDFLAGS}" \
|
||||||
config.cxx.coptions="${CXXFLAGS}" \
|
config.cxx.coptions="${CXXFLAGS}" \
|
||||||
@@ -33,26 +33,26 @@ src_configure() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
src_compile() {
|
src_compile() {
|
||||||
b update-for-install \
|
edo b update-for-install \
|
||||||
config.install.root="${EPREFIX}"/usr \
|
config.install.root="${EPREFIX}"/usr \
|
||||||
--jobs $(makeopts_jobs) \
|
--jobs $(makeopts_jobs) \
|
||||||
--no-progress \
|
--no-progress \
|
||||||
--verbose 2
|
--verbose 2
|
||||||
use test && b update-for-test \
|
use test && edo b update-for-test \
|
||||||
--jobs $(makeopts_jobs) \
|
--jobs $(makeopts_jobs) \
|
||||||
--no-progress \
|
--no-progress \
|
||||||
--verbose 2
|
--verbose 2
|
||||||
}
|
}
|
||||||
|
|
||||||
src_test() {
|
src_test() {
|
||||||
b test \
|
edo b test \
|
||||||
--jobs $(makeopts_jobs) \
|
--jobs $(makeopts_jobs) \
|
||||||
--no-progress \
|
--no-progress \
|
||||||
--verbose 2
|
--verbose 2
|
||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
b install \
|
edo b install \
|
||||||
config.install.chroot="${D}" \
|
config.install.chroot="${D}" \
|
||||||
config.install.root="${EPREFIX}"/usr \
|
config.install.root="${EPREFIX}"/usr \
|
||||||
config.install.lib="${EPREFIX}"/usr/$(get_libdir) \
|
config.install.lib="${EPREFIX}"/usr/$(get_libdir) \
|
||||||
|
|||||||
@@ -7,4 +7,9 @@
|
|||||||
tests, smart pointers, containers, compiler building blocks,
|
tests, smart pointers, containers, compiler building blocks,
|
||||||
etc.
|
etc.
|
||||||
</longdescription>
|
</longdescription>
|
||||||
|
<maintainer type="person">
|
||||||
|
<description>co-maintainers welcome</description>
|
||||||
|
<email>pravorskyi@meta.ua</email>
|
||||||
|
<name>Andrii Pravorskyi</name>
|
||||||
|
</maintainer>
|
||||||
</pkgmetadata>
|
</pkgmetadata>
|
||||||
|
|||||||
Reference in New Issue
Block a user