diff options
author | Christian Heim <phreak@gentoo.org> | 2006-09-16 15:46:45 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2006-09-16 15:46:45 +0000 |
commit | b13608e785dc3a147826845ce294c62974cda196 (patch) | |
tree | f9801349e8fd0899efa8d21dfcf0d5a63bb43a84 /app-admin/whowatch/metadata.xml | |
parent | ppc stable (diff) | |
download | gentoo-2-b13608e785dc3a147826845ce294c62974cda196.tar.gz gentoo-2-b13608e785dc3a147826845ce294c62974cda196.tar.bz2 gentoo-2-b13608e785dc3a147826845ce294c62974cda196.zip |
Revision bump, fixing compilation with gcc-4 (#146138, thanks to Janne Pikkarainen for the inital patch), fixing usage with gcc-3.4 (#102339, WORKSFORME with gcc-3.4.6). Also updating the ChangeLog (ChrisWhite didn't on 2005/11/06). Taking maintainership of the package.
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'app-admin/whowatch/metadata.xml')
-rw-r--r-- | app-admin/whowatch/metadata.xml | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/app-admin/whowatch/metadata.xml b/app-admin/whowatch/metadata.xml index 7656282fe720..9d798cf90115 100644 --- a/app-admin/whowatch/metadata.xml +++ b/app-admin/whowatch/metadata.xml @@ -1,9 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> + <pkgmetadata> -<herd>no-herd</herd> -<maintainer> - <email>maintainer-needed@gentoo.org</email> -</maintainer> -<longdescription>A interactive who program that displays information about the users currently logged into the machine.</longdescription> + <maintainer> + <email>phreak@gentoo.org</email> + <name>Christian Heim</name> + </maintainer> + <longdescription> + A interactive who program that displays information about the users currently logged into the machine. + </longdescription> </pkgmetadata> |