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 971A9158020 for ; Sat, 24 Dec 2022 09:16:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9552BE0864; Sat, 24 Dec 2022 09:16:55 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6CFB0E0871 for ; Sat, 24 Dec 2022 09:16:55 +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 79CA0340B25 for ; Sat, 24 Dec 2022 09:16:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7C397DC for ; Sat, 24 Dec 2022 09:16:52 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1671873396.3201c5404a58c56692420811e0cb049cfbab50a1.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-misc/lttoolbox/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-misc/lttoolbox/Manifest sci-misc/lttoolbox/lttoolbox-3.3.3.ebuild X-VCS-Directories: sci-misc/lttoolbox/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3201c5404a58c56692420811e0cb049cfbab50a1 X-VCS-Branch: master Date: Sat, 24 Dec 2022 09:16:52 +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: f80840da-8990-43b3-a9b3-a13e8058d337 X-Archives-Hash: cae6cbbea778b35e2df5dd846f98822a commit: 3201c5404a58c56692420811e0cb049cfbab50a1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Dec 22 19:44:01 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Dec 24 09:16:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3201c540 sci-misc/lttoolbox: drop 3.3.3 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-misc/lttoolbox/Manifest | 1 - sci-misc/lttoolbox/lttoolbox-3.3.3.ebuild | 31 ------------------------------- 2 files changed, 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) -}