summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/unidecode')
-rw-r--r--dev-python/unidecode/ChangeLog6
-rw-r--r--dev-python/unidecode/unidecode-0.04.9.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/unidecode/ChangeLog b/dev-python/unidecode/ChangeLog
index 3d2b3a4ec62f..14a5d86108b1 100644
--- a/dev-python/unidecode/ChangeLog
+++ b/dev-python/unidecode/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/unidecode
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/ChangeLog,v 1.1 2012/05/27 21:30:12 sochotnicky Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/ChangeLog,v 1.2 2012/05/27 21:41:18 sochotnicky Exp $
+
+ 27 May 2012; Stanislav Ochotnicky <sochotnicky@gentoo.org>
+ unidecode-0.04.9.ebuild:
+ Fix a typo in description of dev-python/unidecode
*unidecode-0.04.9 (27 May 2012)
diff --git a/dev-python/unidecode/unidecode-0.04.9.ebuild b/dev-python/unidecode/unidecode-0.04.9.ebuild
index 6a4a6c39f676..3224add90f9c 100644
--- a/dev-python/unidecode/unidecode-0.04.9.ebuild
+++ b/dev-python/unidecode/unidecode-0.04.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/unidecode-0.04.9.ebuild,v 1.1 2012/05/27 21:30:12 sochotnicky Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/unidecode/unidecode-0.04.9.ebuild,v 1.2 2012/05/27 21:41:18 sochotnicky Exp $
EAPI=4
@@ -11,7 +11,7 @@ inherit distutils
S="${WORKDIR}/Unidecode-${PV}"
-DESCRIPTION="Moduke providing ASCII transliterations of Unicode text"
+DESCRIPTION="Module providing ASCII transliterations of Unicode text"
HOMEPAGE="http://pypi.python.org/pypi/Unidecode"
SRC_URI="mirror://pypi/U/Unidecode/Unidecode-${PV}.tar.gz"