diff options
author | Christian Heim <phreak@gentoo.org> | 2008-04-21 16:17:20 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2008-04-21 16:17:20 +0000 |
commit | 8bb6f098536a070f50af809617da868c7b15d1fd (patch) | |
tree | 390b5cf16626bba1233fb5210507e3e984f3c5dc /app-admin/lsat | |
parent | Marked ~hppa too. (diff) | |
download | historical-8bb6f098536a070f50af809617da868c7b15d1fd.tar.gz historical-8bb6f098536a070f50af809617da868c7b15d1fd.tar.bz2 historical-8bb6f098536a070f50af809617da868c7b15d1fd.zip |
Fix up metadata.xml. If there's no maintainer for the package, the metadata also needs to contain m-needed@g.o.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'app-admin/lsat')
-rw-r--r-- | app-admin/lsat/ChangeLog | 8 | ||||
-rw-r--r-- | app-admin/lsat/metadata.xml | 16 |
2 files changed, 18 insertions, 6 deletions
diff --git a/app-admin/lsat/ChangeLog b/app-admin/lsat/ChangeLog index dbf4a8ff2a02..0ea4d219c6b9 100644 --- a/app-admin/lsat/ChangeLog +++ b/app-admin/lsat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/lsat -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/lsat/ChangeLog,v 1.21 2007/05/25 10:59:23 matsuu Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/lsat/ChangeLog,v 1.22 2008/04/21 16:05:06 phreak Exp $ + + 21 Apr 2008; Christian Heim <phreak@gentoo.org> metadata.xml: + Fix up metadata.xml. If there's no maintainer for the package, the metadata + also needs to contain m-needed@g.o. *lsat-0.9.6 (25 May 2007) diff --git a/app-admin/lsat/metadata.xml b/app-admin/lsat/metadata.xml index 018f5193fe95..efc429fec077 100644 --- a/app-admin/lsat/metadata.xml +++ b/app-admin/lsat/metadata.xml @@ -1,8 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>no-herd</herd> -<longdescription> -Linux Security Auditing Tool (LSAT) is a post install security auditing tool. It is modular in design, so new features can be added quickly. It checks inetd entries and scans for unneeded RPM packages. It is being expanded to work with Linux distributions other than Red Hat, and checks for kernel versions. -</longdescription> + <herd>no-herd</herd> + <longdescription lang="en"> + Linux Security Auditing Tool (LSAT) is a post install security auditing + tool. It is modular in design, so new features can be added quickly. It + checks inetd entries and scans for unneeded RPM packages. It is being + expanded to work with Linux distributions other than Red Hat, and checks + for kernel versions. + </longdescription> + <maintainer> + <email>maintainer-needed@gentoo.org</email> + <name>Default assignee for orphaned packages</name> + </maintainer> </pkgmetadata> |