diff options
author | 2014-08-10 21:22:29 +0000 | |
---|---|---|
committer | 2014-08-10 21:22:29 +0000 | |
commit | 60ab3acd490b50c20b68dfe034019b2532236ef2 (patch) | |
tree | d0b9b525dbd71142b7857a617ae8e0828e5dd4af /dev-python/simpletal/simpletal-5.0.ebuild | |
parent | QA: drop trailing '.' from DESCRIPTION (diff) | |
download | gentoo-2-60ab3acd490b50c20b68dfe034019b2532236ef2.tar.gz gentoo-2-60ab3acd490b50c20b68dfe034019b2532236ef2.tar.bz2 gentoo-2-60ab3acd490b50c20b68dfe034019b2532236ef2.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 'dev-python/simpletal/simpletal-5.0.ebuild')
-rw-r--r-- | dev-python/simpletal/simpletal-5.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/simpletal/simpletal-5.0.ebuild b/dev-python/simpletal/simpletal-5.0.ebuild index 6ed4e5bbc03e..ae99950ddbe5 100644 --- a/dev-python/simpletal/simpletal-5.0.ebuild +++ b/dev-python/simpletal/simpletal-5.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/simpletal/simpletal-5.0.ebuild,v 1.3 2013/11/06 04:59:26 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/simpletal/simpletal-5.0.ebuild,v 1.4 2014/08/10 21:22:29 slyfox Exp $ EAPI="3" PYTHON_DEPEND="3" @@ -12,7 +12,7 @@ inherit distutils MY_PN="SimpleTAL" MY_P="${MY_PN}-${PV}" -DESCRIPTION="Stand alone Python implementation of the Zope TAL, TALES and METAL specs for HTML/XML templates." +DESCRIPTION="Stand alone Python implementation of the Zope TAL, TALES and METAL specs for HTML/XML templates" HOMEPAGE="http://www.owlfish.com/software/simpleTAL/ http://pypi.python.org/pypi/SimpleTAL" SRC_URI="http://www.owlfish.com/software/simpleTAL/downloads/${MY_P}.tar.gz" |