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 54B1B1581C1 for ; Sun, 14 Jul 2024 14:16:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B2E8E2B18; Sun, 14 Jul 2024 14:16:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 3D546E2B18 for ; Sun, 14 Jul 2024 14:16:50 +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 3FF36335C31 for ; Sun, 14 Jul 2024 14:16:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B3091D13 for ; Sun, 14 Jul 2024 14:16:47 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1720966523.742abe267da861d13023fa4f7d9f2d95dd30f73a.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/cxxtools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/cxxtools/cxxtools-3.0-r1.ebuild dev-libs/cxxtools/cxxtools-3.0.ebuild X-VCS-Directories: dev-libs/cxxtools/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 742abe267da861d13023fa4f7d9f2d95dd30f73a X-VCS-Branch: master Date: Sun, 14 Jul 2024 14:16:47 +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: 2c53e1c9-bd93-4215-bba3-0914e14e7883 X-Archives-Hash: bc6c076d3051d73b85e75c4fd1418c1e commit: 742abe267da861d13023fa4f7d9f2d95dd30f73a Author: Martin Dummer gmx net> AuthorDate: Thu May 16 20:32:50 2024 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Jul 14 14:15:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=742abe26 dev-libs/cxxtools: drop 3.0, 3.0-r1 Signed-off-by: Martin Dummer gmx.net> Signed-off-by: Conrad Kostecki gentoo.org> dev-libs/cxxtools/cxxtools-3.0-r1.ebuild | 36 -------------------------------- dev-libs/cxxtools/cxxtools-3.0.ebuild | 34 ------------------------------ 2 files changed, 70 deletions(-) diff --git a/dev-libs/cxxtools/cxxtools-3.0-r1.ebuild b/dev-libs/cxxtools/cxxtools-3.0-r1.ebuild deleted file mode 100644 index 0ed30bef3c1c..000000000000 --- a/dev-libs/cxxtools/cxxtools-3.0-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Collection of general purpose C++-classes" -HOMEPAGE="http://www.tntnet.org/cxxtools.html" -SRC_URI="http://www.tntnet.org/download/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ~sparc x86" - -RDEPEND="virtual/libiconv" -DEPEND="${RDEPEND}" - -DOCS=( AUTHORS ) - -src_configure() { - econf \ - --disable-dependency-tracking \ - --disable-demos \ - --disable-unittest - - eapply "${FILESDIR}/${P}_gcc11.patch" - - default -} - -src_install() { - emake DESTDIR="${D}" install - einstalldocs - - # remove static libs - rm -f "${ED}"/usr/$(get_libdir)/libcxxtools{,-bin,-http,-json,-unit,-xmlrpc}.la || die -} diff --git a/dev-libs/cxxtools/cxxtools-3.0.ebuild b/dev-libs/cxxtools/cxxtools-3.0.ebuild deleted file mode 100644 index 23367377184d..000000000000 --- a/dev-libs/cxxtools/cxxtools-3.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Collection of general purpose C++-classes" -HOMEPAGE="http://www.tntnet.org/cxxtools.html" -SRC_URI="http://www.tntnet.org/download/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ~sparc x86" - -RDEPEND="virtual/libiconv" -DEPEND="${RDEPEND}" - -DOCS=( AUTHORS ) - -src_configure() { - econf \ - --disable-dependency-tracking \ - --disable-demos \ - --disable-unittest - - default -} - -src_install() { - emake DESTDIR="${D}" install - einstalldocs - - # remove static libs - rm -f "${ED}"/usr/$(get_libdir)/libcxxtools{,-bin,-http,-json,-unit,-xmlrpc}.la || die -}