diff options
| author | Liguros - Gitlab CI/CD [master] <gitlab@liguros.net> | 2021-02-13 12:43:54 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [master] <gitlab@liguros.net> | 2021-02-13 12:43:54 +0000 |
| commit | 97a195c5410eb0278ebefaf3906b4da9008e6304 (patch) | |
| tree | f06a9376c99a6a6cf2ab78c4f4d6ec676b1465ae /dev-cpp | |
| parent | 240faa89b5cabfb04542f02bd0973c37dd870d45 (diff) | |
| download | baldeagleos-repo-97a195c5410eb0278ebefaf3906b4da9008e6304.tar.gz baldeagleos-repo-97a195c5410eb0278ebefaf3906b4da9008e6304.tar.xz baldeagleos-repo-97a195c5410eb0278ebefaf3906b4da9008e6304.zip | |
Updating liguros repo
Diffstat (limited to 'dev-cpp')
71 files changed, 46 insertions, 114 deletions
diff --git a/dev-cpp/ETL/metadata.xml b/dev-cpp/ETL/metadata.xml index c784c48349e1..b3066d7e8273 100644 --- a/dev-cpp/ETL/metadata.xml +++ b/dev-cpp/ETL/metadata.xml @@ -8,5 +8,4 @@ <upstream> <remote-id type="sourceforge">synfig</remote-id> </upstream> - <origin>gentoo-staging</origin> </pkgmetadata> diff --git a/dev-cpp/abseil-cpp/metadata.xml b/dev-cpp/abseil-cpp/metadata.xml index 490286cf288b..f73fb9254b88 100644 --- a/dev-cpp/abseil-cpp/metadata.xml +++ b/dev-cpp/abseil-cpp/metadata.xml @@ -8,5 +8,4 @@ <use> <flag name="cxx17">Build with -DCMAKE_CXX_STANDARD=17 (required by some revdeps)</flag> </use> - <origin>gentoo-staging</origin> </pkgmetadata> diff --git a/dev-cpp/aixlog/metadata.xml b/dev-cpp/aixlog/metadata.xml index ac8e247c5bfd..82b79fa7bee7 100644 --- a/dev-cpp/aixlog/metadata.xml +++ b/dev-cpp/aixlog/metadata.xml @@ -17,5 +17,4 @@ <bugs-to>https://github.com/badaix/aixlog/issues</bugs-to> <remote-id type="github">badaix/aixlog</remote-id> </upstream> - <origin>gentoo-staging</origin> </pkgmetadata> diff --git a/dev-cpp/amqp-cpp/metadata.xml b/dev-cpp/amqp-cpp/metadata.xml index 361220e5d821..80be568fdff2 100644 --- a/dev-cpp/amqp-cpp/metadata.xml +++ b/dev-cpp/amqp-cpp/metadata.xml @@ -8,5 +8,4 @@ <upstream> <remote-id type="github">CopernicaMarketingSoftware/AMQP-CPP</remote-id> </upstream> - <origin>gentoo-staging</origin> </pkgmetadata> diff --git a/dev-cpp/antlr-cpp/metadata.xml b/dev-cpp/antlr-cpp/metadata.xml index 97cde93b4249..38b353fb46ac 100644 --- a/dev-cpp/antlr-cpp/metadata.xml +++ b/dev-cpp/antlr-cpp/metadata.xml @@ -8,5 +8,4 @@ <upstream> <remote-id type="github">antlr/antlr3</remote-id> </upstream> - <origin>gentoo-staging</origin> </pkgmetadata> diff --git a/dev-cpp/argparse/argparse-2.1.ebuild b/dev-cpp/argparse/argparse-2.1.ebuild index a09440f0a8ca..e816482a83fd 100644 --- a/dev-cpp/argparse/argparse-2.1.ebuild +++ b/dev-cpp/argparse/argparse-2.1.ebuild @@ -1,16 +1,16 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 CMAKE_ECLASS="cmake" + inherit cmake-multilib -DESCRIPTION="AMQP-CPP is a C++ library for communicating with a RabbitMQ message broker" +DESCRIPTION="Argument Parser for Modern C++" HOMEPAGE="https://github.com/p-ranav/argparse" SRC_URI="https://github.com/p-ranav/argparse/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="" diff --git a/dev-cpp/argparse/metadata.xml b/dev-cpp/argparse/metadata.xml index b12f28aa04c9..789b64c13e4b 100644 --- a/dev-cpp/argparse/metadata.xml +++ b/dev-cpp/argparse/metadata.xml @@ -8,5 +8,4 @@ <upstream> <remote-id type="github">p-ranav/argparse</remote-id> </upstream> - <origin>gentoo-staging</origin> </pkgmetadata> diff --git a/dev-cpp/asio/asio-1.17.0.ebuild b/dev-cpp/asio/asio-1.17.0.ebuild index e81139edfc90..e807e2b93ab3 100644 --- a/dev-cpp/asio/asio-1.17.0.ebuild +++ b/dev-cpp/asio/asio-1.17.0.ebuild @@ -4,7 +4,7 @@ EAPI=7 DESCRIPTION="Asynchronous Network Library" -HOMEPAGE="https://think-async.com https://github.com/chriskohlhoff/asio" +HOMEPAGE="http://think-async.com/Asio/ https://github.com/chriskohlhoff/asio" SRC_URI="mirror://sourceforge/${PN}/${PN}/${P}.tar.bz2" LICENSE="Boost-1.0" diff --git a/dev-cpp/asio/asio-1.18.1.ebuild b/dev-cpp/asio/asio-1.18.1.ebuild index 55fc4cb2fe52..6d47871cbdb3 100644 --- a/dev-cpp/asio/asio-1.18.1.ebuild +++ b/dev-cpp/asio/asio-1.18.1.ebuild @@ -4,7 +4,7 @@ EAPI=7 DESCRIPTION="Asynchronous Network Library" -HOMEPAGE="https://think-async.com https://github.com/chriskohlhoff/asio" +HOMEPAGE="http://think-async.com/Asio/ https://github.com/chriskohlhoff/asio" SRC_URI="mirror://sourceforge/${PN}/${PN}/${P}.tar.bz2" LICENSE="Boost-1.0" diff --git a/dev-cpp/asio/metadata.xml b/dev-cpp/asio/metadata.xml index 5db6799a48c1..b989829e74cd 100644 --- a/dev-cpp/asio/metadata.xml +++ b/dev-cpp/asio/metadata.xml @@ -12,5 +12,4 @@ <upstream> <remote-id type="github">chriskohlhoff/asio</remote-id> </upstream> - <origin>gentoo-staging</origin> </pkgmetadata> diff --git a/dev-cpp/atkmm/metadata.xml b/dev-cpp/atkmm/metadata.xml index d074988aeedd..39980802b1da 100644 --- a/dev-cpp/atkmm/metadata.xml +++ b/dev-cpp/atkmm/metadata.xml @@ -5,5 +5,4 @@ <email>gnome@gentoo.org</email> <name>Gentoo GNOME Desktop</name> </maintainer> - <origin>gentoo-staging</origin> </pkgmetadata> diff --git a/dev-cpp/benchmark/metadata.xml b/dev-cpp/benchmark/metadata.xml index 25d013734f8e..49126cc81f10 100644 --- a/dev-cpp/benchmark/metadata.xml +++ b/dev-cpp/benchmark/metadata.xml @@ -14,5 +14,4 @@ <doc lang="en">https://github.com/google/benchmark/blob/master/docs/</doc> <remote-id type="github">google/benchmark</remote-id> </upstream> - <origin>gentoo-staging</origin> </pkgmetadata> diff --git a/dev-cpp/cairomm/metadata.xml b/dev-cpp/cairomm/metadata.xml index d074988aeedd..39980802b1da 100644 --- a/dev-cpp/cairomm/metadata.xml +++ b/dev-cpp/cairomm/metadata.xml @@ -5,5 +5,4 @@ <email>gnome@gentoo.org</email> <name>Gentoo GNOME Desktop</name> </maintainer> - <origin>gentoo-staging</origin> </pkgmetadata> diff --git a/dev-cpp/catch/Manifest b/dev-cpp/catch/Manifest index f3ba32e948c5..91c843b9fb5b 100644 --- a/dev-cpp/catch/Manifest +++ b/dev-cpp/catch/Manifest @@ -1,4 +1,3 @@ DIST Catch-1.12.2.tar.gz 377265 BLAKE2B bc27b4daee950f8fb93d65f3aed032e72bc856ee27a8dc28c35b89e33f414d68ba4cf00951e476688eddf9e4c0514036bd6916fa6cfa9e3359e6c625984f114f SHA512 ed963cdca9fe307ee02928677f81cafcb41cd607faaa315182fdf898d0f2aa28f0be2141bd642f46fdfac400c38f6d065e00a595a1e5879fe2335c4a3851e844 DIST Catch2-2.13.3.tar.gz 655431 BLAKE2B 4343dab41818a4c85b875752b8d86a0dd1a46ce8c94d6773cee210a133f164b669053973c6678228b3afb356e25a3e705c8220b138c247a230e624b3f2412784 SHA512 caf0e3a39a2b5983346c2709ce06113da62881780117021c64db987d6c5190c41a9070fb70caa0ee6957cfef0baad87fff4e6558c9fea4fa464e82882fe17d55 DIST Catch2-2.13.4.tar.gz 656645 BLAKE2B 7a8afb099d410af3a7641c948a59307ac72338174356c1219834f050e0971e410275f1eda911444c3e956320fa25b60f91a3aba75aa36d375ba38626a0246485 SHA512 eac081d750e65d4d8d8d5f32b53bd963c6566caabaff424c479fe080416f59b5387adbdf6dbac30fe265243cb5ed184baf6f8a9625052bd498c098b83463390d -DIST Catch2-2.5.0.tar.gz 549328 BLAKE2B a32941a043a654228cc541dc675ad789f5b938ebc2d3177d1657f66f68fb175bec8c88a60ecba00e84eca74a7506dc83aed74ac89f7dde83213284eb4a497225 SHA512 420f1d1a5ea7b69be9fb316a8abe1fb7c7e78d44a982e883748f1e0c8d2a435c1518b6022742716019558a740f8b31977ed6a786b0293e0504206b016801cfe8 diff --git a/dev-cpp/catch/catch-2.13.3.ebuild b/dev-cpp/catch/catch-2.13.3.ebuild index f5ad0bfe0c5e..86565a1229e0 100644 --- a/dev-cpp/catch/catch-2.13.3.ebuild +++ b/dev-cpp/catch/catch-2.13.3.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]]; then else MY_P=${PN^}2-${PV} SRC_URI="https://github.com/catchorg/Catch2/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz" - KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" S="${WORKDIR}/${MY_P}" fi diff --git a/dev-cpp/catch/catch-2.5.0.ebuild b/dev-cpp/catch/catch-2.5.0.ebuild deleted file mode 100644 index 0ac93531b94a..000000000000 --- a/dev-cpp/catch/catch-2.5.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7,8,9,10} ) - -inherit cmake-utils python-any-r1 - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/catchorg/Catch2.git" -else - MY_P=${PN^}2-${PV} - SRC_URI="https://github.com/catchorg/Catch2/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz" - KEYWORDS="amd64 x86" - - S=${WORKDIR}/${MY_P} -fi - -DESCRIPTION="Modern C++ header-only framework for unit-tests" -HOMEPAGE="https://github.com/catchorg/Catch2" - -LICENSE="Boost-1.0" -SLOT="0" -IUSE="test" -RESTRICT="!test? ( test )" - -BDEPEND="test? ( ${PYTHON_DEPS} )" - -pkg_setup() { - use test && python-any-r1_pkg_setup -} - -src_configure() { - local mycmakeargs=( - -DCATCH_ENABLE_WERROR=OFF - -DBUILD_TESTING=$(usex test) - ) - use test && - mycmakeargs+=(-DPYTHON_EXECUTABLE="${PYTHON}") - - cmake-utils_src_configure -} diff --git a/dev-cpp/catch/metadata.xml b/dev-cpp/catch/metadata.xml index 4a279f662d71..d6b46d2d5ed4 100644 --- a/dev-cpp/catch/metadata.xml +++ b/dev-cpp/catch/metadata.xml @@ -8,5 +8,4 @@ <upstream> <remote-id type="github">catchorg/Catch2</remote-id> </upstream> - <origin>gentoo-staging</origin> </pkgmetadata> diff --git a/dev-cpp/clucene/metadata.xml b/dev-cpp/clucene/metadata.xml index 8402cb62625e..1bbc87e2688d 100644 --- a/dev-cpp/clucene/metadata.xml +++ b/dev-cpp/clucene/metadata.xml @@ -5,5 +5,4 @@ <upstream> <remote-id type="sourceforge">clucene</remote-id> </upstream> - <origin>gentoo-staging</origin> </pkgmetadata> diff --git a/dev-cpp/commoncpp2/commoncpp2-1.8.1-r4.ebuild b/dev-cpp/commoncpp2/commoncpp2-1.8.1-r4.ebuild index d8c63727a4e3..2a4a3e0a4c87 100644 --- a/dev-cpp/commoncpp2/commoncpp2-1.8.1-r4.ebuild +++ b/dev-cpp/commoncpp2/commoncpp2-1.8.1-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 diff --git a/dev-cpp/commoncpp2/metadata.xml b/dev-cpp/commoncpp2/metadata.xml index d85b4252fc33..6f49eba8f496 100644 --- a/dev-cpp/commoncpp2/metadata.xml +++ b/dev-cpp/commoncpp2/metadata.xml @@ -2,5 +2,4 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <!-- maintainer-needed --> - <origin>gentoo-staging</origin> </pkgmetadata> diff --git a/dev-cpp/cpp-hocon/metadata.xml b/dev-cpp/cpp-hocon/metadata.xml index 2e8742c5323d..59168fb3ab2c 100644 --- a/dev-cpp/cpp-hocon/metadata.xml +++ b/dev-cpp/cpp-hocon/metadata.xml @@ -8,5 +8,4 @@ <upstream> <remote-id type="github">puppetlabs/cpp-hocon</remote-id> </upstream> - <origin>gentoo-staging</origin> </pkgmetadata> diff --git a/dev-cpp/cpp-taskflow/metadata.xml b/dev-cpp/cpp-taskflow/metadata.xml index 01beb3a31f8e..8406ef2081f1 100644 --- a/dev-cpp/cpp-taskflow/metadata.xml +++ b/dev-cpp/cpp-taskflow/metadata.xml @@ -17,5 +17,4 @@ <upstream> <remote-id type="github">cpp-taskflow/cpp-taskflow</remote-id> </upstream> - <origin>gentoo-staging</origin> </pkgmetadata> diff --git a/dev-cpp/ctemplate/metadata.xml b/dev-cpp/ctemplate/metadata.xml index f04602c23d7b..2e7a1bb6b274 100644 --- a/dev-cpp/ctemplate/metadata.xml +++ b/dev-cpp/ctemplate/metadata.xml @@ -6,5 +6,4 @@ <remote-id type="google-code">google-ctemplate</remote-id> <remote-id type="github">olafvdspek/ctemplate</remote-id> </upstream> - <origin>gentoo-staging</origin> </pkgmetadata> diff --git a/dev-cpp/eigen/metadata.xml b/dev-cpp/eigen/metadata.xml index a3578c73cc19..f955d9ffca0a 100644 --- a/dev-cpp/eigen/metadata.xml +++ b/dev-cpp/eigen/metadata.xml @@ -23,5 +23,4 @@ <upstream> <remote-id type="gitlab">libeigen/eigen</remote-id> </upstream> - <origin>gentoo-staging</origin> </pkgmetadata> diff --git a/dev-cpp/gconfmm/metadata.xml b/dev-cpp/gconfmm/metadata.xml index d074988aeedd..39980802b1da 100644 --- a/dev-cpp/gconfmm/metadata.xml +++ b/dev-cpp/gconfmm/metadata.xml @@ -5,5 +5,4 @@ <email>gnome@gentoo.org</email> <name>Gentoo GNOME Desktop</name> </maintainer> - <origin>gentoo-staging</origin> </pkgmetadata> diff --git a/dev-cpp/gflags/metadata.xml b/dev-cpp/gflags/metadata.xml index 24a6178a0856..5b9d6abf02a2 100644 --- a/dev-cpp/gflags/metadata.xml +++ b/dev-cpp/gflags/metadata.xml @@ -7,5 +7,4 @@ <upstream> <remote-id type="github">gflags/gflags</remote-id> </upstream> - <origin>gentoo-staging</origin> </pkgmetadata> diff --git a/dev-cpp/glibmm/metadata.xml b/dev-cpp/glibmm/metadata.xml index d074988aeedd..39980802b1da 100644 --- a/dev-cpp/glibmm/metadata.xml +++ b/dev-cpp/glibmm/metadata.xml @@ -5,5 +5,4 @@ <email>gnome@gentoo.org</email> <name>Gentoo GNOME Desktop</name> </maintainer> - <origin>gentoo-staging</origin> </pkgmetadata> diff --git a/dev-cpp/glog/metadata.xml b/dev-cpp/glog/metadata.xml index f17849aa9712..2b1fb7a5004b 100644 --- a/dev-cpp/glog/metadata.xml +++ b/dev-cpp/glog/metadata.xml @@ -17,5 +17,4 @@ <upstream> <remote-id type="github">google/glog</remote-id> </upstream> - <origin>gentoo-staging</origin> </pkgmetadata> diff --git a/dev-cpp/gstreamermm/metadata.xml b/dev-cpp/gstreamermm/metadata.xml index c8192e15bea8..4cbddcaa19ad 100644 --- a/dev-cpp/gstreamermm/metadata.xml +++ b/dev-cpp/gstreamermm/metadata.xml @@ -5,5 +5,4 @@ <email>gnome@gentoo.org</email> <name>Gentoo GNOME Desktop</name> </maintainer> - <origin>gentoo-staging</origin> </pkgmetadata> diff --git a/dev-cpp/gtest/metadata.xml b/dev-cpp/gtest/metadata.xml index a1ad0272994b..f40cfed12c28 100644 --- a/dev-cpp/gtest/metadata.xml +++ b/dev-cpp/gtest/metadata.xml @@ -13,5 +13,4 @@ <doc lang="en">https://github.com/google/googletest/tree/master/googletest/docs</doc> <remote-id type="github">google/googletest</remote-id> </upstream> - <origin>gentoo-staging</origin> </pkgmetadata> diff --git a/dev-cpp/gtkmm/metadata.xml b/dev-cpp/gtkmm/metadata.xml index d074988aeedd..39980802b1da 100644 --- a/dev-cpp/gtkmm/metadata.xml +++ b/dev-cpp/gtkmm/metadata.xml @@ -5,5 +5,4 @@ <email>gnome@gentoo.org</email> <name>Gentoo GNOME Desktop</name> </maintainer> - <origin>gentoo-staging</origin> </pkgmetadata> diff --git a/dev-cpp/gtksourceviewmm/metadata.xml b/dev-cpp/gtksourceviewmm/metadata.xml index c8192e15bea8..4cbddcaa19ad 100644 --- a/dev-cpp/gtksourceviewmm/metadata.xml +++ b/dev-cpp/gtksourceviewmm/metadata.xml @@ -5,5 +5,4 @@ <email>gnome@gentoo.org</email> <name>Gentoo GNOME Desktop</name> </maintainer> - <origin>gentoo-staging</origin> </pkgmetadata> diff --git a/dev-cpp/htmlcxx/metadata.xml b/dev-cpp/htmlcxx/metadata.xml index 9ae9619a02cc..ea4a05ffcd3e 100644 --- a/dev-cpp/htmlcxx/metadata.xml +++ b/dev-cpp/htmlcxx/metadata.xml @@ -8,5 +8,4 @@ <upstream> <remote-id type="sourceforge">htmlcxx</remote-id> </upstream> - <origin>gentoo-staging</origin> </pkgmetadata> diff --git a/dev-cpp/kokkos/metadata.xml b/dev-cpp/kokkos/metadata.xml index a19fe5d95697..ef6b5dcd53aa 100644 --- a/dev-cpp/kokkos/metadata.xml +++ b/dev-cpp/kokkos/metadata.xml @@ -5,5 +5,4 @@ <email>junghans@gentoo.org</email> <name>Christoph Junghans</name> </maintainer> - <origin>gentoo-staging</origin> </pkgmetadata> diff --git a/dev-cpp/libcmis/metadata.xml b/dev-cpp/libcmis/metadata.xml index cce26412d84a..02623876d9cc 100644 --- a/dev-cpp/libcmis/metadata.xml +++ b/dev-cpp/libcmis/metadata.xml @@ -12,5 +12,4 @@ <upstream> <remote-id type="github">tdf/libcmis</remote-id> </upstream> - <origin>gentoo-staging</origin> </pkgmetadata> diff --git a/dev-cpp/libcutl/metadata.xml b/dev-cpp/libcutl/metadata.xml index 3d4429370ed8..7a38bb900964 100644 --- a/dev-cpp/libcutl/metadata.xml +++ b/dev-cpp/libcutl/metadata.xml @@ -2,5 +2,4 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <!-- maintainer-needed --> - <origin>gentoo-staging</origin> </pkgmetadata> diff --git a/dev-cpp/libglademm/metadata.xml b/dev-cpp/libglademm/metadata.xml index d074988aeedd..39980802b1da 100644 --- a/dev-cpp/libglademm/metadata.xml +++ b/dev-cpp/libglademm/metadata.xml @@ -5,5 +5,4 @@ <email>gnome@gentoo.org</email> <name>Gentoo GNOME Desktop</name> </maintainer> - <origin>gentoo-staging</origin> </pkgmetadata> diff --git a/dev-cpp/libgnomecanvasmm/metadata.xml b/dev-cpp/libgnomecanvasmm/metadata.xml index d074988aeedd..39980802b1da 100644 --- a/dev-cpp/libgnomecanvasmm/metadata.xml +++ b/dev-cpp/libgnomecanvasmm/metadata.xml @@ -5,5 +5,4 @@ <email>gnome@gentoo.org</email> <name>Gentoo GNOME Desktop</name> </maintainer> - <origin>gentoo-staging</origin> </pkgmetadata> diff --git a/dev-cpp/libjson-rpc-cpp/metadata.xml b/dev-cpp/libjson-rpc-cpp/metadata.xml index 3abf59418811..b7a3bb5af8af 100644 --- a/dev-cpp/libjson-rpc-cpp/metadata.xml +++ b/dev-cpp/libjson-rpc-cpp/metadata.xml @@ -15,5 +15,4 @@ <upstream> <remote-id type="github">cinemast/libjson-rpc-cpp</remote-id> </upstream> - <origin>gentoo-staging</origin> </pkgmetadata> diff --git a/dev-cpp/libmcpp/metadata.xml b/dev-cpp/libmcpp/metadata.xml index dcf9d04cecb0..7c8e4546fce9 100644 --- a/dev-cpp/libmcpp/metadata.xml +++ b/dev-cpp/libmcpp/metadata.xml @@ -5,5 +5,4 @@ <upstream> <remote-id type="sourceforge">mcpp</remote-id> </upstream> - <origin>gentoo-staging</origin> </pkgmetadata> diff --git a/dev-cpp/libodb-sqlite/metadata.xml b/dev-cpp/libodb-sqlite/metadata.xml index 6baf19fbee75..31fe31dbd5b6 100644 --- a/dev-cpp/libodb-sqlite/metadata.xml +++ b/dev-cpp/libodb-sqlite/metadata.xml @@ -17,5 +17,4 @@ you to seamlessly use value types, containers, and smart pointers from these libraries in your persistent C++ classes. </longdescription> - <origin>gentoo-staging</origin> </pkgmetadata> diff --git a/dev-cpp/libodb/metadata.xml b/dev-cpp/libodb/metadata.xml index 6baf19fbee75..31fe31dbd5b6 100644 --- a/dev-cpp/libodb/metadata.xml +++ b/dev-cpp/libodb/metadata.xml @@ -17,5 +17,4 @@ you to seamlessly use value types, containers, and smart pointers from these libraries in your persistent C++ classes. </longdescription> - <origin>gentoo-staging</origin> </pkgmetadata> diff --git a/dev-cpp/libxmlpp/metadata.xml b/dev-cpp/libxmlpp/metadata.xml index cad7bb264edf..76b38982324d 100644 --- a/dev-cpp/libxmlpp/metadata.xml +++ b/dev-cpp/libxmlpp/metadata.xml @@ -8,5 +8,4 @@ <upstream> <remote-id type="sourceforge">libxmlplusplus</remote-id> </upstream> - <origin>gentoo-staging</origin> </pkgmetadata> diff --git a/dev-cpp/libxsd-frontend/metadata.xml b/dev-cpp/libxsd-frontend/metadata.xml index 3d4429370ed8..7a38bb900964 100644 --- a/dev-cpp/libxsd-frontend/metadata.xml +++ b/dev-cpp/libxsd-frontend/metadata.xml @@ -2,5 +2,4 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <!-- maintainer-needed --> - <origin>gentoo-staging</origin> </pkgmetadata> diff --git a/dev-cpp/lucene++/metadata.xml b/dev-cpp/lucene++/metadata.xml index 0d5034a1d53b..3eaca1156f33 100644 --- a/dev-cpp/lucene++/metadata.xml +++ b/dev-cpp/lucene++/metadata.xml @@ -8,5 +8,4 @@ <upstream> <remote-id type="github">luceneplusplus/luceneplusplus</remote-id> </upstream> - <origin>gentoo-staging</origin> </pkgmetadata> diff --git a/dev-cpp/metslib/metadata.xml b/dev-cpp/metslib/metadata.xml index 8fcda97e7e6f..6ca4a599be8f 100644 --- a/dev-cpp/metslib/metadata.xml +++ b/dev-cpp/metslib/metadata.xml @@ -5,5 +5,4 @@ <email>aballier@gentoo.org</email> <name>Alexis Ballier</name> </maintainer> - <origin>gentoo-staging</origin> </pkgmetadata> diff --git a/dev-cpp/mm-common/metadata.xml b/dev-cpp/mm-common/metadata.xml index d074988aeedd..39980802b1da 100644 --- a/dev-cpp/mm-common/metadata.xml +++ b/dev-cpp/mm-common/metadata.xml @@ -5,5 +5,4 @@ <email>gnome@gentoo.org</email> <name>Gentoo GNOME Desktop</name> </maintainer> - <origin>gentoo-staging</origin> </pkgmetadata> diff --git a/dev-cpp/ms-gsl/metadata.xml b/dev-cpp/ms-gsl/metadata.xml index 14c1a0a4a23b..07ec8daf5079 100644 --- a/dev-cpp/ms-gsl/metadata.xml +++ b/dev-cpp/ms-gsl/metadata.xml @@ -12,5 +12,4 @@ <upstream> <remote-id type="github">Microsoft/GSL</remote-id> </upstream> - <origin>gentoo-staging</origin> </pkgmetadata> diff --git a/dev-cpp/muParser/metadata.xml b/dev-cpp/muParser/metadata.xml index 1b387baed515..c1bd2f6ab998 100644 --- a/dev-cpp/muParser/metadata.xml +++ b/dev-cpp/muParser/metadata.xml @@ -14,5 +14,4 @@ <remote-id type="sourceforge">muparser</remote-id> <remote-id type="github">beltoforion/muparser</remote-id> </upstream> - <origin>gentoo-staging</origin> </pkgmetadata> diff --git a/dev-cpp/nlohmann_json/metadata.xml b/dev-cpp/nlohmann_json/metadata.xml index 99a2fc432801..eb8bff7e3814 100644 --- a/dev-cpp/nlohmann_json/metadata.xml +++ b/dev-cpp/nlohmann_json/metadata.xml @@ -8,5 +8,4 @@ <upstream> <remote-id type="github">nlohmann/json</remote-id> </upstream> - <origin>gentoo-staging</origin> </pkgmetadata> diff --git a/dev-cpp/pangomm/metadata.xml b/dev-cpp/pangomm/metadata.xml index d074988aeedd..39980802b1da 100644 --- a/dev-cpp/pangomm/metadata.xml +++ b/dev-cpp/pangomm/metadata.xml @@ -5,5 +5,4 @@ <email>gnome@gentoo.org</email> <name>Gentoo GNOME Desktop</name> </maintainer> - <origin>gentoo-staging</origin> </pkgmetadata> diff --git a/dev-cpp/picojson/metadata.xml b/dev-cpp/picojson/metadata.xml index 540fdf978966..63a2504e7c68 100644 --- a/dev-cpp/picojson/metadata.xml +++ b/dev-cpp/picojson/metadata.xml @@ -8,5 +8,4 @@ <upstream> <remote-id type="github">kazuho/picojson</remote-id> </upstream> - <origin>gentoo-staging</origin> </pkgmetadata> diff --git a/dev-cpp/pngpp/metadata.xml b/dev-cpp/pngpp/metadata.xml index d85b4252fc33..6f49eba8f496 100644 --- a/dev-cpp/pngpp/metadata.xml +++ b/dev-cpp/pngpp/metadata.xml @@ -2,5 +2,4 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <!-- maintainer-needed --> - <origin>gentoo-staging</origin> </pkgmetadata> diff --git a/dev-cpp/popl/metadata.xml b/dev-cpp/popl/metadata.xml index cf6c7a2b317a..daf345b2e76b 100644 --- a/dev-cpp/popl/metadata.xml +++ b/dev-cpp/popl/metadata.xml @@ -17,5 +17,4 @@ <bugs-to>https://github.com/badaix/popl/issues</bugs-to> <remote-id type="github">badaix/popl</remote-id> </upstream> - <origin>gentoo-staging</origin> </pkgmetadata> diff --git a/dev-cpp/prometheus-cpp/metadata.xml b/dev-cpp/prometheus-cpp/metadata.xml index 6030ebf23b49..ece2117d6db5 100644 --- a/dev-cpp/prometheus-cpp/metadata.xml +++ b/dev-cpp/prometheus-cpp/metadata.xml @@ -21,5 +21,4 @@ <doc lang="en">https://jupp0r.github.io/prometheus-cpp/</doc> <remote-id type="github">jupp0r/prometheus-cpp</remote-id> </upstream> - <origin>gentoo-staging</origin> </pkgmetadata> diff --git a/dev-cpp/pstreams/metadata.xml b/dev-cpp/pstreams/metadata.xml index 55f59fafec04..29e9bab56dcb 100644 --- a/dev-cpp/pstreams/metadata.xml +++ b/dev-cpp/pstreams/metadata.xml @@ -8,5 +8,4 @@ <upstream> <remote-id type="sourceforge">pstreams</remote-id> </upstream> - <origin>gentoo-staging</origin> </pkgmetadata> diff --git a/dev-cpp/random123/metadata.xml b/dev-cpp/random123/metadata.xml index 5aca843094b4..903883b48f16 100644 --- a/dev-cpp/random123/metadata.xml +++ b/dev-cpp/random123/metadata.xml @@ -9,5 +9,4 @@ <email>sci@gentoo.org</email> <name>Gentoo Science Project</name> </maintainer> - <origin>gentoo-staging</origin> </pkgmetadata> diff --git a/dev-cpp/range-v3/metadata.xml b/dev-cpp/range-v3/metadata.xml index b48a7a2b430b..efcd58fe0b9b 100644 --- a/dev-cpp/range-v3/metadata.xml +++ b/dev-cpp/range-v3/metadata.xml @@ -5,5 +5,4 @@ <email>gyakovlev@gentoo.org</email> <name>Georgy Yakovlev</name> </maintainer> - <origin>gentoo-staging</origin> </pkgmetadata> diff --git a/dev-cpp/robin-map/metadata.xml b/dev-cpp/robin-map/metadata.xml index f991fbd46ef7..8238cc0570ce 100644 --- a/dev-cpp/robin-map/metadata.xml +++ b/dev-cpp/robin-map/metadata.xml @@ -9,5 +9,4 @@ <email>sci@gentoo.org</email> <name>Gentoo Science Project</name> </maintainer> - <origin>gentoo-staging</origin> </pkgmetadata> diff --git a/dev-cpp/rttr/metadata.xml b/dev-cpp/rttr/metadata.xml index 1d5b25ff7e7e..2fb187146ee7 100644 --- a/dev-cpp/rttr/metadata.xml +++ b/dev-cpp/rttr/metadata.xml @@ -7,5 +7,4 @@ <upstream> <remote-id type="github">rttrorg/rttr</remote-id> </upstream> - <origin>gentoo-staging</origin> </pkgmetadata> diff --git a/dev-cpp/sourcetrail/metadata.xml b/dev-cpp/sourcetrail/metadata.xml index 37e8d74f6c62..1e96a507061f 100644 --- a/dev-cpp/sourcetrail/metadata.xml +++ b/dev-cpp/sourcetrail/metadata.xml @@ -12,5 +12,4 @@ <use> <flag name="examples">Install example projects.</flag> </use> - <origin>gentoo-staging</origin> </pkgmetadata> diff --git a/dev-cpp/sparsehash/metadata.xml b/dev-cpp/sparsehash/metadata.xml index 5f7990cf5094..8bf56d26c160 100644 --- a/dev-cpp/sparsehash/metadata.xml +++ b/dev-cpp/sparsehash/metadata.xml @@ -12,5 +12,4 @@ <upstream> <remote-id type="github">sparsehash/sparsehash</remote-id> </upstream> - <origin>gentoo-staging</origin> </pkgmetadata> diff --git a/dev-cpp/string-theory/Manifest b/dev-cpp/string-theory/Manifest index 1f878e7484fb..4d9fac23ce48 100644 --- a/dev-cpp/string-theory/Manifest +++ b/dev-cpp/string-theory/Manifest @@ -1 +1,2 @@ DIST string-theory-3.3.tar.gz 588360 BLAKE2B ad87857e6d5e3cad1346b759457b434de7612b97e1b19016b1dfc987ac67f0cab318745b14fe1f432cc921ffb1d33b875a2a62f0bc56d815dd35b405a9f08560 SHA512 86209333dce341078c3b973084bd9f3b8ff2ccac0e07a5e6acf5973bd1cfa420897b531b2d1bd6aba9f5ccc8927f85d91f06796ac0e62ec8a735564a0387d2f4 +DIST string-theory-3.4.tar.gz 588522 BLAKE2B 207c490293401829d28590291166bcbeefde4ecb3b70d1cc2751d7582c53cf234b7e01579d3bfbe55681708e4d3e22cedbd6fe96b2fdad1c3ef158bb7a080593 SHA512 36ad82c6da276b7cb66d350ceb4bed2a66f768a6604b2981331ceec6a96d03cc3a7e7e5f733de88ec15e0ea41f99f8657b959a51149c540f530d06268c5657ff diff --git a/dev-cpp/string-theory/metadata.xml b/dev-cpp/string-theory/metadata.xml index 43416b113577..4f7470fb770c 100644 --- a/dev-cpp/string-theory/metadata.xml +++ b/dev-cpp/string-theory/metadata.xml @@ -12,5 +12,4 @@ <upstream> <remote-id type="github">zrax/string_theory</remote-id> </upstream> - <origin>gentoo-staging</origin> </pkgmetadata> diff --git a/dev-cpp/string-theory/string-theory-3.4.ebuild b/dev-cpp/string-theory/string-theory-3.4.ebuild new file mode 100644 index 000000000000..f894600367c2 --- /dev/null +++ b/dev-cpp/string-theory/string-theory-3.4.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake + +DESCRIPTION="A flexible modern C++ library for string manipulation and storage" +HOMEPAGE="https://github.com/zrax/string_theory/" +SRC_URI="https://github.com/zrax/string_theory/archive/${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/string_theory-${PV}" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" +RESTRICT="!test? ( test )" + +src_prepare() { + # Drop -Werror from bundled gtest + # bug #766468 + sed -i -e "s/-Werror//" test/gtest-1.10.0/cmake/internal_utils.cmake || die + + cmake_src_prepare +} + +src_configure() { + local mycmakeargs=( + -DST_BUILD_TESTS=$(usex test) + ) + + cmake_src_configure +} + +src_test() { + cd "${BUILD_DIR}/test" || die + ./st_gtests || die +} diff --git a/dev-cpp/tbb/metadata.xml b/dev-cpp/tbb/metadata.xml index acab630a4c6a..1e4e905a8844 100644 --- a/dev-cpp/tbb/metadata.xml +++ b/dev-cpp/tbb/metadata.xml @@ -15,5 +15,4 @@ <upstream> <remote-id type="github">intel/tbb</remote-id> </upstream> - <origin>gentoo-staging</origin> </pkgmetadata> diff --git a/dev-cpp/tclap/metadata.xml b/dev-cpp/tclap/metadata.xml index 639b631abdf0..f06935ec61de 100644 --- a/dev-cpp/tclap/metadata.xml +++ b/dev-cpp/tclap/metadata.xml @@ -12,5 +12,4 @@ <upstream> <remote-id type="sourceforge">tclap</remote-id> </upstream> - <origin>gentoo-staging</origin> </pkgmetadata> diff --git a/dev-cpp/tree/metadata.xml b/dev-cpp/tree/metadata.xml index 078d44db5187..f6bb7c0c19ad 100644 --- a/dev-cpp/tree/metadata.xml +++ b/dev-cpp/tree/metadata.xml @@ -12,5 +12,4 @@ others). Where possible the access methods are compatible with the STL or alternative algorithms are available. </longdescription> - <origin>gentoo-staging</origin> </pkgmetadata> diff --git a/dev-cpp/waylandpp/metadata.xml b/dev-cpp/waylandpp/metadata.xml index fdd46d5d64ea..05f0a64835c9 100644 --- a/dev-cpp/waylandpp/metadata.xml +++ b/dev-cpp/waylandpp/metadata.xml @@ -9,5 +9,4 @@ <bugs-to>https://github.com/NilsBrause/waylandpp/issues</bugs-to> <remote-id type="github">NilsBrause/waylandpp</remote-id> </upstream> - <origin>gentoo-staging</origin> </pkgmetadata> diff --git a/dev-cpp/websocketpp/metadata.xml b/dev-cpp/websocketpp/metadata.xml index afcd3d48c5fc..d930eea34f05 100644 --- a/dev-cpp/websocketpp/metadata.xml +++ b/dev-cpp/websocketpp/metadata.xml @@ -8,5 +8,4 @@ <upstream> <remote-id type="github">zaphoyd/websocketpp</remote-id> </upstream> - <origin>gentoo-staging</origin> </pkgmetadata> diff --git a/dev-cpp/yaml-cpp/metadata.xml b/dev-cpp/yaml-cpp/metadata.xml index 1228e9929e7e..f1c1935f78d5 100644 --- a/dev-cpp/yaml-cpp/metadata.xml +++ b/dev-cpp/yaml-cpp/metadata.xml @@ -8,5 +8,4 @@ <upstream> <remote-id type="github">jbeder/yaml-cpp</remote-id> </upstream> - <origin>gentoo-staging</origin> </pkgmetadata> |
