Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 458678 - app-i18n/ibus-pinyin-1.5.0 version bump request
Summary: app-i18n/ibus-pinyin-1.5.0 version bump request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: CJK Team
URL:
Whiteboard:
Keywords:
Depends on: 458680
Blocks:
  Show dependency tree
 
Reported: 2013-02-22 03:14 UTC by Yixun Lan
Modified: 2013-03-12 12:19 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild (ibus-pinyin-1.5.0.ebuild,1.11 KB, text/plain)
2013-02-22 03:22 UTC, Yixun Lan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yixun Lan archtester gentoo-dev 2013-02-22 03:14:21 UTC
http://ibus.googlecode.com/ (no detail change log found)



Reproducible: Always
Comment 1 Yixun Lan archtester gentoo-dev 2013-02-22 03:22:37 UTC
Created attachment 339666 [details]
ebuild

this ebuild depend on dev-libs/pyzy ( bug #458680 ), since upstream split this package.
Comment 2 Naohiro Aota gentoo-dev 2013-03-04 05:53:24 UTC
Comment on attachment 339666 [details]
ebuild

>RDEPEND=">=app-i18n/ibus-1.4
>	sys-apps/util-linux
>	boost? ( >=dev-libs/boost-1.39 )
>	lua? ( >=dev-lang/lua-5.1 )
>	nls? ( virtual/libintl )"

uuid is gone (to pyzy). You don't need util-linux any more.

>DEPEND="${RDEPEND}
>	virtual/pkgconfig
>	dev-libs/pyzy
>	nls? ( >=sys-devel/gettext-0.16.1 )"
>

dev-libs/pyzy is only a DEPEND? Dose it works without pyzy installed?
Comment 3 Yixun Lan archtester gentoo-dev 2013-03-04 08:29:22 UTC
(In reply to comment #2)
> Comment on attachment 339666 [details]
> ebuild
> 
> >RDEPEND=">=app-i18n/ibus-1.4
> >	sys-apps/util-linux
> >	boost? ( >=dev-libs/boost-1.39 )
> >	lua? ( >=dev-lang/lua-5.1 )
> >	nls? ( virtual/libintl )"
> 
> uuid is gone (to pyzy). You don't need util-linux any more.
> 

yes, let's remove this

> >DEPEND="${RDEPEND}
> >	virtual/pkgconfig
> >	dev-libs/pyzy
> >	nls? ( >=sys-devel/gettext-0.16.1 )"
> >
> 
> dev-libs/pyzy is only a DEPEND? Dose it works without pyzy installed?

we should also put pyzy into RDEPEND

$ qfile /usr/libexec/ibus-engine-pinyin
app-i18n/ibus-pinyin (/usr/libexec/ibus-engine-pinyin)
$ ldd /usr/libexec/ibus-engine-pinyin | grep pyzy
	libpyzy-1.0.so.0 => /usr/lib64/libpyzy-1.0.so.0 (0x00007f1e2d3d2000)

the datafiles (/usr/share/pyzy/db/*) which installed by pyzy are also needed by ibus-pinyin, this mean pyzy is a RDEPEND for ibus-pinyin

thanks
Comment 4 Naohiro Aota gentoo-dev 2013-03-12 12:19:43 UTC
Bumped :)