summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2013-05-30 07:58:23 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2013-05-30 07:58:23 +0000
commit731bc5ca5adbef2231078173d92dab2fa6edc100 (patch)
treef5eff312317f9cacb16368cfd30315ca94983a64 /app-text/libexttextcat
parentUpdate paths for doc, examples, and source use flags (fixes bug #471782). (diff)
downloadgentoo-2-731bc5ca5adbef2231078173d92dab2fa6edc100.tar.gz
gentoo-2-731bc5ca5adbef2231078173d92dab2fa6edc100.tar.bz2
gentoo-2-731bc5ca5adbef2231078173d92dab2fa6edc100.zip
Drop overshadowed version.
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'app-text/libexttextcat')
-rw-r--r--app-text/libexttextcat/ChangeLog7
-rw-r--r--app-text/libexttextcat/libexttextcat-3.3.1.ebuild28
2 files changed, 5 insertions, 30 deletions
diff --git a/app-text/libexttextcat/ChangeLog b/app-text/libexttextcat/ChangeLog
index 226a8e3fb77f..c353f62aafe3 100644
--- a/app-text/libexttextcat/ChangeLog
+++ b/app-text/libexttextcat/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/libexttextcat
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libexttextcat/ChangeLog,v 1.13 2012/12/20 11:21:49 scarabeus Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/libexttextcat/ChangeLog,v 1.14 2013/05/30 07:58:23 scarabeus Exp $
+
+ 30 May 2013; Tomáš Chvátal <scarabeus@gentoo.org> -libexttextcat-3.3.1.ebuild:
+ Drop overshadowed version.
20 Dec 2012; Tomáš Chvátal <scarabeus@gentoo.org> -libexttextcat-3.2.0.ebuild,
libexttextcat-3.4.0.ebuild:
diff --git a/app-text/libexttextcat/libexttextcat-3.3.1.ebuild b/app-text/libexttextcat/libexttextcat-3.3.1.ebuild
deleted file mode 100644
index 27faaa268b6d..000000000000
--- a/app-text/libexttextcat/libexttextcat-3.3.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libexttextcat/libexttextcat-3.3.1.ebuild,v 1.3 2012/07/31 14:13:46 scarabeus Exp $
-
-EAPI=4
-
-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="amd64 ~arm ppc x86 ~amd64-linux ~x86-linux"
-IUSE="static-libs"
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-src_configure() {
- econf \
- --disable-werror \
- $(use_enable static-libs static)
-}
-
-src_install() {
- default
- find "${ED}" -name '*.la' -exec rm -f {} +
-}