From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0002315817D for ; Sat, 8 Jun 2024 20:06:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 294892BC07C; Sat, 8 Jun 2024 20:06:27 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 761D12BC07C for ; Sat, 8 Jun 2024 20:06:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 41B68342DEF for ; Sat, 8 Jun 2024 20:06:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A97251C88 for ; Sat, 8 Jun 2024 20:06:22 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1717872768.fc8dee5c427db57893a270a0566c8881601a3026.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-embedded/etlcpp/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-embedded/etlcpp/Manifest dev-embedded/etlcpp/etlcpp-20.35.8.ebuild dev-embedded/etlcpp/metadata.xml X-VCS-Directories: dev-embedded/etlcpp/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: fc8dee5c427db57893a270a0566c8881601a3026 X-VCS-Branch: master Date: Sat, 8 Jun 2024 20:06:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d343673f-3ce1-4ea0-be76-b42e44c01b98 X-Archives-Hash: 5f7a181fa440ff2d95cc1d17586048f4 commit: fc8dee5c427db57893a270a0566c8881601a3026 Author: Jan Henke taujhe de> AuthorDate: Sat Jun 8 18:52:48 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Sat Jun 8 18:52:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fc8dee5c dev-embedded/etlcpp: treeclean Closes: https://bugs.gentoo.org/888695 Signed-off-by: Jan Henke taujhe.de> dev-embedded/etlcpp/Manifest | 1 - dev-embedded/etlcpp/etlcpp-20.35.8.ebuild | 25 ------------------------- dev-embedded/etlcpp/metadata.xml | 27 --------------------------- 3 files changed, 53 deletions(-) diff --git a/dev-embedded/etlcpp/Manifest b/dev-embedded/etlcpp/Manifest deleted file mode 100644 index 34285c205..000000000 --- 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 fd1ffd8d5..000000000 --- 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 ed0e59697..000000000 --- a/dev-embedded/etlcpp/metadata.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - - Jan Henke - gentoo@taujhe.de - Primary maintainer - - - 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 - -