From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-embedded/etlcpp/
Date: Sat, 8 Jun 2024 22:26:46 +0000 (UTC) [thread overview]
Message-ID: <1717885574.c58a4d88a38499bf2141170585b15c83cd0844df.julien@gentoo> (raw)
Message-ID: <20240608222646.m8vLVM7Uj5SB0BrljIjeHQaK8FYklaMd8bUCqIdkWoI@z> (raw)
commit: c58a4d88a38499bf2141170585b15c83cd0844df
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sat Jun 8 22:26:14 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat Jun 8 22:26:14 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c58a4d88
Reapply "dev-embedded/etlcpp: treeclean"
This reverts commit 460255efd8f5aa47be1f0966609dc6b49ef025ad.
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <name>Jan Henke</name>
- <email>gentoo@taujhe.de</email>
- <description>Primary maintainer</description>
-</maintainer>
- <longdescription>
- 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.
- </longdescription>
- <upstream>
- <remote-id type="github">ETLCPP/etl</remote-id>
- </upstream>
-</pkgmetadata>
next reply other threads:[~2024-06-08 22:26 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-08 22:30 Julien Roy [this message]
2024-06-08 22:26 ` [gentoo-commits] repo/proj/guru:dev commit in: dev-embedded/etlcpp/ Julien Roy
-- strict thread matches above, loose matches on Subject: below --
2024-06-08 22:26 Julien Roy
2024-06-08 22:30 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-06-08 20:06 Julien Roy
2024-06-08 20:02 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-06-08 20:06 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-06-08 20:02 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-06-08 20:06 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2022-12-27 8:05 Viorel Munteanu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1717885574.c58a4d88a38499bf2141170585b15c83cd0844df.julien@gentoo \
--to=julien@jroy.ca \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox