Diff svn2cl-0.12 with a svn2cl-0.14

/usr/portage/dev-vcs/svn2cl/svn2cl-0.14.ebuild 2023-10-09 14:52:31.024368389 +0300
1
# Copyright 1999-2019 Gentoo Authors
1
# Copyright 1999-2021 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=7
......
10 10
LICENSE="BSD"
11 11
SLOT="0"
12 12
KEYWORDS="amd64 ~mips ~ppc x86"
13
IUSE=""
14 13

  
15 14
RDEPEND="dev-libs/libxslt
16 15
	dev-vcs/subversion"
......
26 25
}
27 26

  
28 27
pkg_postinst() {
29
	einfo "You can find samples of svn2html.css and authors.xml in"
30
	einfo "/usr/share/doc/${PF}/"
31
	einfo "Read man page for details."
28
	elog "You can find samples of svn2html.css and authors.xml in"
29
	elog "/usr/share/doc/${PF}/"
30
	elog "Read man page for details."
32 31
}
Thank you!