* [gentoo-commits] dev/eva:master commit in: app-text/libtextcat/
@ 2012-06-21 7:22 Gilles Dartiguelongue
0 siblings, 0 replies; 2+ messages in thread
From: Gilles Dartiguelongue @ 2012-06-21 7:22 UTC (permalink / raw
To: gentoo-commits
commit: 00ebcfa461fad4321f23c9db5d8403887972dee2
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 21 07:19:46 2012 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Thu Jun 21 07:19:46 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/eva.git;a=commit;h=00ebcfa4
app-text/libtextcat: initial ebuild
---
app-text/libtextcat/Manifest | 1 +
app-text/libtextcat/libtextcat-2.2.ebuild | 33 +++++++++++++++++++++++++++++
2 files changed, 34 insertions(+), 0 deletions(-)
diff --git a/app-text/libtextcat/Manifest b/app-text/libtextcat/Manifest
new file mode 100644
index 0000000..9a48ab5
--- /dev/null
+++ b/app-text/libtextcat/Manifest
@@ -0,0 +1 @@
+DIST libtextcat-2.2.tar.gz 540999 RMD160 2058bab6642460fdaee13993dd05da29aa516efa SHA1 e98d7149d6a20fdbb58cc0b79cb5e3f95ae304e4 SHA256 5677badffc48a8d332e345ea4fe225e3577f53fc95deeec8306000b256829655
diff --git a/app-text/libtextcat/libtextcat-2.2.ebuild b/app-text/libtextcat/libtextcat-2.2.ebuild
new file mode 100644
index 0000000..63342fd
--- /dev/null
+++ b/app-text/libtextcat/libtextcat-2.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+
+inherit autotools-utils
+
+DESCRIPTION="N-Gram-Based Text Categorization library"
+HOMEPAGE="http://software.wise-guys.nl/libtextcat/"
+SRC_URI="http://software.wise-guys.nl/download/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="static-libs"
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+
+DOCS=(ChangeLog README TODO)
+
+src_install() {
+ autotools-utils_src_install
+
+ insinto /usr/include/libtextcat
+ doins src/*.h
+
+ mv langclass/conf.txt langclass/fpdb.conf
+ insinto /usr/share/libtextcat
+ doins langclass/fpdb.conf
+ doins -r langclass/LM
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] dev/eva:master commit in: app-text/libtextcat/
@ 2012-10-20 9:58 Gilles Dartiguelongue
0 siblings, 0 replies; 2+ messages in thread
From: Gilles Dartiguelongue @ 2012-10-20 9:58 UTC (permalink / raw
To: gentoo-commits
commit: 0da935fd6721d3b27683da6f3b70dd2a3dc6deef
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 20 09:56:55 2012 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Oct 20 09:56:55 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/eva.git;a=commit;h=0da935fd
app-text/libtextcat: no need for that anymore
---
app-text/libtextcat/Manifest | 1 -
app-text/libtextcat/libtextcat-2.2.ebuild | 33 -----------------------------
2 files changed, 0 insertions(+), 34 deletions(-)
diff --git a/app-text/libtextcat/Manifest b/app-text/libtextcat/Manifest
deleted file mode 100644
index 9a48ab5..0000000
--- a/app-text/libtextcat/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST libtextcat-2.2.tar.gz 540999 RMD160 2058bab6642460fdaee13993dd05da29aa516efa SHA1 e98d7149d6a20fdbb58cc0b79cb5e3f95ae304e4 SHA256 5677badffc48a8d332e345ea4fe225e3577f53fc95deeec8306000b256829655
diff --git a/app-text/libtextcat/libtextcat-2.2.ebuild b/app-text/libtextcat/libtextcat-2.2.ebuild
deleted file mode 100644
index 63342fd..0000000
--- a/app-text/libtextcat/libtextcat-2.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="4"
-
-inherit autotools-utils
-
-DESCRIPTION="N-Gram-Based Text Categorization library"
-HOMEPAGE="http://software.wise-guys.nl/libtextcat/"
-SRC_URI="http://software.wise-guys.nl/download/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="static-libs"
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-DOCS=(ChangeLog README TODO)
-
-src_install() {
- autotools-utils_src_install
-
- insinto /usr/include/libtextcat
- doins src/*.h
-
- mv langclass/conf.txt langclass/fpdb.conf
- insinto /usr/share/libtextcat
- doins langclass/fpdb.conf
- doins -r langclass/LM
-}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-10-20 9:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-21 7:22 [gentoo-commits] dev/eva:master commit in: app-text/libtextcat/ Gilles Dartiguelongue
-- strict thread matches above, loose matches on Subject: below --
2012-10-20 9:58 Gilles Dartiguelongue
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox