diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2005-03-30 14:55:56 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2005-03-30 14:55:56 +0000 |
commit | c53cc6ca6db4d59c0d90befb910b2faa6a7beb67 (patch) | |
tree | 6487dd9a053553b4a0600fd7c902df7d5992c32f /app-text/rcs/metadata.xml | |
parent | Version bump for bug 87207. (diff) | |
download | historical-c53cc6ca6db4d59c0d90befb910b2faa6a7beb67.tar.gz historical-c53cc6ca6db4d59c0d90befb910b2faa6a7beb67.tar.bz2 historical-c53cc6ca6db4d59c0d90befb910b2faa6a7beb67.zip |
first of all, the crappy conf.sh file in FILESDIR was really huge, and only slightly different from the conf.sh file in the sources. So, replaced that with a nice small patch, that will go away when -r2 becomes obsolete. Speaking of making it obsolete, -r3 is now here, with a brand spanking new patch from debian's unstable which fixes many things, including mktemp -> mkstemp, and bug #76550 by t0masek@galerka.com
Package-Manager: portage-1.585-cvs
Diffstat (limited to 'app-text/rcs/metadata.xml')
-rw-r--r-- | app-text/rcs/metadata.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/app-text/rcs/metadata.xml b/app-text/rcs/metadata.xml index d0c743a73fe8..5d6c60f42039 100644 --- a/app-text/rcs/metadata.xml +++ b/app-text/rcs/metadata.xml @@ -1,5 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>no-herd</herd> + <herd>no-herd</herd> + <longdescription> + The Revision Control System (RCS) is a system for managing multiple + versions of files. RCS automates the storage, retrieval, logging, + identification and merging of file revisions. RCS is useful for text + files that are revised frequently (for example, programs, + documentation, graphics, papers and form letters). + </longdescription> </pkgmetadata> |