Gentoo Archives: gentoo-commits

From: "Christian Heim (phreak)" <phreak@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/lsat: metadata.xml ChangeLog
Date: Mon, 21 Apr 2008 16:05:11
Message-Id: E1JnyVv-0000FU-80@stork.gentoo.org
1 phreak 08/04/21 16:05:07
2
3 Modified: metadata.xml ChangeLog
4 Log:
5 Fix up metadata.xml. If there's no maintainer for the package, the metadata also needs to contain m-needed@g.o.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.2 app-admin/lsat/metadata.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/lsat/metadata.xml?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/lsat/metadata.xml?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/lsat/metadata.xml?r1=1.1&r2=1.2
14
15 Index: metadata.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-admin/lsat/metadata.xml,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- metadata.xml 4 Oct 2003 16:45:51 -0000 1.1
22 +++ metadata.xml 21 Apr 2008 16:05:06 -0000 1.2
23 @@ -1,8 +1,16 @@
24 <?xml version="1.0" encoding="UTF-8"?>
25 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
26 <pkgmetadata>
27 -<herd>no-herd</herd>
28 -<longdescription>
29 -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.
30 -</longdescription>
31 + <herd>no-herd</herd>
32 + <longdescription lang="en">
33 + Linux Security Auditing Tool (LSAT) is a post install security auditing
34 + tool. It is modular in design, so new features can be added quickly. It
35 + checks inetd entries and scans for unneeded RPM packages. It is being
36 + expanded to work with Linux distributions other than Red Hat, and checks
37 + for kernel versions.
38 + </longdescription>
39 + <maintainer>
40 + <email>maintainer-needed@g.o</email>
41 + <name>Default assignee for orphaned packages</name>
42 + </maintainer>
43 </pkgmetadata>
44
45
46
47 1.22 app-admin/lsat/ChangeLog
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/lsat/ChangeLog?rev=1.22&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/lsat/ChangeLog?rev=1.22&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/lsat/ChangeLog?r1=1.21&r2=1.22
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/app-admin/lsat/ChangeLog,v
56 retrieving revision 1.21
57 retrieving revision 1.22
58 diff -u -r1.21 -r1.22
59 --- ChangeLog 25 May 2007 10:59:23 -0000 1.21
60 +++ ChangeLog 21 Apr 2008 16:05:06 -0000 1.22
61 @@ -1,6 +1,10 @@
62 # ChangeLog for app-admin/lsat
63 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/app-admin/lsat/ChangeLog,v 1.21 2007/05/25 10:59:23 matsuu Exp $
65 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
66 +# $Header: /var/cvsroot/gentoo-x86/app-admin/lsat/ChangeLog,v 1.22 2008/04/21 16:05:06 phreak Exp $
67 +
68 + 21 Apr 2008; Christian Heim <phreak@g.o> metadata.xml:
69 + Fix up metadata.xml. If there's no maintainer for the package, the metadata
70 + also needs to contain m-needed@g.o.
71
72 *lsat-0.9.6 (25 May 2007)
73
74
75
76
77 --
78 gentoo-commits@l.g.o mailing list