diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-07-26 12:46:57 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-07-26 12:46:57 +0000 |
| commit | 2befe1f07d2a7fad83bda92a10949181cba82ca3 (patch) | |
| tree | a7687318e308057baf1a3db4d312a3711b4caa25 /dev-cpp | |
| parent | ea620153298831be4130e6aa2ad9e0a18c767be1 (diff) | |
| download | baldeagleos-repo-2befe1f07d2a7fad83bda92a10949181cba82ca3.tar.gz baldeagleos-repo-2befe1f07d2a7fad83bda92a10949181cba82ca3.tar.xz baldeagleos-repo-2befe1f07d2a7fad83bda92a10949181cba82ca3.zip | |
Adding metadata
Diffstat (limited to 'dev-cpp')
| -rw-r--r-- | dev-cpp/elfio/Manifest | 1 | ||||
| -rw-r--r-- | dev-cpp/elfio/elfio-3.9.ebuild | 27 | ||||
| -rw-r--r-- | dev-cpp/muParser/muParser-2.3.3.ebuild | 2 | ||||
| -rw-r--r-- | dev-cpp/termcolor/Manifest | 1 | ||||
| -rw-r--r-- | dev-cpp/termcolor/termcolor-2.0.0.ebuild | 29 |
5 files changed, 1 insertions, 59 deletions
diff --git a/dev-cpp/elfio/Manifest b/dev-cpp/elfio/Manifest index 8207c887f2a5..5e626b46552f 100644 --- a/dev-cpp/elfio/Manifest +++ b/dev-cpp/elfio/Manifest @@ -1,2 +1 @@ DIST elfio-3.10.tar.gz 4243841 BLAKE2B a4cd5e7cb8b2f13cd7341adacb623b996e07e8ac761cd0f1e8eb20a87770fa936bf97ad79a0ff8d700ac41278bae7c5dd00d277f4c2d47e73340aaf607b7ee49 SHA512 f609fe5162d1609d1d65f441dbf01011ca5ae36195d8b3a74dec2b72891e9f8f90d3fdbc9bf893f7186494071606e898e5519fda18665fc88ae9781c504cd4a9 -DIST elfio-3.9.tar.gz 4265086 BLAKE2B 3f2f40930ad82b9bd4f53f14c117e71e5c8ba39f0952555c51f196ca03b187702347c80db30ecf6ad9d19bc4edfae18d1b3f04d4cd09e2b85f9bba9736e0a78a SHA512 479c4132ac3575940bd1e8190ba5253e54ae57f38319d7bca75ea85ee2f744f5d5b460d2d4ceb17eca0d0561c6e281673f050bbdab2f5ff526c031c220876bf1 diff --git a/dev-cpp/elfio/elfio-3.9.ebuild b/dev-cpp/elfio/elfio-3.9.ebuild deleted file mode 100644 index 048dd0370aad..000000000000 --- a/dev-cpp/elfio/elfio-3.9.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 2020-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="ELF reader/producer header-only C++ library" -HOMEPAGE="https://github.com/serge1/ELFIO" -SRC_URI="https://github.com/serge1/${PN}/archive/Release_${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}"/${PN^^}-Release_${PV} - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" -RESTRICT="!test? ( test )" - -DEPEND="test? ( dev-libs/boost )" - -src_configure() { - local mycmakeargs=( - -DELFIO_BUILD_TESTS=$(usex test) - ) - - cmake_src_configure -} diff --git a/dev-cpp/muParser/muParser-2.3.3.ebuild b/dev-cpp/muParser/muParser-2.3.3.ebuild index afedc8c4029f..ab201cd8c983 100644 --- a/dev-cpp/muParser/muParser-2.3.3.ebuild +++ b/dev-cpp/muParser/muParser-2.3.3.ebuild @@ -15,7 +15,7 @@ S="${WORKDIR}"/muparser-${PV} LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="doc openmp test" RESTRICT="!test? ( test )" diff --git a/dev-cpp/termcolor/Manifest b/dev-cpp/termcolor/Manifest index a52fc8290f29..a84d57d1d1c6 100644 --- a/dev-cpp/termcolor/Manifest +++ b/dev-cpp/termcolor/Manifest @@ -1,2 +1 @@ -DIST termcolor-2.0.0.tar.gz 88582 BLAKE2B 3e7a4a99af3586fff103d0de0601e019881745e2921b4750dbf476439138a71120b6513a287c5fe26fd96a9c6115cb82295810d9bea11d0992f48fcd5d0a8d18 SHA512 72dead77fb9f3ff79432b1659b57c3d961a57b46305937acd0c221f5abb016f609dfaf7a9bf508bd7a073338ee604cf55f9915c8e8a76ddfaf6c68bc031e37f9 DIST termcolor-2.1.0.tar.gz 89041 BLAKE2B 1b3681dcd7dde394737bdc02e8a8ae10c61adfddbb1506e7254c27636a9045bc17ebe45801ecf813c3fc6b3a4bb3ea90bc6246e651105fab2e42b0807fa74339 SHA512 668853a93e1208a08a4ea9ac8db2d9c615cefd0325c35402b767e0b1bf373589507b8eb7685babd5801c1e4f2533db6f4eabfedde365737a4c7c069f00f536d8 diff --git a/dev-cpp/termcolor/termcolor-2.0.0.ebuild b/dev-cpp/termcolor/termcolor-2.0.0.ebuild deleted file mode 100644 index 34e39e788868..000000000000 --- a/dev-cpp/termcolor/termcolor-2.0.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 2020-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="A header-only C++ library for printing colored messages to the terminal" -HOMEPAGE="https://github.com/ikalnytskyi/termcolor https://termcolor.readthedocs.io" -SRC_URI="https://github.com/ikalnytskyi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" -# It's just a visual test, nothing automated / no way to detect failure in an ebuild. -RESTRICT="!test? ( test ) test" - -src_configure() { - local mycmakeargs=( - -DTERMCOLOR_TESTS=$(usex test) - ) - - cmake_src_configure -} - -src_test() { - "${BUILD_DIR}"/test_termcolor || die -} |
