diff options
author | Brian Harring <ferringb@gentoo.org> | 2004-06-21 17:20:16 +0000 |
---|---|---|
committer | Brian Harring <ferringb@gentoo.org> | 2004-06-21 17:20:16 +0000 |
commit | 522602bdefcb301e4b52f38fd73721121ac0c71f (patch) | |
tree | 00b0809e5cf64cb44517ddc8464291f81a5c5241 /dev-util | |
parent | fixing changelog (diff) | |
download | gentoo-2-522602bdefcb301e4b52f38fd73721121ac0c71f.tar.gz gentoo-2-522602bdefcb301e4b52f38fd73721121ac0c71f.tar.bz2 gentoo-2-522602bdefcb301e4b52f38fd73721121ac0c71f.zip |
laying claim to ccache, since the last active maintainer was zwelch- claiming this mainly since A) I use it constantly, B) nobody is an obvious contact point for this package, and it's used by a fair amount of people.
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/ccache/metadata.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dev-util/ccache/metadata.xml b/dev-util/ccache/metadata.xml new file mode 100644 index 000000000000..1d35cb033125 --- /dev/null +++ b/dev-util/ccache/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>ferringb@gentoo.org</email> +</maintainer> +<longdescription>ccache acts as a caching pre-processor to C/C++ compilers, improving compilation time when recompiling previously compiled source.</longdescription> +</pkgmetadata> |