summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/urwid')
-rw-r--r--dev-python/urwid/ChangeLog5
-rw-r--r--dev-python/urwid/urwid-0.9.9.1.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/urwid/ChangeLog b/dev-python/urwid/ChangeLog
index f09774d4a20a..39e5cefaef67 100644
--- a/dev-python/urwid/ChangeLog
+++ b/dev-python/urwid/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/urwid
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/ChangeLog,v 1.71 2014/04/08 07:24:05 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/ChangeLog,v 1.72 2014/08/10 21:24:44 slyfox Exp $
+
+ 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> urwid-0.9.9.1.ebuild:
+ QA: drop trailing '.' from DESCRIPTION
*urwid-1.2.1 (08 Apr 2014)
diff --git a/dev-python/urwid/urwid-0.9.9.1.ebuild b/dev-python/urwid/urwid-0.9.9.1.ebuild
index 4bc560773792..0f745c51bf36 100644
--- a/dev-python/urwid/urwid-0.9.9.1.ebuild
+++ b/dev-python/urwid/urwid-0.9.9.1.ebuild
@@ -1,13 +1,13 @@
-# 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/urwid/urwid-0.9.9.1.ebuild,v 1.6 2013/08/03 09:45:46 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/urwid/urwid-0.9.9.1.ebuild,v 1.7 2014/08/10 21:24:44 slyfox Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
inherit distutils
-DESCRIPTION="Urwid is a curses-based user interface library for Python."
+DESCRIPTION="Urwid is a curses-based user interface library for Python"
HOMEPAGE="http://excess.org/urwid/ http://pypi.python.org/pypi/urwid"
SRC_URI="http://excess.org/urwid/${P}.tar.gz"