Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 433076 Details for
Bug 553796
app-i18n/sunpinyin-2.0.4_pre20130108 :IO::File=IO(0x42f0908) around line 1: No name given for documen
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
fix:sunpinyin:pod2man error (no name given for document) and double prefix when intalled on gentoo::prefix
sunpinyin-2.0.4_pre20130108-r8.ebuild (text/plain), 1.03 KB, created by
gtkgfxp
on 2016-05-03 10:36:01 UTC
(
hide
)
Description:
fix:sunpinyin:pod2man error (no name given for document) and double prefix when intalled on gentoo::prefix
Filename:
MIME Type:
Creator:
gtkgfxp
Created:
2016-05-03 10:36:01 UTC
Size:
1.03 KB
patch
obsolete
># Copyright 1999-2015 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Id$ > >EAPI=5 >PYTHON_COMPAT=( python2_7 ) >inherit eutils multilib python-any-r1 scons-utils toolchain-funcs > >DESCRIPTION="A Statistical Language Model based Chinese input method library" >HOMEPAGE="https://sunpinyin.googlecode.com/" >SRC_URI="https://dev.gentoo.org/~yngwin/distfiles/${P}.tar.xz" > >LICENSE="LGPL-2.1 CDDL" >SLOT="0/1" >KEYWORDS="amd64 ~ppc ppc64 ~x86" >IUSE="" > >RDEPEND="dev-db/sqlite:3" >DEPEND="${RDEPEND} > ${PYTHON_DEPS} > dev-util/intltool > sys-devel/gettext > virtual/pkgconfig" >PDEPEND="app-i18n/sunpinyin-data" > >src_prepare() { > epatch_user > sed -i -e 's/pod2man < $SOURCE > $TARGET/pod2man $SOURCE $TARGET/' man/SConscript || die >} > >src_configure() { > tc-export CXX > myesconsargs=( > --prefix="${EPREFIX}"/usr > --libdir="${EPREFIX}"/usr/$(get_libdir) > ) >} > >src_compile() { > escons >} > >src_install() { > escons --install-sandbox="${D}" install > rm -rf "${D}"/usr/share/doc/${PN} || die > dodoc doc/{README,SLM-inst.mk,SLM-train.mk} >}
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 553796
:
406082
|
406084
|
431980
| 433076