commit:     742abe267da861d13023fa4f7d9f2d95dd30f73a
Author:     Martin Dummer <martin.dummer <AT> gmx <DOT> net>
AuthorDate: Thu May 16 20:32:50 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> 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 <martin.dummer <AT> gmx.net>
Signed-off-by: Conrad Kostecki <conikost <AT> 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
-}

Reply via email to