summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2008-04-21 16:29:01 +0000
committerChristian Heim <phreak@gentoo.org>2008-04-21 16:29:01 +0000
commit1a31d86730b0d80efc3e4e2c7881996864332d06 (patch)
treeb6913c99759649d3e37d78cbcf011c13d1b2c4a5 /app-arch/xar
parentFix up metadata.xml. If there's no maintainer for the package, the metadata a... (diff)
downloadgentoo-2-1a31d86730b0d80efc3e4e2c7881996864332d06.tar.gz
gentoo-2-1a31d86730b0d80efc3e4e2c7881996864332d06.tar.bz2
gentoo-2-1a31d86730b0d80efc3e4e2c7881996864332d06.zip
Fix up metadata.xml. If there's no maintainer for the package, the metadata also needs to contain m-needed@g.o.
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-arch/xar')
-rw-r--r--app-arch/xar/ChangeLog6
-rw-r--r--app-arch/xar/metadata.xml18
2 files changed, 21 insertions, 3 deletions
diff --git a/app-arch/xar/ChangeLog b/app-arch/xar/ChangeLog
index fcd6ec800ce0..ebca5ea5ee96 100644
--- a/app-arch/xar/ChangeLog
+++ b/app-arch/xar/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-arch/xar
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/xar/ChangeLog,v 1.13 2008/01/29 22:45:56 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/xar/ChangeLog,v 1.14 2008/04/21 16:29:01 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.
*xar-1.5.2 (29 Jan 2008)
diff --git a/app-arch/xar/metadata.xml b/app-arch/xar/metadata.xml
index 3a099b69aa35..acef19011ca8 100644
--- a/app-arch/xar/metadata.xml
+++ b/app-arch/xar/metadata.xml
@@ -1,6 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>no-herd</herd>
-<longdescription>The XAR project aims to provide an easily extensible archive format. Important design decisions include an easily extensible XML table of contents for random access to archived files, storing the toc at the beginning of the archive to allow for efficient handling of streamed archives, the ability to handle files of arbitrarily large sizes, the ability to choose independent encodings for individual files in the archive, the ability to store checksums for individual files in both compressed and uncompressed form, and the ability to query the table of content's rich meta-data.</longdescription>
+ <herd>no-herd</herd>
+ <maintainer>
+ <email>maintainer-needed@gentoo.org</email>
+ <name>Default assignee for orphaned packages</name>
+ </maintainer>
+ <longdescription lang="en">
+ The XAR project aims to provide an easily extensible archive format.
+ Important design decisions include an easily extensible XML table of
+ contents for random access to archived files, storing the toc at the
+ beginning of the archive to allow for efficient handling of streamed
+ archives, the ability to handle files of arbitrarily large sizes, the
+ ability to choose independent encodings for individual files in the
+ archive, the ability to store checksums for individual files in both
+ compressed and uncompressed form, and the ability to query the table of
+ content's rich meta-data.
+ </longdescription>
</pkgmetadata>