diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 20:15:43 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 20:15:43 +0000 |
commit | 9c18ccff66110e4d1a38371faa76264594a6bc28 (patch) | |
tree | 408e83f18f1bf9fadafe42572fdfd8e046ac818f /www-apps | |
parent | QA: drop trailing '.' from DESCRIPTION (diff) | |
download | gentoo-2-9c18ccff66110e4d1a38371faa76264594a6bc28.tar.gz gentoo-2-9c18ccff66110e4d1a38371faa76264594a6bc28.tar.bz2 gentoo-2-9c18ccff66110e4d1a38371faa76264594a6bc28.zip |
QA: drop trailing '.' from DESCRIPTION
(Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/trac-tags/ChangeLog | 8 | ||||
-rw-r--r-- | www-apps/trac-tags/trac-tags-0.6.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/www-apps/trac-tags/ChangeLog b/www-apps/trac-tags/ChangeLog index 0ea8da4233ed..aeb061148284 100644 --- a/www-apps/trac-tags/ChangeLog +++ b/www-apps/trac-tags/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-apps/trac-tags -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/trac-tags/ChangeLog,v 1.2 2011/02/27 16:46:23 rafaelmartins Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/trac-tags/ChangeLog,v 1.3 2014/08/10 20:15:43 slyfox Exp $ + + 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> trac-tags-0.6.ebuild: + QA: drop trailing '.' from DESCRIPTION 27 Feb 2011; Rafael G. Martins <rafaelmartins@gentoo.org> trac-tags-0.6.ebuild: @@ -11,4 +14,3 @@ 27 Feb 2011; Rafael G. Martins <rafaelmartins@gentoo.org> +trac-tags-0.6.ebuild, +metadata.xml: Initial version. - diff --git a/www-apps/trac-tags/trac-tags-0.6.ebuild b/www-apps/trac-tags/trac-tags-0.6.ebuild index 8aa4906f3d48..60c4429cc5e3 100644 --- a/www-apps/trac-tags/trac-tags-0.6.ebuild +++ b/www-apps/trac-tags/trac-tags-0.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/trac-tags/trac-tags-0.6.ebuild,v 1.2 2011/02/27 16:46:23 rafaelmartins Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/trac-tags/trac-tags-0.6.ebuild,v 1.3 2014/08/10 20:15:43 slyfox Exp $ EAPI=3 @@ -13,7 +13,7 @@ inherit distutils MY_REV="9901" MY_DIR="tagsplugin/tags/${PV}" -DESCRIPTION="Tags plugin for Trac." +DESCRIPTION="Tags plugin for Trac" HOMEPAGE="http://trac-hacks.org/wiki/TagsPlugin" SRC_URI="http://trac-hacks.org/changeset/${MY_REV}/${MY_DIR}?old_path=%2F&format=zip -> ${P}.zip" |