Gentoo Archives: gentoo-commits

From: "Göktürk Yüksek" <gokturk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/misc-files/metadata/
Date: Thu, 13 Apr 2017 19:36:08
Message-Id: 1492112095.36023f0c54f9974c6ce8f22d34276d725c536767.gokturk@gentoo
1 commit: 36023f0c54f9974c6ce8f22d34276d725c536767
2 Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 13 15:52:30 2017 +0000
4 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 13 19:34:55 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=36023f0c
7
8 ebuild-writing/misc-files/metadata: repoman does not depend on libxml2 anymore
9
10 When repoman was a part of sys-apps/portage, it didn't pull in libxml2
11 in the ebuild. The developers needed to make sure that libxml2 is
12 installed on the system to perform metadata checks. Now that it's
13 split into app-portage/repoman, it pulls in dev-python/lxml properly
14 and this statement is no longer valid.
15
16 ebuild-writing/misc-files/metadata/text.xml | 5 ++---
17 1 file changed, 2 insertions(+), 3 deletions(-)
18
19 diff --git a/ebuild-writing/misc-files/metadata/text.xml b/ebuild-writing/misc-files/metadata/text.xml
20 index ad429a5..44a8554 100644
21 --- a/ebuild-writing/misc-files/metadata/text.xml
22 +++ b/ebuild-writing/misc-files/metadata/text.xml
23 @@ -360,9 +360,8 @@ using the <c>app-portage/metagen</c> tool.
24 </p>
25
26 <p>
27 -Commits of package metadata files are handled by <c>repoman</c>. In
28 -order for metadata checks to be performed, <c>dev-libs/libxml2</c>
29 -must be installed on the system.
30 +Commits of package metadata files are handled by <c>repoman</c> as
31 +part of regular package maintenance.
32 </p>
33
34 <p>