diff options
-rw-r--r-- | app-accessibility/speech-dispatcher/ChangeLog | 8 | ||||
-rw-r--r-- | app-accessibility/speech-dispatcher/speech-dispatcher-0.8-r1.ebuild (renamed from app-accessibility/speech-dispatcher/speech-dispatcher-0.8.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/app-accessibility/speech-dispatcher/ChangeLog b/app-accessibility/speech-dispatcher/ChangeLog index 65ff246749e1..e22f479e3a9c 100644 --- a/app-accessibility/speech-dispatcher/ChangeLog +++ b/app-accessibility/speech-dispatcher/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-accessibility/speech-dispatcher # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.84 2013/03/28 12:22:25 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.85 2013/03/28 12:34:56 jlec Exp $ + +*speech-dispatcher-0.8-r1 (28 Mar 2013) + + 28 Mar 2013; Justin Lecher <jlec@gentoo.org> -speech-dispatcher-0.8.ebuild, + +speech-dispatcher-0.8-r1.ebuild: + Drop pypy support as package only supports py3, #463602 28 Mar 2013; Justin Lecher <jlec@gentoo.org> speech-dispatcher-0.8.ebuild: Add fix for not wanted maintainer-mode, #463600 diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.ebuild b/app-accessibility/speech-dispatcher/speech-dispatcher-0.8-r1.ebuild index e30c71f286f4..de1fcb92ccf0 100644 --- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.ebuild +++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.8-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.ebuild,v 1.2 2013/03/28 12:22:25 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.8-r1.ebuild,v 1.1 2013/03/28 12:34:56 jlec Exp $ EAPI=5 -PYTHON_COMPAT=( python3_2 pypy{1_9,2_0} ) +PYTHON_COMPAT=( python3_2 ) inherit autotools-utils python-r1 |