diff options
author | 2014-08-10 21:09:00 +0000 | |
---|---|---|
committer | 2014-08-10 21:09:00 +0000 | |
commit | af0a19094bd7a5384370d447a54b00f348f32035 (patch) | |
tree | 6977f53041d553494ee7f9676c519e426444679c /dev-python/columnize/columnize-0.3.4.ebuild | |
parent | QA: drop trailing '.' from DESCRIPTION (diff) | |
download | gentoo-2-af0a19094bd7a5384370d447a54b00f348f32035.tar.gz gentoo-2-af0a19094bd7a5384370d447a54b00f348f32035.tar.bz2 gentoo-2-af0a19094bd7a5384370d447a54b00f348f32035.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/columnize/columnize-0.3.4.ebuild')
-rw-r--r-- | dev-python/columnize/columnize-0.3.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/columnize/columnize-0.3.4.ebuild b/dev-python/columnize/columnize-0.3.4.ebuild index 45bc15ce3fac..219a2cf161b5 100644 --- a/dev-python/columnize/columnize-0.3.4.ebuild +++ b/dev-python/columnize/columnize-0.3.4.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/columnize/columnize-0.3.4.ebuild,v 1.1 2013/01/11 06:21:35 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/columnize/columnize-0.3.4.ebuild,v 1.2 2014/08/10 21:09:00 slyfox Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -10,7 +10,7 @@ DISTUTILS_SRC_TEST="nosetests" inherit distutils -DESCRIPTION="Format a simple (i.e. not nested) list into aligned columns." +DESCRIPTION="Format a simple (i.e. not nested) list into aligned columns" HOMEPAGE="http://code.google.com/p/pycolumnize/ http://pypi.python.org/pypi/columnize" SRC_URI="http://pycolumnize.googlecode.com/files/${P}.tar.gz" |