Gentoo Archives: gentoo-commits

From: Ole Reifschneider <tranquility@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/zeal/
Date: Sun, 20 Sep 2015 22:05:06
Message-Id: 1442786692.9356f070b5b2488901891b3ac328be54216f7961.tranquility@gentoo
1 commit: 9356f070b5b2488901891b3ac328be54216f7961
2 Author: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 20 22:04:33 2015 +0000
4 Commit: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 20 22:04:52 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9356f070
7
8 app-doc/zeal: Fix completely wrong metadata.xml
9
10 Package-Manager: portage-2.2.20.1
11
12 app-doc/zeal/metadata.xml | 18 +++++-------------
13 1 file changed, 5 insertions(+), 13 deletions(-)
14
15 diff --git a/app-doc/zeal/metadata.xml b/app-doc/zeal/metadata.xml
16 index 8a16049..2bd4212 100644
17 --- a/app-doc/zeal/metadata.xml
18 +++ b/app-doc/zeal/metadata.xml
19 @@ -1,17 +1,9 @@
20 <?xml version="1.0" encoding="UTF-8"?>
21 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
22 <pkgmetadata>
23 -<maintainer>
24 - <email>ahvenas@×××××.com</email>
25 - <name>Henrik Pihl</name>
26 -</maintainer>
27 -<longdescription>
28 -Zeal is a simple offline API documentation browser inspired by Dash (OS X app), available for Linux and Windows.
29 -Quickly search documentation using Alt+Space (or customised) hotkey to display Zeal from any place in your workspace.
30 -- Search in multiple sets of documentation at once.
31 -- Don't be dependent on your internet connection.
32 -- Integrate Zeal with Emacs, Sublime Text, or Vim.
33 -All documentation available for Dash is also available for Zeal.
34 -You can also generate your own docsets using the same format Dash uses.
35 -</longdescription>
36 + <maintainer>
37 + <email>tranquility@g.o</email>
38 + <name>Ole Reifschneider</name>
39 + <description>Offline documentation browser inspired by Dash</description>
40 + </maintainer>
41 </pkgmetadata>