diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-12-22 20:44:01 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-12-24 10:16:36 +0100 |
commit | 3201c5404a58c56692420811e0cb049cfbab50a1 (patch) | |
tree | 2b9c0a3aa1775b7ca50068206c80263ed195f7ec /sci-misc | |
parent | net-libs/c-client: drop 2007f-r7 (diff) | |
download | gentoo-3201c5404a58c56692420811e0cb049cfbab50a1.tar.gz gentoo-3201c5404a58c56692420811e0cb049cfbab50a1.tar.bz2 gentoo-3201c5404a58c56692420811e0cb049cfbab50a1.zip |
sci-misc/lttoolbox: drop 3.3.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-misc')
-rw-r--r-- | sci-misc/lttoolbox/Manifest | 1 | ||||
-rw-r--r-- | sci-misc/lttoolbox/lttoolbox-3.3.3.ebuild | 31 |
2 files changed, 0 insertions, 32 deletions
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) -} |