diff options
author | David Seifert <soap@gentoo.org> | 2017-12-01 21:19:04 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-01 23:15:46 +0100 |
commit | 24908b7eebfe6e82e5e2823af094edd9f9629c19 (patch) | |
tree | 739e7e6477b14253bd03a26a00265c5b0d70434a /www-apps | |
parent | www-apps/openwebstats: [QA] Fix DESCRIPTION.toolong (diff) | |
download | gentoo-24908b7eebfe6e82e5e2823af094edd9f9629c19.tar.gz gentoo-24908b7eebfe6e82e5e2823af094edd9f9629c19.tar.bz2 gentoo-24908b7eebfe6e82e5e2823af094edd9f9629c19.zip |
www-apps/trac: [QA] Fix DESCRIPTION.toolong
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/trac/trac-1.0.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apps/trac/trac-1.0.9.ebuild b/www-apps/trac/trac-1.0.9.ebuild index 3e262e03464f..05b93fd82c2a 100644 --- a/www-apps/trac/trac-1.0.9.ebuild +++ b/www-apps/trac/trac-1.0.9.ebuild @@ -13,7 +13,7 @@ inherit distutils-r1 eutils user webapp MY_PV=${PV/_p/.post} MY_P=Trac-${MY_PV} -DESCRIPTION="Trac is a minimalistic web-based project management, wiki and bug/issue tracking system" +DESCRIPTION="Enhanced wiki and issue tracking system for software development projects" HOMEPAGE="http://trac.edgewall.com/ https://pypi.python.org/pypi/Trac" SRC_URI="http://ftp.edgewall.com/pub/trac/${MY_P}.tar.gz" |