diff options
Diffstat (limited to 'app-i18n/mozc')
-rw-r--r-- | app-i18n/mozc/ChangeLog | 6 | ||||
-rw-r--r-- | app-i18n/mozc/mozc-1.10.1390.102-r1.ebuild | 6 | ||||
-rw-r--r-- | app-i18n/mozc/mozc-1.13.1651.102.ebuild | 6 | ||||
-rw-r--r-- | app-i18n/mozc/mozc-2.16.2037.102.ebuild | 4 |
4 files changed, 13 insertions, 9 deletions
diff --git a/app-i18n/mozc/ChangeLog b/app-i18n/mozc/ChangeLog index 615f62a99bda..d3c93c190d77 100644 --- a/app-i18n/mozc/ChangeLog +++ b/app-i18n/mozc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/mozc # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/mozc/ChangeLog,v 1.16 2015/03/18 02:32:57 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/mozc/ChangeLog,v 1.17 2015/04/08 07:30:31 mgorny Exp $ + + 08 Apr 2015; Michał Górny <mgorny@gentoo.org> mozc-1.10.1390.102-r1.ebuild, + mozc-1.13.1651.102.ebuild, mozc-2.16.2037.102.ebuild: + Remove old Python implementations 18 Mar 2015; Naohiro Aota <naota@gentoo.org> mozc-2.16.2037.102.ebuild: Fix ibus-qt dependency suggested by hrnr. #542376 diff --git a/app-i18n/mozc/mozc-1.10.1390.102-r1.ebuild b/app-i18n/mozc/mozc-1.10.1390.102-r1.ebuild index 1f469213d662..7b7f8ab8e55a 100644 --- a/app-i18n/mozc/mozc-1.10.1390.102-r1.ebuild +++ b/app-i18n/mozc/mozc-1.10.1390.102-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/mozc/mozc-1.10.1390.102-r1.ebuild,v 1.1 2013/12/25 03:45:26 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/mozc/mozc-1.10.1390.102-r1.ebuild,v 1.2 2015/04/08 07:30:31 mgorny Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) inherit elisp-common eutils multilib multiprocessing python-single-r1 toolchain-funcs DESCRIPTION="The Mozc engine for IBus Framework" diff --git a/app-i18n/mozc/mozc-1.13.1651.102.ebuild b/app-i18n/mozc/mozc-1.13.1651.102.ebuild index 7259b78a4ccc..c667361cedd9 100644 --- a/app-i18n/mozc/mozc-1.13.1651.102.ebuild +++ b/app-i18n/mozc/mozc-1.13.1651.102.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/mozc/mozc-1.13.1651.102.ebuild,v 1.2 2014/06/05 01:40:06 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/mozc/mozc-1.13.1651.102.ebuild,v 1.3 2015/04/08 07:30:31 mgorny Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) inherit elisp-common eutils multilib multiprocessing python-single-r1 toolchain-funcs DESCRIPTION="The Mozc engine for IBus Framework" diff --git a/app-i18n/mozc/mozc-2.16.2037.102.ebuild b/app-i18n/mozc/mozc-2.16.2037.102.ebuild index 4b9ec085862d..06ddb9bfc69e 100644 --- a/app-i18n/mozc/mozc-2.16.2037.102.ebuild +++ b/app-i18n/mozc/mozc-2.16.2037.102.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/mozc/mozc-2.16.2037.102.ebuild,v 1.5 2015/03/18 02:32:57 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/mozc/mozc-2.16.2037.102.ebuild,v 1.6 2015/04/08 07:30:31 mgorny Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) PLOCALES="de ja zh_CN zh_TW" inherit elisp-common eutils l10n multilib multiprocessing python-single-r1 toolchain-funcs |