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

Collapse All | Expand All

(-)/var/portage/tree/www-apps/trac/trac-0.9_beta2.ebuild (-3 / +11 lines)
Lines 1-8 Link Here
1
# Copyright 1999-2005 Gentoo Foundation
1
# Copyright 1999-2005 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/trac/trac-0.9_beta2.ebuild,v 1.1 2005/09/28 22:35:52 dju Exp $
3
# $Header: $
4
4
5
inherit distutils webapp
5
inherit distutils eutils webapp
6
6
7
MY_P=${P/_beta/b}
7
MY_P=${P/_beta/b}
8
8
Lines 13-19 Link Here
13
13
14
LICENSE="trac"
14
LICENSE="trac"
15
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
15
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
16
IUSE="vhosts cgi fastcgi postgres sqlite enscript silvercity"
16
IUSE="vhosts cgi fastcgi postgres sqlite enscript silvercity darcs"
17
17
18
# doing so because utils (such as trac-admin), manpages... overlap
18
# doing so because utils (such as trac-admin), manpages... overlap
19
SLOT="0"
19
SLOT="0"
Lines 42-47 Link Here
42
	webapp_pkg_setup
42
	webapp_pkg_setup
43
}
43
}
44
44
45
src_unpack () {
46
	unpack ${A}
47
	if use darcs ; then
48
		cd ${S}
49
		epatch ${FILESDIR}/${PV}-vc-general.patch
50
	fi
51
}
52
45
src_install () {
53
src_install () {
46
	# project databases might go in here
54
	# project databases might go in here
47
	keepdir /var/lib/trac
55
	keepdir /var/lib/trac

Return to bug 109477