diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-04-20 19:27:09 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-04-20 19:27:09 +0000 |
commit | f071a65b61f9838e04f126ba939bb493640353c4 (patch) | |
tree | 2bb9983bc8fdd24db4915cc1d6c7dca642197201 /app-i18n/mozc | |
parent | Remove old. (diff) | |
download | gentoo-2-f071a65b61f9838e04f126ba939bb493640353c4.tar.gz gentoo-2-f071a65b61f9838e04f126ba939bb493640353c4.tar.bz2 gentoo-2-f071a65b61f9838e04f126ba939bb493640353c4.zip |
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'app-i18n/mozc')
-rw-r--r-- | app-i18n/mozc/ChangeLog | 6 | ||||
-rw-r--r-- | app-i18n/mozc/mozc-1.3.975.102.ebuild | 156 | ||||
-rw-r--r-- | app-i18n/mozc/mozc-1.5.1090.102.ebuild | 174 | ||||
-rw-r--r-- | app-i18n/mozc/mozc-1.6.1187.102.ebuild | 156 |
4 files changed, 5 insertions, 487 deletions
diff --git a/app-i18n/mozc/ChangeLog b/app-i18n/mozc/ChangeLog index d3c93c190d77..6daa39f992f0 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.17 2015/04/08 07:30:31 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/mozc/ChangeLog,v 1.18 2015/04/20 19:27:09 mrueg Exp $ + + 20 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -mozc-1.3.975.102.ebuild, + -mozc-1.5.1090.102.ebuild, -mozc-1.6.1187.102.ebuild: + Remove old. 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: diff --git a/app-i18n/mozc/mozc-1.3.975.102.ebuild b/app-i18n/mozc/mozc-1.3.975.102.ebuild deleted file mode 100644 index 1fe53a890fe4..000000000000 --- a/app-i18n/mozc/mozc-1.3.975.102.ebuild +++ /dev/null @@ -1,156 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/mozc/mozc-1.3.975.102.ebuild,v 1.3 2013/03/02 19:28:02 hwoarang Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -inherit elisp-common eutils multilib python toolchain-funcs - -DESCRIPTION="The Mozc engine for IBus Framework" -HOMEPAGE="http://code.google.com/p/mozc/" -SRC_URI="http://mozc.googlecode.com/files/${P}.tar.bz2" - -LICENSE="Apache-2.0 BSD Boost-1.0 ipadic public-domain unicode" -SLOT="0" -KEYWORDS="~amd64 ~x86" -#IUSE="emacs +ibus scim skk +qt4" -IUSE="emacs +ibus scim +qt4" - -RDEPEND="dev-libs/glib:2 - dev-libs/protobuf - net-misc/curl - sys-libs/zlib - emacs? ( virtual/emacs ) - ibus? ( >=app-i18n/ibus-1.2 ) - scim? ( app-i18n/scim ) - qt4? ( - dev-qt/qtgui:4 - app-i18n/zinnia - )" -# chewing? ( dev-libs/libchewing ) -DEPEND="${RDEPEND} - dev-cpp/gtest - virtual/pkgconfig" - -BUILDTYPE="${BUILDTYPE:-Release}" - -RESTRICT="test" - -SITEFILE=50${PN}-gentoo.el - -pkg_setup() { - python_set_active_version 2 -} - -src_prepare() { - sed -i -e "s:/usr/lib/mozc:${EPREFIX}/usr/$(get_libdir)/mozc:" base/util.cc || die - epatch \ - "${FILESDIR}"/${PN}-1.2.809.102-gentoo.patch \ - "${FILESDIR}"/${P}-ibus-1.4.patch -} - -src_configure() { - local myconf="--channel_dev=0" - #use chewing && myconf="${myconf} --chewing" - if ! use qt4 ; then - myconf="${myconf} --noqt" - export GYP_DEFINES="use_libzinnia=0" - fi - "$(PYTHON)" build_mozc.py gyp ${myconf} || die "gyp failed" -} - -src_compile() { - tc-export CC CXX AR AS RANLIB LD - - local mytarget="server/server.gyp:mozc_server" - use emacs && mytarget="${mytarget} unix/emacs/emacs.gyp:mozc_emacs_helper" - use ibus && mytarget="${mytarget} unix/ibus/ibus.gyp:ibus_mozc" - use scim && mytarget="${mytarget} unix/scim/scim.gyp:scim_mozc unix/scim/scim.gyp:scim_mozc_setup" - #use skk && mytarget="${mytarget} chrome/skk/skk.gyp:skk" - if use qt4 ; then - export QTDIR="${EPREFIX}/usr" - mytarget="${mytarget} gui/gui.gyp:mozc_tool" - fi - - "$(PYTHON)" build_mozc.py build_tools -c "${BUILDTYPE}" || die - "$(PYTHON)" build_mozc.py build -c "${BUILDTYPE}" ${mytarget} || die - - if use emacs ; then - elisp-compile unix/emacs/*.el || die - fi -} - -src_test() { - "$(PYTHON)" build_mozc.py runtests -c "${BUILDTYPE}" || die -} - -src_install() { - if use emacs ; then - dobin "out_linux/${BUILDTYPE}/mozc_emacs_helper" || die - elisp-install ${PN} unix/emacs/*.{el,elc} || die - elisp-site-file-install "${FILESDIR}/${SITEFILE}" ${PN} || die - fi - - if use ibus ; then - exeinto /usr/libexec || die - newexe "out_linux/${BUILDTYPE}/ibus_mozc" ibus-engine-mozc || die - insinto /usr/share/ibus/component || die - doins "out_linux/${BUILDTYPE}/obj/gen/unix/ibus/mozc.xml" || die - insinto /usr/share/ibus-mozc || die - ( - cd data/images/unix - newins ime_product_icon_opensource-32.png product_icon.png || die - for f in ui-* - do - newins ${f} ${f/ui-} || die - done - ) - - fi - - if use scim ; then - exeinto "$(pkg-config --variable=moduledir scim)/IMEngine/" || die - newexe "out_linux/${BUILDTYPE}/lib.target/libscim_mozc.so" mozc.so || die - exeinto "$(pkg-config --variable=moduledir scim)/SetupUI/" || die - newexe "out_linux/${BUILDTYPE}/lib.target/libscim_mozc_setup.so" mozc-setup.so || die - insinto "$(pkg-config --variable=icondir scim)" || die - ( - cd data/images/unix - newins ime_product_icon_opensource-32.png scim-mozc.png || die - for f in ui-* - do - newins ${f} ${f/ui-/scim-mozc-} || die - done - ) - fi - - exeinto "/usr/$(get_libdir)/mozc" || die - doexe "out_linux/${BUILDTYPE}/mozc_server" || die - - if use qt4 ; then - exeinto "/usr/$(get_libdir)/mozc" || die - doexe "out_linux/${BUILDTYPE}/mozc_tool" || die - fi -} - -pkg_postinst() { - if use emacs ; then - elisp-site-regen - elog "You can use mozc-mode via LEIM (Library of Emacs Input Method)." - elog "Write the following settings into your init file (~/.emacs.d/init.el" - elog "or ~/.emacs) in order to use mozc-mode by default, or you can call" - elog "\`set-input-method' and set \"japanese-mozc\" anytime you have loaded" - elog "mozc.el" - elog - elog " (require 'mozc)" - elog " (set-language-environment \"Japanese\")" - elog " (setq default-input-method \"japanese-mozc\")" - elog - elog "Having the above settings, just type C-\\ which is bound to" - elog "\`toggle-input-method' by default." - fi -} - -pkg_postrm() { - use emacs && elisp-site-regen -} diff --git a/app-i18n/mozc/mozc-1.5.1090.102.ebuild b/app-i18n/mozc/mozc-1.5.1090.102.ebuild deleted file mode 100644 index c6b870694184..000000000000 --- a/app-i18n/mozc/mozc-1.5.1090.102.ebuild +++ /dev/null @@ -1,174 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/mozc/mozc-1.5.1090.102.ebuild,v 1.3 2013/03/02 19:28:02 hwoarang Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -inherit elisp-common eutils multilib multiprocessing python toolchain-funcs - -DESCRIPTION="The Mozc engine for IBus Framework" -HOMEPAGE="http://code.google.com/p/mozc/" - -PROTOBUF_VER="2.4.1" -GMOCK_VER="403" -MOZC_URL="http://mozc.googlecode.com/files/${P}.tar.bz2" -PROTOBUF_URL="http://protobuf.googlecode.com/files/protobuf-${PROTOBUF_VER}.tar.bz2" -SRC_URI="${MOZC_URL} ${PROTOBUF_URL}" - -LICENSE="Apache-2.0 BSD Boost-1.0 ipadic public-domain unicode" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="emacs +ibus scim +qt4 renderer" - -RDEPEND="dev-libs/glib:2 - dev-libs/openssl - emacs? ( virtual/emacs ) - ibus? ( >=app-i18n/ibus-1.4 ) - renderer? ( x11-libs/gtk+:2 ) - scim? ( app-i18n/scim ) - qt4? ( - dev-qt/qtgui:4 - app-i18n/zinnia - )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -BUILDTYPE="${BUILDTYPE:-Release}" - -RESTRICT="test" - -SITEFILE=50${PN}-gentoo.el - -pkg_setup() { - python_set_active_version 2 -} - -src_unpack() { - unpack $(basename ${MOZC_URL}) - - cd "${S}"/protobuf - unpack $(basename ${PROTOBUF_URL}) - mv protobuf-${PROTOBUF_VER} files -} - -src_configure() { - local myconf="--channel_dev=0" - myconf+=" --server_dir=/usr/$(get_libdir)/mozc" - - if ! use qt4 ; then - myconf+=" --noqt" - export GYP_DEFINES="use_libzinnia=0" - fi - - if ! use renderer ; then - export GYP_DEFINES="${GYP_DEFINES} enable_gtk_renderer=0" - fi - - "$(PYTHON)" build_mozc.py gyp ${myconf} || die "gyp failed" -} - -src_compile() { - tc-export CC CXX AR AS RANLIB LD - - local my_makeopts=$(makeopts_jobs) - # This is for a safety. -j without a number, makeopts_jobs returns 999. - local myjobs=-j${my_makeopts/999/1} - - local mytarget="server/server.gyp:mozc_server" - use emacs && mytarget="${mytarget} unix/emacs/emacs.gyp:mozc_emacs_helper" - use ibus && mytarget="${mytarget} unix/ibus/ibus.gyp:ibus_mozc" - use scim && \ - mytarget="${mytarget} unix/scim/scim.gyp:scim_mozc unix/scim/scim.gyp:scim_mozc_setup" - use renderer && mytarget="${mytarget} renderer/renderer.gyp:mozc_renderer" - if use qt4 ; then - export QTDIR="${EPREFIX}/usr" - mytarget="${mytarget} gui/gui.gyp:mozc_tool" - fi - - "$(PYTHON)" build_mozc.py build_tools -c "${BUILDTYPE}" ${myjobs} || die - "$(PYTHON)" build_mozc.py build -c "${BUILDTYPE}" ${mytarget} ${myjobs} || die - - if use emacs ; then - elisp-compile unix/emacs/*.el || die - fi -} - -src_test() { - "$(PYTHON)" build_mozc.py runtests -c "${BUILDTYPE}" || die -} - -src_install() { - if use emacs ; then - dobin "out_linux/${BUILDTYPE}/mozc_emacs_helper" || die - elisp-install ${PN} unix/emacs/*.{el,elc} || die - elisp-site-file-install "${FILESDIR}/${SITEFILE}" ${PN} || die - fi - - if use ibus ; then - exeinto /usr/libexec || die - newexe "out_linux/${BUILDTYPE}/ibus_mozc" ibus-engine-mozc || die - insinto /usr/share/ibus/component || die - doins "out_linux/${BUILDTYPE}/obj/gen/unix/ibus/mozc.xml" || die - insinto /usr/share/ibus-mozc || die - ( - cd data/images/unix - newins ime_product_icon_opensource-32.png product_icon.png || die - for f in ui-* - do - newins ${f} ${f/ui-} || die - done - ) - - fi - - if use scim ; then - exeinto "$(pkg-config --variable=moduledir scim)/IMEngine/" || die - newexe "out_linux/${BUILDTYPE}/lib.target/libscim_mozc.so" mozc.so || die - exeinto "$(pkg-config --variable=moduledir scim)/SetupUI/" || die - newexe "out_linux/${BUILDTYPE}/lib.target/libscim_mozc_setup.so" mozc-setup.so || die - insinto "$(pkg-config --variable=icondir scim)" || die - ( - cd data/images/unix - newins ime_product_icon_opensource-32.png scim-mozc.png || die - for f in ui-* - do - newins ${f} ${f/ui-/scim-mozc-} || die - done - ) - fi - - exeinto "/usr/$(get_libdir)/mozc" || die - doexe "out_linux/${BUILDTYPE}/mozc_server" || die - - if use qt4 ; then - exeinto "/usr/$(get_libdir)/mozc" || die - doexe "out_linux/${BUILDTYPE}/mozc_tool" || die - fi - - if use renderer ; then - exeinto "/usr/$(get_libdir)/mozc" || die - doexe "out_linux/${BUILDTYPE}/mozc_renderer" || die - fi -} - -pkg_postinst() { - if use emacs ; then - elisp-site-regen - elog "You can use mozc-mode via LEIM (Library of Emacs Input Method)." - elog "Write the following settings into your init file (~/.emacs.d/init.el" - elog "or ~/.emacs) in order to use mozc-mode by default, or you can call" - elog "\`set-input-method' and set \"japanese-mozc\" anytime you have loaded" - elog "mozc.el" - elog - elog " (require 'mozc)" - elog " (set-language-environment \"Japanese\")" - elog " (setq default-input-method \"japanese-mozc\")" - elog - elog "Having the above settings, just type C-\\ which is bound to" - elog "\`toggle-input-method' by default." - fi -} - -pkg_postrm() { - use emacs && elisp-site-regen -} diff --git a/app-i18n/mozc/mozc-1.6.1187.102.ebuild b/app-i18n/mozc/mozc-1.6.1187.102.ebuild deleted file mode 100644 index 8f93facb4890..000000000000 --- a/app-i18n/mozc/mozc-1.6.1187.102.ebuild +++ /dev/null @@ -1,156 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/mozc/mozc-1.6.1187.102.ebuild,v 1.3 2013/07/20 07:15:49 naota Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -inherit elisp-common eutils multilib multiprocessing python toolchain-funcs - -DESCRIPTION="The Mozc engine for IBus Framework" -HOMEPAGE="http://code.google.com/p/mozc/" - -PROTOBUF_VER="2.4.1" -GMOCK_VER="403" -MOZC_URL="http://mozc.googlecode.com/files/${P}.tar.bz2" -PROTOBUF_URL="http://protobuf.googlecode.com/files/protobuf-${PROTOBUF_VER}.tar.bz2" -SRC_URI="${MOZC_URL} ${PROTOBUF_URL}" - -LICENSE="Apache-2.0 BSD ipadic public-domain unicode" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="emacs +ibus +qt4 renderer" - -RDEPEND="dev-libs/glib:2 - dev-libs/openssl - x11-libs/libxcb - emacs? ( virtual/emacs ) - ibus? ( >=app-i18n/ibus-1.4.1 ) - renderer? ( x11-libs/gtk+:2 ) - qt4? ( - dev-qt/qtgui:4 - app-i18n/zinnia - )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -BUILDTYPE="${BUILDTYPE:-Release}" - -RESTRICT="test" - -SITEFILE=50${PN}-gentoo.el - -pkg_setup() { - python_set_active_version 2 -} - -src_unpack() { - unpack $(basename ${MOZC_URL}) - - cd "${S}"/protobuf - unpack $(basename ${PROTOBUF_URL}) - mv protobuf-${PROTOBUF_VER} files -} - -src_configure() { - local myconf="--channel_dev=0" - myconf+=" --server_dir=/usr/$(get_libdir)/mozc" - - if ! use qt4 ; then - myconf+=" --noqt" - export GYP_DEFINES="use_libzinnia=0" - fi - - if ! use renderer ; then - export GYP_DEFINES="${GYP_DEFINES} enable_gtk_renderer=0" - fi - - "$(PYTHON)" build_mozc.py gyp ${myconf} || die "gyp failed" -} - -src_compile() { - tc-export CC CXX AR AS RANLIB LD - - local my_makeopts=$(makeopts_jobs) - # This is for a safety. -j without a number, makeopts_jobs returns 999. - local myjobs=-j${my_makeopts/999/1} - - local mytarget="server/server.gyp:mozc_server" - use emacs && mytarget="${mytarget} unix/emacs/emacs.gyp:mozc_emacs_helper" - use ibus && mytarget="${mytarget} unix/ibus/ibus.gyp:ibus_mozc" - use renderer && mytarget="${mytarget} renderer/renderer.gyp:mozc_renderer" - if use qt4 ; then - export QTDIR="${EPREFIX}/usr" - mytarget="${mytarget} gui/gui.gyp:mozc_tool" - fi - - "$(PYTHON)" build_mozc.py build_tools -c "${BUILDTYPE}" ${myjobs} || die - "$(PYTHON)" build_mozc.py build -c "${BUILDTYPE}" ${mytarget} ${myjobs} || die - - if use emacs ; then - elisp-compile unix/emacs/*.el || die - fi -} - -src_test() { - "$(PYTHON)" build_mozc.py runtests -c "${BUILDTYPE}" || die -} - -src_install() { - if use emacs ; then - dobin "out_linux/${BUILDTYPE}/mozc_emacs_helper" || die - elisp-install ${PN} unix/emacs/*.{el,elc} || die - elisp-site-file-install "${FILESDIR}/${SITEFILE}" ${PN} || die - fi - - if use ibus ; then - exeinto /usr/libexec || die - newexe "out_linux/${BUILDTYPE}/ibus_mozc" ibus-engine-mozc || die - insinto /usr/share/ibus/component || die - doins "out_linux/${BUILDTYPE}/obj/gen/unix/ibus/mozc.xml" || die - insinto /usr/share/ibus-mozc || die - ( - cd data/images/unix - newins ime_product_icon_opensource-32.png product_icon.png || die - for f in ui-* - do - newins ${f} ${f/ui-} || die - done - ) - - fi - - exeinto "/usr/$(get_libdir)/mozc" || die - doexe "out_linux/${BUILDTYPE}/mozc_server" || die - - if use qt4 ; then - exeinto "/usr/$(get_libdir)/mozc" || die - doexe "out_linux/${BUILDTYPE}/mozc_tool" || die - fi - - if use renderer ; then - exeinto "/usr/$(get_libdir)/mozc" || die - doexe "out_linux/${BUILDTYPE}/mozc_renderer" || die - fi -} - -pkg_postinst() { - if use emacs ; then - elisp-site-regen - elog "You can use mozc-mode via LEIM (Library of Emacs Input Method)." - elog "Write the following settings into your init file (~/.emacs.d/init.el" - elog "or ~/.emacs) in order to use mozc-mode by default, or you can call" - elog "\`set-input-method' and set \"japanese-mozc\" anytime you have loaded" - elog "mozc.el" - elog - elog " (require 'mozc)" - elog " (set-language-environment \"Japanese\")" - elog " (setq default-input-method \"japanese-mozc\")" - elog - elog "Having the above settings, just type C-\\ which is bound to" - elog "\`toggle-input-method' by default." - fi -} - -pkg_postrm() { - use emacs && elisp-site-regen -} |