Diff svn2cl-0.12 with a svn2cl-0.14

/usr/portage/dev-vcs/svn2cl/svn2cl-0.14.ebuild 2024-12-25 14:59:49.071270089 +0300
10 10
LICENSE="BSD"
11 11
SLOT="0"
12 12
KEYWORDS="amd64 ~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!