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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EE0A2138331 for ; Thu, 25 Jan 2018 16:44:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E66C8E09F0; Thu, 25 Jan 2018 16:44:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C52FDE09F0 for ; Thu, 25 Jan 2018 16:44:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B27D7335C04 for ; Thu, 25 Jan 2018 16:43:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 463151D0 for ; Thu, 25 Jan 2018 16:43:57 +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: <1516898586.44a688a6a45e6204ad547d9093f33081b6451dab.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libexttextcat/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/libexttextcat/Manifest app-text/libexttextcat/libexttextcat-3.4.4.ebuild X-VCS-Directories: app-text/libexttextcat/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 44a688a6a45e6204ad547d9093f33081b6451dab X-VCS-Branch: master Date: Thu, 25 Jan 2018 16:43:57 +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-Archives-Salt: 0e4c6f2d-626b-4b00-80c0-e7e3d786d09c X-Archives-Hash: 3095de7754d2f3072890ccf8cdf87ecd commit: 44a688a6a45e6204ad547d9093f33081b6451dab Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jan 25 15:45:37 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jan 25 16:43:06 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44a688a6 app-text/libexttextcat: Drop old Closes: https://bugs.gentoo.org/637086 Package-Manager: Portage-2.3.20, Repoman-2.3.6 app-text/libexttextcat/Manifest | 1 - app-text/libexttextcat/libexttextcat-3.4.4.ebuild | 29 ----------------------- 2 files changed, 30 deletions(-) diff --git a/app-text/libexttextcat/Manifest b/app-text/libexttextcat/Manifest index 0f7f7883d82..6d45082a4af 100644 --- a/app-text/libexttextcat/Manifest +++ b/app-text/libexttextcat/Manifest @@ -1,2 +1 @@ -DIST libexttextcat-3.4.4.tar.xz 1025376 BLAKE2B da055b0a1d981dd91cfd2ca375b2ef13a0af5c8b910eaa7144ac69708296bbda5462a44f48dd2fc1f4cad84d9c31d11f430b6ee1c390c93ba7660368317b79c0 SHA512 f1f7a4292199cb6102cc56a5338b19049664ea664adc96a67a71205fe33d6a40f68b8695825fe253427575347ab6230dce5e0b703635534f32a0f70ff001eeed DIST libexttextcat-3.4.5.tar.xz 1041268 BLAKE2B 2686345b90fd4a4345dac3cab5a801b7eabfb380f7d298c32fbb86bdb36939f6b873ccdfc6d7ef976655b0cfc8ab457e110e966ed4fc586f53023e7cb47e810e SHA512 f05a9f08c2f2f335d0e483c024321b96fee7424bc1398d4c6acbd9c501f92e22f881bc3d6ec2c0434f9bf4604f3c4b0e880e37d3d0de410eac1a20ea6669baa6 diff --git a/app-text/libexttextcat/libexttextcat-3.4.4.ebuild b/app-text/libexttextcat/libexttextcat-3.4.4.ebuild deleted file mode 100644 index ae54c493558..00000000000 --- a/app-text/libexttextcat/libexttextcat-3.4.4.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils - -DESCRIPTION="Library implementing N-gram-based text categorization" -HOMEPAGE="http://software.wise-guys.nl/libtextcat/" -SRC_URI="http://dev-www.libreoffice.org/src/${PN}/${P}.tar.xz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ppc ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux" -IUSE="static-libs" - -DEPEND="" -RDEPEND="${DEPEND}" - -src_configure() { - econf \ - --disable-werror \ - $(use_enable static-libs static) -} - -src_install() { - default - prune_libtool_files --all -}