Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 105079 - [EBUILD] dotconfpp-0.0.4a
Summary: [EBUILD] dotconfpp-0.0.4a
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://www.software-development.in.ua...
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2005-09-06 16:00 UTC by Alexander Kahl
Modified: 2005-09-12 11:07 UTC (History)
1 user (show)

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


Attachments
dev-libs/dotconfpp-0.0.4a (dotconfpp-0.0.4a.ebuild,734 bytes, text/plain)
2005-09-06 16:02 UTC, Alexander Kahl
Details
dotconfpp-0.0.4a-build.patch (dotconfpp-0.0.4a-build.patch,13.70 KB, patch)
2005-09-06 16:11 UTC, Alexander Kahl
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Kahl 2005-09-06 16:00:45 UTC
dotconf++ is a dotconf (http://www.azzit.de/dotconf/) like configuration file
parser written in C++. It supports macro substitution from the environment or
from the file itself, config file inclusion, easy handling of XML like tags,
checking for required tags, and more. The whole document (with all inclusions)
is parsed into a useful tree structure that is easy to use in your program.

Reproducible: Always
Steps to Reproduce:
Comment 1 Alexander Kahl 2005-09-06 16:02:19 UTC
Created attachment 67779 [details]
dev-libs/dotconfpp-0.0.4a
Comment 2 Alexander Kahl 2005-09-06 16:11:19 UTC
Created attachment 67780 [details, diff]
dotconfpp-0.0.4a-build.patch

The original author hardcoded the version of the library (the version number
was even outdated in this version) as well as the installation path. This patch
sanitizes all affected .in and .am files.
Comment 3 Ciaran McCreesh 2005-09-11 15:36:04 UTC
Please fix the following and reopen:

* You can kill the DEPEND/RDEPENDs
* I personally loathe the autotools eclass...
* http://dev.gentoo.org/~ciaranm/docs/mw-faq/quoting.txt
* http://dev.gentoo.org/~ciaranm/docs/mw-faq/einstall.txt
* http://dev.gentoo.org/~ciaranm/docs/mw-faq/docfiles.txt (maybe?)
Comment 4 Alexander Kahl 2005-09-12 11:07:53 UTC
I've contacted the author - he promised to fix all autotools issues. I will fix
the ebuild for the upcoming version.