summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2013-01-18 04:13:36 +0000
committerMike Gilbert <floppym@gentoo.org>2013-01-18 04:13:36 +0000
commite3835423c8f67282e1a074c92988755f8639829f (patch)
tree91dfe835484c9b1b7137e72242f6998e800ecdb5 /dev-python/charade
parentBump (diff)
downloadgentoo-2-e3835423c8f67282e1a074c92988755f8639829f.tar.gz
gentoo-2-e3835423c8f67282e1a074c92988755f8639829f.tar.bz2
gentoo-2-e3835423c8f67282e1a074c92988755f8639829f.zip
Version bump, fixes bug 452466. Thanks to Ian Cordasco for the quick fix.
(Portage version: 2.2.0_alpha154/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'dev-python/charade')
-rw-r--r--dev-python/charade/ChangeLog10
-rw-r--r--dev-python/charade/charade-1.0.3.ebuild (renamed from dev-python/charade/charade-1.0.1.ebuild)4
2 files changed, 10 insertions, 4 deletions
diff --git a/dev-python/charade/ChangeLog b/dev-python/charade/ChangeLog
index 5af0ee31bccb..475e5203ec7f 100644
--- a/dev-python/charade/ChangeLog
+++ b/dev-python/charade/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/charade
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/charade/ChangeLog,v 1.2 2012/12/21 12:55:08 mgorny Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/charade/ChangeLog,v 1.3 2013/01/18 04:13:36 floppym Exp $
+
+*charade-1.0.3 (18 Jan 2013)
+
+ 18 Jan 2013; Mike Gilbert <floppym@gentoo.org> +charade-1.0.3.ebuild,
+ -charade-1.0.1.ebuild:
+ Version bump, fixes bug 452466. Thanks to Ian Cordasco for the quick fix.
21 Dec 2012; Michał Górny <mgorny@gentoo.org> charade-1.0.1.ebuild:
Use PYTHON_USEDEP to properly request implementation support in deps.
diff --git a/dev-python/charade/charade-1.0.1.ebuild b/dev-python/charade/charade-1.0.3.ebuild
index 8ce7ada75271..d1b2fa619f23 100644
--- a/dev-python/charade/charade-1.0.1.ebuild
+++ b/dev-python/charade/charade-1.0.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/charade/charade-1.0.1.ebuild,v 1.2 2012/12/21 12:55:08 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/charade/charade-1.0.3.ebuild,v 1.1 2013/01/18 04:13:36 floppym Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} )