Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-mail/dbmail: metadata.xml
Date: Sat, 23 Aug 2008 06:28:23
Message-Id: E1KWmbk-0000iZ-AA@stork.gentoo.org
1 mr_bones_ 08/08/23 06:28:20
2
3 Modified: metadata.xml
4 Log:
5 fix up metadata.xml (glep 56)
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.3 net-mail/dbmail/metadata.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/dbmail/metadata.xml?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/dbmail/metadata.xml?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/dbmail/metadata.xml?r1=1.2&r2=1.3
14
15 Index: metadata.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-mail/dbmail/metadata.xml,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- metadata.xml 15 May 2007 11:44:12 -0000 1.2
22 +++ metadata.xml 23 Aug 2008 06:28:19 -0000 1.3
23 @@ -1,10 +1,13 @@
24 <?xml version="1.0" encoding="UTF-8"?>
25 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
26 <pkgmetadata>
27 -<herd>net-mail</herd>
28 -<maintainer>
29 - <email>lordvan@g.o</email>
30 - <name>Thomas Raschbacher</name>
31 -</maintainer>
32 -<longdescription>Dbmail is the name of a group of programs that enable the possiblilty of storing and retrieving mail messages from a database. Currently MySQL, PostgreSQL and SQLite can be used as database backends.</longdescription>
33 + <herd>net-mail</herd>
34 + <maintainer>
35 + <email>lordvan@g.o</email>
36 + <name>Thomas Raschbacher</name>
37 + </maintainer>
38 + <longdescription>Dbmail is the name of a group of programs that enable the possiblilty of storing and retrieving mail messages from a database. Currently MySQL, PostgreSQL and SQLite can be used as database backends.</longdescription>
39 + <use>
40 + <flag name="sieve">Enable sieve filter support</flag>
41 + </use>
42 </pkgmetadata>