app-text/libexttextcat: Drop old
authorAndreas Sturmlechner <asturm@gentoo.org>
Thu, 25 Jan 2018 15:45:37 +0000 (16:45 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Thu, 25 Jan 2018 16:43:06 +0000 (17:43 +0100)
Closes: https://bugs.gentoo.org/637086
Package-Manager: Portage-2.3.20, Repoman-2.3.6

app-text/libexttextcat/Manifest
app-text/libexttextcat/libexttextcat-3.4.4.ebuild [deleted file]

index 0f7f7883d82784d0c5de2426aa9e6f7d5e1954a3..6d45082a4affd8905e972226dc9fb44e264cd27e 100644 (file)
@@ -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 (file)
index ae54c49..0000000
+++ /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
-}