Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 315901 - Request ebuild: Simple XML parser for Java
Summary: Request ebuild: Simple XML parser for Java
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://simple.sourceforge.net/
Whiteboard: [sunrise-overlay]
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-18 04:12 UTC by Ivan c00kiemon5ter Kanakarakis
Modified: 2015-11-04 17:18 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan c00kiemon5ter Kanakarakis 2010-04-18 04:12:52 UTC
Simple is a high performance XML serialization and configuration framework for Java. 
Homepage is: http://simple.sourceforge.net/
It's really neat clean and easy to use. Simple. 
An ebuild would be nice :) 
Thanks

Reproducible: Always

Steps to Reproduce:
Comment 1 Markos Chandras (RETIRED) gentoo-dev 2010-04-18 09:19:44 UTC
Hello, The Gentoo Team would like to firstly thank you for your ebuild 
submission. We also apologize for not being able to accommodate you in a timely
manner. There are simply too many new packages.

Allow me to use this opportunity to introduce you to Gentoo Sunrise. The 
sunrise overlay[1] is a overlay for Gentoo which we allow trusted users to 
commit to and all users can have ebuilds reviewed by Gentoo devs for entry 
into the overlay. So, the sunrise team is suggesting that you look into this 
and submit your ebuild to the overlay where even *you* can commit to. =)

Thanks,
On behalf of the Gentoo Sunrise Team,
Markos.

[1]: http://www.gentoo.org/proj/en/sunrise/
Comment 2 Patrice Clement gentoo-dev 2015-11-04 17:17:47 UTC
I guess it doesn't really make sense now to add all those APIs for dealing with XML. JAXB is now part of the JDK since 1.8 and StAX is also part of the JDK since 1.6.

Let's not add more APIs than needed.