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 (-5 / +21 lines)
Lines 1-14 Link Here
1
# Copyright 1999-2013 Gentoo Foundation
1
# Copyright 1999-2012 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/www-apps/ikiwiki/ikiwiki-3.20130904.1.ebuild,v 1.2 2013/12/23 15:48:37 pacho Exp $
3
# $Header: /var/cvsroot/gentoo-x86/www-apps/ikiwiki/ikiwiki-3.20121212.ebuild,v 1.1 2012/12/27 20:20:00 tove Exp $
4
4
5
EAPI=5
5
EAPI=5
6
6
7
inherit perl-module
7
inherit eutils perl-module
8
[[ ${PV} = 9999 ]] && inherit git-2
9
10
EGIT_REPO_URI="git://git.ikiwiki.info/ikiwiki.git"
8
11
9
DESCRIPTION="A wiki compiler"
12
DESCRIPTION="A wiki compiler"
10
HOMEPAGE="http://ikiwiki.info/"
13
HOMEPAGE="http://ikiwiki.info/"
11
SRC_URI="mirror://debian/pool/main/i/ikiwiki/${PN}_${PV}.tar.gz"
14
[[ ${PV} = 9999 ]] || SRC_URI="mirror://debian/pool/main/i/ikiwiki/${PN}_${PV}.tar.gz"
12
15
13
LICENSE="GPL-2"
16
LICENSE="GPL-2"
14
SLOT="0"
17
SLOT="0"
Lines 47-53 SUGGESTED_RDEPEND=" Link Here
47
	media-gfx/imagemagick[perl]
50
	media-gfx/imagemagick[perl]
48
"
51
"
49
52
50
TEST_DEPEND="dev-perl/File-chdir"
53
TEST_DEPEND="
54
	dev-perl/File-chdir
55
	dev-perl/File-ReadBackwards
56
	dev-perl/File-MimeInfo
57
	dev-perl/Net-OpenID-Consumer
58
	dev-perl/HTML-LinkExtractor
59
	dev-perl/HTML-Tree
60
	dev-perl/XML-Twig
61
	dev-perl/XML-Feed
62
	dev-perl/RPC-XML
63
	dev-vcs/cvs[server]
64
	dev-vcs/cvsps
65
"
51
66
52
DEPEND="
67
DEPEND="
53
	>=dev-lang/perl-5.10
68
	>=dev-lang/perl-5.10
Lines 76-81 DEPEND="${DEPEND} Link Here
76
SRC_TEST=do
91
SRC_TEST=do
77
92
78
src_prepare() {
93
src_prepare() {
94
	addpredict "/usr/lib/plan9/lib/fortunes" #bug 498444 /usr/lib/plan9/lib/fortunes.index
79
	sed -i 's,lib/ikiwiki,libexec/ikiwiki,' \
95
	sed -i 's,lib/ikiwiki,libexec/ikiwiki,' \
80
		"${S}"/{IkiWiki.pm,Makefile.PL,doc/plugins/install.mdwn} || die
96
		"${S}"/{IkiWiki.pm,Makefile.PL,doc/plugins/install.mdwn} || die
81
#	if use w3m ; then
97
#	if use w3m ; then

Return to bug 498444