Package-Manager: Portage-2.3.40, Repoman-2.3.9
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=2
+EAPI=6
inherit autotools
DESCRIPTION="A generic file repository synchronization tool"
doc? ( www-client/lynx )"
src_prepare() {
+ default
sed -i \
-e "s/#if (DB_VERSION_MAJOR != 4).*/#if (DB_VERSION_MAJOR < 4)/" \
configure.ac || die
}
src_install() {
- emake DESTDIR="${D}" install || die
- cd doc
- dodoc README *.txt
- use doc && dohtml *.html *.css
+ DOCS=( doc/README doc/*.txt )
+ use doc && HTML_DOCS=( doc/*.html doc/*.css )
+ default
}