diff --git a/dev-embedded/etlcpp/Manifest b/dev-embedded/etlcpp/Manifest deleted file mode 100644 index 34285c205b..0000000000 --- a/dev-embedded/etlcpp/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST etlcpp-20.35.8.tar.gz 4413632 BLAKE2B b8292ea0395dbd0ef7d77d58dc2cb1cca16822da39054c1937e3f2a6b5828f9c2816e91b6c9ca4ef2088cdc691245d1aadf9f9c9283fa293265520c3fd4352db SHA512 d417760dd35ad5796f9ce8b7f96ac2d71f7b8e4896e5fc12e844912f34f867dee13582d2621521b5dfa66f21cd77abfd4e48a11e71fe87de2f98eaa6dcf6204f diff --git a/dev-embedded/etlcpp/etlcpp-20.35.8.ebuild b/dev-embedded/etlcpp/etlcpp-20.35.8.ebuild deleted file mode 100644 index fd1ffd8d50..0000000000 --- a/dev-embedded/etlcpp/etlcpp-20.35.8.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="A C++ template library for embedded applications" -HOMEPAGE="https://www.etlcpp.com/" -SRC_URI="https://github.com/ETLCPP/etl/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - -S="${WORKDIR}/etl-${PV}" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" -RESTRICT="!test? ( test )" - -src_configure() { - local mycmakeargs=( - -DBUILD_TESTS=$(usex test) - ) - cmake_src_configure -} diff --git a/dev-embedded/etlcpp/metadata.xml b/dev-embedded/etlcpp/metadata.xml deleted file mode 100644 index c558984586..0000000000 --- a/dev-embedded/etlcpp/metadata.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - C++ is a great language to use for embedded applications and templates are - a powerful aspect. The standard library can offer a great deal of well - tested functionality, but there are some parts of the standard library that - do not fit well with deterministic behaviour and limited resource - requirements. These limitations usually preclude the use of dynamically - allocated memory and containers with open ended sizes. - - What is needed is a template library where the user can declare the size, - or maximum size of any object upfront. Most embedded compilers do not - currently support the standard beyond C++ 03, therefore excluding the - programmer from using the enhanced features of the later library. - - This is what the ETL attempts to achieve. - - - ETLCPP/etl - - diff --git a/profiles/package.mask b/profiles/package.mask index ec55167fb4..042f3fc0aa 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -18,13 +18,6 @@ # New entries go on top. -# Julien Roy (2024-06-08) -# Outdated, open bugs, needs a new maintainer -# https://bugs.gentoo.org/921743 -# https://bugs.gentoo.org/888695 -# Removal 2024-07-08 -dev-embedded/etlcpp - # Julien Roy (2024-06-08) # Removal 2024-07-08 # Dependencies dropped from ::gentoo