summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2022-02-13 00:16:58 +0100
committerConrad Kostecki <conikost@gentoo.org>2022-02-13 22:06:43 +0100
commit9f29ca641a8c235df2de37faccd2bbb119d1c5cc (patch)
tree1e1d2be5b233838c135fc40dc238d1af771d13a1 /app-text/crf++
parentapp-text/ansifilter: fix DeprecatedInsinto (diff)
downloadgentoo-9f29ca641a8c235df2de37faccd2bbb119d1c5cc.tar.gz
gentoo-9f29ca641a8c235df2de37faccd2bbb119d1c5cc.tar.bz2
gentoo-9f29ca641a8c235df2de37faccd2bbb119d1c5cc.zip
app-text/crf++: fix DeprecatedInsinto
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-text/crf++')
-rw-r--r--app-text/crf++/crf++-0.58.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/app-text/crf++/crf++-0.58.ebuild b/app-text/crf++/crf++-0.58.ebuild
index 006c97d4b825..f14ffbc4defd 100644
--- a/app-text/crf++/crf++-0.58.ebuild
+++ b/app-text/crf++/crf++-0.58.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -10,14 +10,13 @@ MY_P="${P^^[crf]}"
DESCRIPTION="Yet Another CRF toolkit for segmenting/labelling sequential data"
HOMEPAGE="https://taku910.github.io/crfpp/"
SRC_URI="mirror://gentoo/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
LICENSE="|| ( BSD LGPL-2.1 )"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="examples static-libs"
-S="${WORKDIR}/${MY_P}"
-
PATCHES=( "${FILESDIR}"/${PN}-automake-1.13.patch )
HTML_DOCS=( doc/. )
@@ -50,9 +49,8 @@ src_install() {
einstalldocs
if use examples; then
+ dodoc -r example
docompress -x /usr/share/doc/${PF}/example
- insinto /usr/share/doc/${PF}
- doins -r example
fi
if ! use static-libs; then