diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-06-07 00:39:48 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-06-07 00:39:48 +0000 |
| commit | bb52e79de79f67e70a167f35ecfd75f8d37d7476 (patch) | |
| tree | 922790fb89e845b2e9de2a43f30e7d0d3fec2ccc /dev-cpp | |
| parent | 480c1918cc95a506f9504da60d28894fa02e954e (diff) | |
| download | baldeagleos-repo-bb52e79de79f67e70a167f35ecfd75f8d37d7476.tar.gz baldeagleos-repo-bb52e79de79f67e70a167f35ecfd75f8d37d7476.tar.xz baldeagleos-repo-bb52e79de79f67e70a167f35ecfd75f8d37d7476.zip | |
Adding metadata
Diffstat (limited to 'dev-cpp')
| -rw-r--r-- | dev-cpp/libcutl/Manifest | 1 | ||||
| -rw-r--r-- | dev-cpp/libcutl/libcutl-1.11.0_beta9.ebuild | 61 | ||||
| -rw-r--r-- | dev-cpp/libcutl/metadata.xml | 17 |
3 files changed, 79 insertions, 0 deletions
diff --git a/dev-cpp/libcutl/Manifest b/dev-cpp/libcutl/Manifest new file mode 100644 index 000000000000..948b8f646d95 --- /dev/null +++ b/dev-cpp/libcutl/Manifest @@ -0,0 +1 @@ +DIST libcutl-1.11.0-b.9.tar.gz 35388 BLAKE2B 241db59fce05d8b9d425342f04727d016893f8253914f55d68730409dc3208c6f94bf261fd1a610ad06d0c75381864b7ec3424a40c2b4d0466d58aa7bd180dad SHA512 2949518a8f0d71cef5325957df96eb36193f11f1fc0da070a93c6159966efcc79183b96a57a1b25e98296a967883c3012ac3a659046d41abe43e654c64339d84 diff --git a/dev-cpp/libcutl/libcutl-1.11.0_beta9.ebuild b/dev-cpp/libcutl/libcutl-1.11.0_beta9.ebuild new file mode 100644 index 000000000000..12b258c0ba27 --- /dev/null +++ b/dev-cpp/libcutl/libcutl-1.11.0_beta9.ebuild @@ -0,0 +1,61 @@ +# 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 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/libcutl/' +LICENSE='MIT' + +SLOT='0' +IUSE='test' +RESTRICT='!test? ( test )' + +BDEPEND='dev-util/build2' + +S="${WORKDIR}/${MY_P}" + +src_configure() { + edo b configure \ + config.cc.coptions="${CFLAGS}" \ + config.cc.loptions="${LDFLAGS}" \ + config.cxx.coptions="${CXXFLAGS}" \ + config.cxx.loptions="${LDFLAGS}" \ + --jobs $(makeopts_jobs) \ + --no-progress \ + --verbose 2 +} + +src_compile() { + edo b update-for-install \ + config.install.root="${EPREFIX}"/usr \ + --jobs $(makeopts_jobs) \ + --no-progress \ + --verbose 2 + use test && edo b update-for-test \ + --jobs $(makeopts_jobs) \ + --no-progress \ + --verbose 2 +} + +src_test() { + edo b test \ + --jobs $(makeopts_jobs) \ + --no-progress \ + --verbose 2 +} + +src_install() { + edo b install \ + config.install.chroot="${D}" \ + config.install.root="${EPREFIX}"/usr \ + config.install.lib="${EPREFIX}"/usr/$(get_libdir) \ + config.install.doc="${EPREFIX}"/usr/share/doc/${PF} \ + --no-progress +} diff --git a/dev-cpp/libcutl/metadata.xml b/dev-cpp/libcutl/metadata.xml new file mode 100644 index 000000000000..fcf5f2d6ce21 --- /dev/null +++ b/dev-cpp/libcutl/metadata.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>pravorskyi@meta.ua</email> + <name>Andrii Pravorskyi</name> + <description>co-maintainers welcome</description> + </maintainer> + <longdescription lang="en"> + libcutl is a C++ utility library. It contains a collection of + generic and independent components such as meta-programming + tests, smart pointers, containers, compiler building blocks, + etc. + </longdescription> + + <origin>gentoo-guru-overlay</origin> +</pkgmetadata>
\ No newline at end of file |
