diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2009-02-24 15:49:22 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2009-02-24 15:49:22 +0000 |
commit | b7f8f0dac1ea8dde03e28a446a36fad1112b6e49 (patch) | |
tree | 01535ea8647c4e1d886f3df12d6f06b1e322ace7 /app-admin/augeas/metadata.xml | |
parent | # Temporary mask for bug #260048 (diff) | |
download | gentoo-2-b7f8f0dac1ea8dde03e28a446a36fad1112b6e49.tar.gz gentoo-2-b7f8f0dac1ea8dde03e28a446a36fad1112b6e49.tar.bz2 gentoo-2-b7f8f0dac1ea8dde03e28a446a36fad1112b6e49.zip |
Initial import, bug #229361.
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'app-admin/augeas/metadata.xml')
-rw-r--r-- | app-admin/augeas/metadata.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/app-admin/augeas/metadata.xml b/app-admin/augeas/metadata.xml new file mode 100644 index 000000000000..d0c2ecf9a557 --- /dev/null +++ b/app-admin/augeas/metadata.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> +<email>matsuu@gentoo.org</email> +</maintainer> +<longdescription lang="en"> +A library for programmatically editing configuration files. Augeas parses +configuration files into a tree structure, which it exposes through its +public API. Changes made through the API are written back to the initially +read files. + +The transformation works very hard to preserve comments and formatting +details. It is controlled by ``lens'' definitions that describe the file +format and the transformation into a tree. +</longdescription> +</pkgmetadata> + |