Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 64494 - xml2-0.3.ebuild (new package)
Summary: xml2-0.3.ebuild (new package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement
Assignee: Text-Markup Team (OBSOLETE)
URL: http://dan.egnor.name/xml2/
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2004-09-18 03:09 UTC by James Rowe
Modified: 2004-11-07 01:51 UTC (History)
1 user (show)

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


Attachments
xml2-0.3.ebuild (xml2-0.3.ebuild,737 bytes, text/plain)
2004-09-18 03:09 UTC, James Rowe
Details
libxml2 support patch (xml2-0.3-libxml2.patch,1.72 KB, patch)
2004-09-18 03:11 UTC, James Rowe
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description James Rowe 2004-09-18 03:09:04 UTC
Converts XML to and from a line-oriented file format which makes it easier to process XML from the command line using standard the UNIX toolchain.

  I would suggest app-text/ for this personally.

  I've attached a patch to allow compilation with libxml2 if it is set in the use flags(else it uses libxml1), because personally I have no use for libxml1 and I don't want it installed just for this.  I would appreciate comments on whether this is the correct way to go about things though.

Jay
Comment 1 James Rowe 2004-09-18 03:09:59 UTC
Created attachment 39831 [details]
xml2-0.3.ebuild
Comment 2 James Rowe 2004-09-18 03:11:21 UTC
Created attachment 39832 [details, diff]
libxml2 support patch

Adds support for compiling with libxml2 instead of the upstream default of
libxml1, it isn't the cleanest way of solving the problem but importantly it
works!
Comment 3 Mamoru KOMACHI (RETIRED) gentoo-dev 2004-11-07 01:51:13 UTC
Sorry for the delay. I think it's a good idea to
use xml2 USE flag to switch xml/xml2 dependency.
(I personally don't want to install xml1 too)
Both with and without xml2 USE flag tested and worked,
and I added it to CVS. Thanks for the contribution.