From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libexttextcat/
Date: Sun, 8 Oct 2017 19:08:29 +0000 (UTC) [thread overview]
Message-ID: <1507489696.3a81c9f3ae11e753ff9fd7c06e89a389771d6f47.asturm@gentoo> (raw)
commit: 3a81c9f3ae11e753ff9fd7c06e89a389771d6f47
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 8 18:51:07 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 8 19:08:16 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a81c9f3
app-text/libexttextcat: 3.4.5 version bump, EAPI 6
Package-Manager: Portage-2.3.11, Repoman-2.3.3
app-text/libexttextcat/Manifest | 1 +
app-text/libexttextcat/libexttextcat-3.4.5.ebuild | 27 +++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/app-text/libexttextcat/Manifest b/app-text/libexttextcat/Manifest
index 2bf0efcc589..fe9b08f0fb5 100644
--- a/app-text/libexttextcat/Manifest
+++ b/app-text/libexttextcat/Manifest
@@ -1 +1,2 @@
DIST libexttextcat-3.4.4.tar.xz 1025376 SHA256 f24c086cf3523424228ed58b9f678cc7647688822e5407d5fbc155fbfc846293 SHA512 f1f7a4292199cb6102cc56a5338b19049664ea664adc96a67a71205fe33d6a40f68b8695825fe253427575347ab6230dce5e0b703635534f32a0f70ff001eeed WHIRLPOOL 00413e249aab03720bc237f72497441586c49a24bfdc23100adce0b76585602d44f84393b90eade07eeb6c7083eb4ba5ff9f5f439148880ad7599d2db2b080e2
+DIST libexttextcat-3.4.5.tar.xz 1041268 SHA256 13fdbc9d4c489a4d0519e51933a1aa21fe3fb9eb7da191b87f7a63e82797dac8 SHA512 f05a9f08c2f2f335d0e483c024321b96fee7424bc1398d4c6acbd9c501f92e22f881bc3d6ec2c0434f9bf4604f3c4b0e880e37d3d0de410eac1a20ea6669baa6 WHIRLPOOL 64c11606ac87af7ca9b1394a098b1a4490f2531db214aa9283625bc118cbc1bf123dd93f6dd94e608bddcc57f9ec522c7dfb641065232dfad7c53ba405299b9e
diff --git a/app-text/libexttextcat/libexttextcat-3.4.5.ebuild b/app-text/libexttextcat/libexttextcat-3.4.5.ebuild
new file mode 100644
index 00000000000..126ef36d143
--- /dev/null
+++ b/app-text/libexttextcat/libexttextcat-3.4.5.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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 ~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 "${D}" -name '*.la' -delete || die
+}
next reply other threads:[~2017-10-08 19:08 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-08 19:08 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-02-20 20:49 [gentoo-commits] repo/gentoo:master commit in: app-text/libexttextcat/ Andreas Sturmlechner
2024-02-20 5:56 Sam James
2024-02-17 9:55 Arthur Zamarin
2024-02-12 10:31 Sam James
2024-01-28 16:37 Andreas Sturmlechner
2021-12-26 15:16 Andreas Sturmlechner
2021-12-25 17:36 Arthur Zamarin
2021-12-25 17:36 Arthur Zamarin
2021-12-25 8:25 Agostino Sarubbo
2021-12-23 10:36 Agostino Sarubbo
2021-12-22 18:26 Arthur Zamarin
2021-11-18 11:46 Andreas Sturmlechner
2021-07-23 18:28 Marek Szuba
2019-07-30 18:34 Aaron Bauman
2019-02-17 17:42 Mikle Kolyada
2018-03-28 5:15 Matt Turner
2018-01-28 12:48 Sergei Trofimovich
2018-01-25 16:43 Andreas Sturmlechner
2017-11-26 19:11 Sergei Trofimovich
2017-11-26 19:06 Sergei Trofimovich
2017-11-17 11:18 Tobias Klausmann
2017-11-14 15:15 Manuel RĂ¼ger
2017-11-11 11:19 Sergei Trofimovich
2017-11-11 9:27 Sergei Trofimovich
2017-11-11 9:27 Sergei Trofimovich
2017-07-02 14:36 Sergei Trofimovich
2016-11-16 21:04 Markus Meier
2016-11-05 10:42 Jeroen Roovers
2016-10-21 19:08 Tobias Klausmann
2016-02-05 17:37 Tobias Klausmann
2015-11-18 9:53 Sergey Popov
2015-11-01 19:10 Jeroen Roovers
2015-10-31 6:58 Jeroen Roovers
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1507489696.3a81c9f3ae11e753ff9fd7c06e89a389771d6f47.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox