Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 77776 Details for
Bug 112960
ebuild for rtf2xml 1.3 (new package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
rtf2xml-1.3.ebuild (with src_test)
rtf2xml-1.3.ebuild (text/plain), 625 bytes, created by
Andrew Ross (RETIRED)
on 2006-01-21 17:07:36 UTC
(
hide
)
Description:
rtf2xml-1.3.ebuild (with src_test)
Filename:
MIME Type:
Creator:
Andrew Ross (RETIRED)
Created:
2006-01-21 17:07:36 UTC
Size:
625 bytes
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit distutils > >DESCRIPTION="Convert a Microsoft RTF file to XML" >HOMEPAGE="http://rtf2xml.sourceforge.net/" >SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="" > >src_install() { > distutils_src_install > > dohtml docs/html/* >} > >src_test() { > # The return value of test.py is always zero > TEST_ERRORS="$(env PYTHONPATH=build/lib ${python} scripts/test.py --local)" > if [ -n "$TEST_ERRORS" ] > then > echo "$TEST_ERRORS" > die "Failed automated tests." > fi >} >
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 112960
:
73152
| 77776