diff options
author | Bertrand Jacquin <beber@meleeweb.net> | 2014-05-16 00:23:47 +0200 |
---|---|---|
committer | Bertrand Jacquin <beber@meleeweb.net> | 2014-05-16 00:27:11 +0200 |
commit | b9c6f7653b181d9ed15c9f0afe48cac61d09babf (patch) | |
tree | 60cc71df7583112cc66dd9093382236b26a75f34 /profiles | |
parent | profiles/common: Enable DISTUTILS_NO_PARALLEL_BUILD (diff) | |
download | portage-b9c6f7653b181d9ed15c9f0afe48cac61d09babf.tar.xz |
www-apps/trac: trac-1.0.1-r1: Stick more better to upstream dependency, Add a USE flag highlight, Add a USE flag markdown, src_prepare() now called epatch and then distutils-r1_src_prepare instead of defining python_prepare_all(). So it's more readable and classic., Use python_doscript in a python_install() to install every cgi with the correct libexec wrapper and make the cgi usable by the best python version. I don't use python_install_all so the cgi available for other python version than only the best one, Drop DISTUTILS_SINGLE_IMPL. trac-1.0.1-r2: Add a working FEATURES=test, Drop ~ppc64 and ~sparc since USE=test DEPEND on dev-python/twill that is not keyworded for those arches
Package-Manager: portage-2.2.10
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/use.local.desc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 7d6dd828..9db9fcd6 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -86,5 +86,7 @@ virtual/linux-sources:firmware - Install linux kernel firmware www-apps/phabricator:highlight - Enable source code highlighting via dev-python/pygments www-apps/phabricator:mail - Update Differential and Maniphest by replying to messages and create Maniphest tasks via email www-apps/phabricator:mercurial - Support for dev-vcs/mercurial +www-apps/trac:highlight - Enable source code highlighting www-apps/trac:i18n - Enable support for i18n with dev-python/Babel +www-apps/trac:markdown - Markdown support www-client/arcanist:mercurial - Support for dev-vcs/mercurial |