Versions
v1.15.8 :: 0 :: gentoo
- Modified
- License
- GPL-3+
- Keywords
- amd64 x86
- USE flags
- boost lua opencc
v1.15.2-r1 :: 0 :: gentoo
- Modified
- License
- GPL-3+
- Keywords
- amd64 x86
- USE flags
- boost lua opencc
USE flags
General
- boost
- Compile against dev-libs/boost libraries
- lua
- Enable Lua scripting support
- opencc
- Enable support for app-i18n/opencc
lua_single_target
- lua5-1
- Build for Lua 5.1 only
- lua5-3
- Build for Lua 5.3 only
python_single_target
- python3_10
- Build for Python 3.10 only
- python3_11
- Build for Python 3.11 only
- python3_12
- Build for Python 3.12 only
Dependencies
app-i18n / ibus : Intelligent Input Bus for Linux / Unix OS
app-i18n / libpinyin : Libraries for handling of Hanyu Pinyin and Zhuyin Fuhao
app-i18n / opencc : Library for conversion between Traditional and Simplified Chinese characters
dev-db / sqlite : SQL database engine
dev-lang / lua : A powerful light-weight programming language designed for extending applications
dev-lang / python : Freethreading (no-GIL) version of Python programming language
dev-libs / boost : Boost Libraries for C++
dev-libs / glib : The GLib library of C routines
dev-python / pygobject : Python bindings for GObject Introspection
virtual / libintl : Virtual for the GNU Internationalization Library
Runtime Dependencies
app-i18n / ibus : Intelligent Input Bus for Linux / Unix OS
app-i18n / libpinyin : Libraries for handling of Hanyu Pinyin and Zhuyin Fuhao
app-i18n / opencc : Library for conversion between Traditional and Simplified Chinese characters
dev-db / sqlite : SQL database engine
dev-lang / lua : A powerful light-weight programming language designed for extending applications
dev-lang / python : Freethreading (no-GIL) version of Python programming language
dev-libs / boost : Boost Libraries for C++
dev-libs / glib : The GLib library of C routines
dev-python / pygobject : Python bindings for GObject Introspection
virtual / libintl : Virtual for the GNU Internationalization Library
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-i18n/ibus-libpinyin: Stabilize 1.15.8 amd64, #944805
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
app-i18n/ibus-libpinyin: Stabilize 1.15.8 x86, #944805
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Graham Ramsey · gentoo
app-i18n/ibus-libpinyin: Version bump 1.15.8
Includes fix to prevent build breaking with latest toolchain. Closes: https://bugs.gentoo.org/935270 Closes: https://github.com/gentoo/gentoo/pull/39400 Signed-off-by: Graham Ramsey <graham.ramsey@gmail.com> Signed-off-by: Yixun Lan <dlan@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
app-i18n/ibus-libpinyin: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-i18n/ibus-libpinyin: Stabilize 1.15.2-r1 x86, #932919
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
app-i18n/ibus-libpinyin: Stabilize 1.15.2-r1 amd64, #932919
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Yixun Lan · gentoo
app-i18n/ibus-libpinyin: drop 1.13.1-r1
Signed-off-by: Yixun Lan <dlan@gentoo.org> - Graham Ramsey · gentoo
app-i18n/ibus-libpinyin: enable py3.12
Closes: https://bugs.gentoo.org/929320 Closes: https://github.com/gentoo/gentoo/pull/36650 Signed-off-by: Graham Ramsey <graham.ramsey@gmail.com> Signed-off-by: Yixun Lan <dlan@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Joonas Niilola · gentoo
app-i18n/ibus-libpinyin: Stabilize 1.15.2 x86, #913828
Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Joonas Niilola · gentoo
app-i18n/ibus-libpinyin: increase min version requirement on libpinyin
Closes: https://bugs.gentoo.org/913852 Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
app-i18n/ibus-libpinyin: Stabilize 1.15.2 amd64, #913828
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Joonas Niilola · gentoo
app-i18n/ibus-libpinyin: add missing bdepend on gettext
Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Graham Ramsey · gentoo
app-i18n/ibus-libpinyin: drop 1.13.1
Signed-off-by: Graham Ramsey <graham.ramsey@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/31023 Signed-off-by: Sam James <sam@gentoo.org> - Graham Ramsey · gentoo
app-i18n/ibus-libpinyin: add 1.15.2
Bug: https://bugs.gentoo.org/898402 Signed-off-by: Graham Ramsey <graham.ramsey@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-i18n/ibus-libpinyin: Stabilize 1.13.1-r1 x86, #905927
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
app-i18n/ibus-libpinyin: Stabilize 1.13.1-r1 amd64, #905927
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Graham Ramsey · gentoo
app-i18n/ibus-libpinyin: fix quotes to build with sqlite3.41+
sqlite has got more strict in latest version so it no longer accepts double quotes for sqlite string values. This adds a patch to replace double with single. There is an upstream attempt to fix this but it is not quite right so this doesn't copy it exactly. I have commented on the patch with advice. https://github.com/libpinyin/ibus-libpinyin/commit/96042887815b4700c7cafa64cf88942af438ea98 We cannot upgrade yet to this anyway, as we are dependent on older version of libpinyin. Closes: https://bugs.gentoo.org/898478 Signed-off-by: Graham Ramsey <graham.ramsey@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/29937 Signed-off-by: Sam James <sam@gentoo.org> - Graham Ramsey · gentoo
app-i18n/ibus-libpinyin: python3_11 compat update
Closes: https://bugs.gentoo.org/896574 Signed-off-by: Graham Ramsey <graham.ramsey@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Graham Ramsey · gentoo
app-i18n/ibus-libpinyin: cleanup old versions
Signed-off-by: Graham Ramsey <graham.ramsey@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-i18n/ibus-libpinyin: Stabilize 1.13.1 x86, #898400
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
app-i18n/ibus-libpinyin: Stabilize 1.13.1 amd64, #898400
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
*/*: remove py3.8 from PYTHON_COMPAT
Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Graham Ramsey · gentoo
app-i18n/ibus-libpinyin: Version 1.13.1 added
1.13.1 adds a bugfix Closes: https://bugs.gentoo.org/875845 Closes: https://github.com/gentoo/gentoo/pull/27671 Signed-off-by: Graham Ramsey <graham.ramsey@gmail.com> Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Yixun Lan <dlan@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Graham Ramsey · gentoo
app-i18n/ibus-libpinyin: Version 1.13.0 added
Simple version bump Closes: https://bugs.gentoo.org/868564 Closes: https://github.com/gentoo/gentoo/pull/27151 Signed-off-by: Graham Ramsey <graham.ramsey@gmail.com> Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Yixun Lan <dlan@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Yixun Lan · gentoo
app-i18n/ibus-libpinyin: drop 1.11.92-r1
Signed-off-by: Yixun Lan <dlan@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Joonas Niilola · gentoo
app-i18n/ibus-libpinyin: Stabilize 1.12.1 x86, #856325
Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Joonas Niilola · gentoo
app-i18n/ibus-libpinyin: Stabilize 1.12.1 amd64, #856325
Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Christian Tietz · gentoo
app-i18n/ibus-libpinyin: Bump to 1.12.1, enable py3.10
Closes: https://github.com/gentoo/gentoo/pull/25910 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Christian Tietz <christian.tietz@mailbox.org> Signed-off-by: Yixun Lan <dlan@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
*/*: consistent PYTHON_COMPAT style
Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
app-i18n/ibus-libpinyin: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Conrad Kostecki · gentoo
app-i18n/ibus-libpinyin: drop old version
Dropping old version, which does not support slotted lua, while current stable does. Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Remove obsolete values from PYTHON_COMPAT
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arfrever Frehtes Taifersar Arahesis · gentoo
app-i18n/ibus-libpinyin: Use slotted Lua.
Closes: https://bugs.gentoo.org/752552 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Mike Gilbert <floppym@gentoo.org> - Arfrever Frehtes Taifersar Arahesis · gentoo
app-i18n/ibus-libpinyin: Add support for Python 3.9.
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Mike Gilbert <floppym@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
app-i18n/ibus-libpinyin: Stabilize 1.11.92-r1 amd64, #736732
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
app-i18n/ibus-libpinyin: x86 stable (bug #736732)
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Yixun Lan · gentoo
app-i18n/ibus-libpinyin: fix metainfo path issue
Closes: https://bugs.gentoo.org/734238 Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Yixun Lan <dlan@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Yixun Lan · gentoo
app-i18n/ibus-libpinyin: drop old
Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Yixun Lan <dlan@gentoo.org> - Yixun Lan · gentoo
app-i18n/ibus-libpinyin: version bump, 1.11.92
Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Yixun Lan <dlan@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
app-i18n/ibus-libpinyin: x86 stable wrt bug #721744
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
app-i18n/ibus-libpinyin: amd64 stable wrt bug #721744
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
app-i18n/ibus-libpinyin: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
app-i18n/ibus-libpinyin: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arfrever Frehtes Taifersar Arahesis · gentoo
app-i18n/ibus-libpinyin: Fix dependencies.
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Mike Gilbert <floppym@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Clean PYTHON_COMPAT of obsolete impls
Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Yixun Lan · gentoo
app-i18n/ibus-libpinyin: drop old versions
Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Yixun Lan <dlan@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
app-i18n/ibus-libpinyin: x86 stable wrt bug #697064
Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
app-i18n/ibus-libpinyin: amd64 stable wrt bug #697064
Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Graham Ramsey · gentoo
app-i18n/ibus-libpinyin: removed boost patch (now in upstream)
I worked with upstream and they accepted this patch, and updated their boost m4 so no longer required in ebuild. Bug: https://bugs.gentoo.org/696512 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Graham Ramsey <graham.ramsey@gmail.com> Signed-off-by: Yixun Lan <dlan@gentoo.org> - Graham Ramsey · gentoo
app-i18n/ibus-libpinyin: Updated 11.1 ebuild to EAPI 7 & python3_7
Bug: https://bugs.gentoo.org/696512 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Graham Ramsey <graham.ramsey@gmail.com> Signed-off-by: Yixun Lan <dlan@gentoo.org> - Graham Ramsey · gentoo
app-i18n/ibus-libpinyin: Version bump for 1.11.1
(no changes needed, same as 1.10.0 except for version) Closes: https://bugs.gentoo.org/696512 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Graham Ramsey <graham.ramsey@gmail.com> Signed-off-by: Yixun Lan <dlan@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Remove python3_4 PYTHON_COMPAT correctly
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Graham Ramsey · gentoo
app-i18n/ibus-libpinyin: tidied up ebuild for 1.10.0
sorted imports in alphabetical order removed uneeded pkg_preinst / gnome2_schemas_savelist Package-Manager: Portage-2.3.40, Repoman-2.3.9 - Graham Ramsey · gentoo
app-i18n/ibus-libpinyin: Version bump 1.10.0 & fix boost configure
1.9.3-r1 - This patches issue with latest GCC on configure with boost 1.10.0 - This includes above patch, and also update to new major version I submitted the patch/fix upstream as pull request https://github.com/libpinyin/ibus-libpinyin/pull/134 and it has been merged (basically updating the boost.m4 macro to latest) 1.10.0 has additional changes as upstream has moved configuration settings to gsettings (now requires gnome2_utils eclass) Closes: https://bugs.gentoo.org/659328 Package-Manager: Portage-2.3.40, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/9050 Closes: https://bugs.gentoo.org/659816 - Arfrever Frehtes Taifersar Arahesis · gentoo
app-i18n/ibus-libpinyin: Version bump (1.9.3). - Arfrever Frehtes Taifersar Arahesis · gentoo
app-i18n/ibus-libpinyin: Delete old versions (<1.9.2). - Arfrever Frehtes Taifersar Arahesis · gentoo
app-i18n/ibus-libpinyin: Stabilize 1.9.2 on amd64/x86. - Arfrever Frehtes Taifersar Arahesis · gentoo
app-i18n/ibus-libpinyin: Version bump (1.9.2) - Arfrever Frehtes Taifersar Arahesis · gentoo
app-i18n/ibus-libpinyin: Version bump (1.9.1). - Arfrever Frehtes Taifersar Arahesis · gentoo
app-i18n/ibus-libpinyin: Use := operator for dependencies on app-i18n/libpinyin and app-i18n/opencc. - Christian Tietz · gentoo
app-i18n/ibus-libpinyin: version bump to 1.9.0.
Package-Manager: Portage-2.3.6, Repoman-2.3.1 - David Seifert · gentoo
app-i18n/ibus-libpinyin: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Yixun Lan · gentoo
app-i18n/ibus-libpinyin: version bump 1.7.4
Package-Manager: portage-2.2.28 - Ian Delaney · gentoo
Merge remote-tracking branch 'remotes/Coacher/flacon-remove-old'
Pull request: https://github.com/gentoo/gentoo/pull/612 - Agostino Sarubbo · gentoo
app-i18n/ibus-libpinyin: x86 stable wrt bug #570248
Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Ian Delaney · gentoo
Merge remote-tracking branch 'remotes/Coacher/mpv-sanitize-luajit-masks'
Pull request: https://github.com/gentoo/gentoo/pull/610 - Agostino Sarubbo · gentoo
app-i18n/ibus-libpinyin: amd64 stable wrt bug #570248
Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed