From 9f29ca641a8c235df2de37faccd2bbb119d1c5cc Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Sun, 13 Feb 2022 00:16:58 +0100 Subject: app-text/crf++: fix DeprecatedInsinto Signed-off-by: Conrad Kostecki --- app-text/crf++/crf++-0.58.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'app-text/crf++') 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 -- cgit v1.2.3-65-gdbad