From 3201c5404a58c56692420811e0cb049cfbab50a1 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Thu, 22 Dec 2022 20:44:01 +0100 Subject: sci-misc/lttoolbox: drop 3.3.3 Signed-off-by: Andreas Sturmlechner --- sci-misc/lttoolbox/Manifest | 1 - sci-misc/lttoolbox/lttoolbox-3.3.3.ebuild | 31 ------------------------------- 2 files changed, 32 deletions(-) delete mode 100644 sci-misc/lttoolbox/lttoolbox-3.3.3.ebuild (limited to 'sci-misc') diff --git a/sci-misc/lttoolbox/Manifest b/sci-misc/lttoolbox/Manifest index 03264a9837da..8d17e7038e3e 100644 --- a/sci-misc/lttoolbox/Manifest +++ b/sci-misc/lttoolbox/Manifest @@ -1,2 +1 @@ -DIST lttoolbox-3.3.3.tar.gz 454916 BLAKE2B 20def8f733a979621944e41011838430302140b93ec16e4315b39f60c77d6665c2c553196aea12f1c59ce4172cf3032c867317b8085b1e976fee540a9642d2c9 SHA512 2e6338d39d2f16641c408076bd1d3b29fcd11e2d83e622b93fb7b91bae8eb92f58eacf978c72647d2872119be28b76093fc4afbfe22d7e9a62e1a87d818f9a3c DIST lttoolbox-3.7.1.tar.bz2 174427 BLAKE2B 33e2a25f11d4badd30835ff60eeb82dc1f95550ef6814a086115c2279551c0067f2ebdc46574d07d6e01ca459ee41f1f0ea512fae0c1e21e7db6e4b04e70dcad SHA512 e86c5479bf14289a91a9de2a528ebc82ef2df39c39e16b26972b3fc90b372903afd36659be8b9d6c4e5f73b7b40ac6aea8bf56ce58d334462aaddcfc44918724 diff --git a/sci-misc/lttoolbox/lttoolbox-3.3.3.ebuild b/sci-misc/lttoolbox/lttoolbox-3.3.3.ebuild deleted file mode 100644 index 28266cdb4f73..000000000000 --- a/sci-misc/lttoolbox/lttoolbox-3.3.3.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools flag-o-matic - -DESCRIPTION="Toolbox for lexical processing, morphological analysis and generation of words" -HOMEPAGE="https://www.apertium.org" -SRC_URI="mirror://sourceforge/apertium/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="static-libs" - -RDEPEND="dev-libs/libxml2:2" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_prepare() { - default - eautoreconf -} - -src_configure() { - # bug 619446 - append-cxxflags -std=c++14 - - econf $(use_enable static-libs static) -} -- cgit v1.2.3-65-gdbad