Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 498444 | Differences between
and this patch

Collapse All | Expand All

(-)ikiwiki-3.20130904.1.ebuild (-1 / +14 lines)
Lines 47-53 SUGGESTED_RDEPEND=" Link Here
47
	media-gfx/imagemagick[perl]
47
	media-gfx/imagemagick[perl]
48
"
48
"
49
49
50
TEST_DEPEND="dev-perl/File-chdir"
50
TEST_DEPEND="
51
	dev-perl/File-chdir
52
	dev-perl/File-ReadBackwards
53
	dev-perl/File-MimeInfo
54
	dev-perl/Net-OpenID-Consumer
55
	dev-perl/HTML-LinkExtractor
56
	dev-perl/HTML-Tree
57
	dev-perl/XML-Twig
58
	dev-perl/XML-Feed
59
	dev-perl/RPC-XML
60
	dev-vcs/cvs[server]
61
	dev-vcs/cvsps
62
"
51
63
52
DEPEND="
64
DEPEND="
53
	>=dev-lang/perl-5.10
65
	>=dev-lang/perl-5.10
Lines 76-81 DEPEND="${DEPEND} Link Here
76
SRC_TEST=do
88
SRC_TEST=do
77
89
78
src_prepare() {
90
src_prepare() {
91
	addpredict "/usr/lib/plan9/lib/fortunes" #bug 498444 /usr/lib/plan9/lib/fortunes.index
79
	sed -i 's,lib/ikiwiki,libexec/ikiwiki,' \
92
	sed -i 's,lib/ikiwiki,libexec/ikiwiki,' \
80
		"${S}"/{IkiWiki.pm,Makefile.PL,doc/plugins/install.mdwn} || die
93
		"${S}"/{IkiWiki.pm,Makefile.PL,doc/plugins/install.mdwn} || die
81
#	if use w3m ; then
94
#	if use w3m ; then

Return to bug 498444