diff options
author | 2003-09-09 23:19:30 +0000 | |
---|---|---|
committer | 2003-09-09 23:19:30 +0000 | |
commit | 8f947d64ce2c66f6aee25eeec894bda29b2c44fb (patch) | |
tree | 4e7e6f9ec4efcdd656519e398fa08c370aba83d9 /sys-apps/rename/metadata.xml | |
parent | Initial commit. (diff) | |
download | historical-8f947d64ce2c66f6aee25eeec894bda29b2c44fb.tar.gz historical-8f947d64ce2c66f6aee25eeec894bda29b2c44fb.tar.bz2 historical-8f947d64ce2c66f6aee25eeec894bda29b2c44fb.zip |
Added metadata.xml and fixed white space errors in the ebuild.
Diffstat (limited to 'sys-apps/rename/metadata.xml')
-rw-r--r-- | sys-apps/rename/metadata.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sys-apps/rename/metadata.xml b/sys-apps/rename/metadata.xml new file mode 100644 index 000000000000..6459017cfff6 --- /dev/null +++ b/sys-apps/rename/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>port001@gentoo.org</email> + <name>Ian Leitch</name> +</maintainer> +<longdescription> + Rename is a command-line rename tool. It can substitute, lowcase, upcase large numbers of file names, or change their ownerships. This is a quick and powerful tool written in C with extended regular expression support for searching and substituting pattern strings in filenames. +</longdescription> +</pkgmetadata> + |