Line | |
---|
1 | # Copyright 1999-2010 Gentoo Foundation |
---|
2 | # Distributed under the terms of the GNU General Public License v2 |
---|
3 | # $Header: /var/cvsroot/gentoo-x86/www-apps/trac-webadmin/trac-webadmin-0.1.2.ebuild,v 1.4 2007/02/13 20:39:33 corsair Exp $ |
---|
4 | |
---|
5 | EAPI="2" |
---|
6 | PYTHON_DEPEND="2" |
---|
7 | SUPPORT_PYTHON_ABIS="1" |
---|
8 | RESTRICT_PYTHON_ABIS="3.*" |
---|
9 | |
---|
10 | inherit distutils subversion |
---|
11 | |
---|
12 | ESVN_REPO_URI="http://distributedinformation.com/svn/projects/TWiki/TracOnTWikiContrib/trac/NatSkin" |
---|
13 | DESCRIPTION="A theme for Trac based on TWiki NatSkin" |
---|
14 | HOMEPAGE="http://trac-hacks.org/wiki/TwikiNatSkinTheme" |
---|
15 | |
---|
16 | LICENSE="trac" |
---|
17 | KEYWORDS="~amd64 ~arm ~ppc64 ~x86" |
---|
18 | IUSE="" |
---|
19 | |
---|
20 | SLOT="0" |
---|
21 | |
---|
22 | DEPEND="dev-python/setuptools" |
---|
23 | RDEPEND=">=www-apps/trac-0.12 |
---|
24 | >=www-apps/trac-themeengine-2.0" |
---|
25 | |
---|
26 | pkg_postinst() { |
---|
27 | elog "To enable the IntraBlog template, you have to add:" |
---|
28 | elog " [components]" |
---|
29 | elog " natskintheme.* = enabled" |
---|
30 | elog |
---|
31 | elog " [theme]" |
---|
32 | elog " theme = NatSkin" |
---|
33 | elog "to your trac.ini files." |
---|
34 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.