diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2009-06-12 00:13:59 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2009-06-12 00:13:59 +0300 |
commit | d987eb25aa5b31d49ab3e9378dbc250a33535a5d (patch) | |
tree | 279bc2a2544933e395f2c302c0ece7b3b171de6c /www-apps | |
parent | 1c499499a13d8967ffe79f09b935940d739fae85 (diff) |
modified: app-emulation/wine/wine-9999.ebuild
modified: www-apps/trac/trac-9999.ebuild
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/trac/trac-9999.ebuild | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/www-apps/trac/trac-9999.ebuild b/www-apps/trac/trac-9999.ebuild index 3f1b942..0a3cda4 100644 --- a/www-apps/trac/trac-9999.ebuild +++ b/www-apps/trac/trac-9999.ebuild @@ -13,15 +13,22 @@ HOMEPAGE="http://trac.edgewall.com/" LICENSE="trac" SRC_URI="" -ESVN_REPO_URI="http://svn.edgewall.org/repos/trac/trunk" +IUSE="cgi fastcgi mysql multirepos postgres sqlite subversion" + +if use multirepos ; then + ESVN_REPO_URI="http://svn.edgewall.com/repos/trac/sandbox/multirepos" + ESVN_PROJECT="${PN/-multirepos-svn}" +else + ESVN_REPO_URI="http://svn.edgewall.org/repos/trac/trunk" + ESVN_PROJECT="${PN/-svn}" +fi ESVN_STORE_DIR="${DISTDIR}/svn-src" -ESVN_PROJECT="${PN/-svn}" #ESVN_BOOTSTRAP="./reconf" S="${WORKDIR}/${P/_/}" -IUSE="cgi fastcgi mysql postgres sqlite subversion" + KEYWORDS="~x86 ~amd64" |