Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 164271 Details for
Bug 236368
ebuild for ibus-anthy(Japanese input method engine for ibus framework)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
live ebuild
ibus-anthy-9999.ebuild (text/plain), 1.14 KB, created by
Hong Hao
on 2008-09-01 17:04:21 UTC
(
hide
)
Description:
live ebuild
Filename:
MIME Type:
Creator:
Hong Hao
Created:
2008-09-01 17:04:21 UTC
Size:
1.14 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="1" >EGIT_REPO_URI="git://github.com/phuang/ibus-anthy.git" > >inherit autotools git > >DESCRIPTION="Japanese input method Anthy IMEngine for IBus Framework" >HOMEPAGE="http://ibus.googlecode.com" > >LICENSE="LGPL-2" >SLOT="0" >KEYWORDS="" >IUSE="nls" > ># Yeh, we really need cvs, please have a look at Bug #152872 >DEPEND="app-i18n/anthy > >=dev-lang/python-2.5 > dev-lang/swig > sys-devel/gettext > dev-util/cvs" >RDEPEND="app-i18n/ibus > app-i18n/anthy > >=dev-lang/python-2.5" > >src_unpack() { > git_src_unpack > autopoint || die "failed to run autopoint" > eautoreconf >} > >src_compile() { > econf $(use_enable nls) \ > --enable-maintainer-mode \ > --disable-option-checking \ > --disable-rpath > emake || die "emake failed" >} > >src_install() { > emake install DESTDIR="${D}" || die "Install failed" > dodoc AUTHORS ChangeLog NEWS README >} > >pkg_postinst() { > ewarn "This package is very experimental, please report your bugs to" > ewarn "http://ibus.googlecode.com/issues/list" > elog > elog "You should run ibus-setup and enable IM Engines you want to use!" > elog >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 236368
:
164269
| 164271