Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/lemon/
Date: Mon, 15 Oct 2018 18:45:04
Message-Id: 1539629067.661850031eff8b03e4a0f51b708deb3d4d79b1b2.asturm@gentoo
1 commit: 661850031eff8b03e4a0f51b708deb3d4d79b1b2
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 15 18:18:02 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 15 18:44:27 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66185003
7
8 sci-libs/lemon: Maintainer stepped down
9
10 Bug: https://bugs.gentoo.org/668570
11
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13 Package-Manager: Portage-2.3.51, Repoman-2.3.11
14
15 sci-libs/lemon/metadata.xml | 38 ++++++++++++++++----------------------
16 1 file changed, 16 insertions(+), 22 deletions(-)
17
18 diff --git a/sci-libs/lemon/metadata.xml b/sci-libs/lemon/metadata.xml
19 index 1802bf9066b..e362f3ccd40 100644
20 --- a/sci-libs/lemon/metadata.xml
21 +++ b/sci-libs/lemon/metadata.xml
22 @@ -1,26 +1,20 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
25 <pkgmetadata>
26 -<maintainer type="person">
27 - <email>mmokrejs@×××××.com</email>
28 - <name>Martin Mokrejs</name>
29 -</maintainer>
30 -<maintainer type="project">
31 - <email>sci@g.o</email>
32 - <name>Gentoo Science Project</name>
33 -</maintainer>
34 -<longdescription>
35 - LEMON stands for Library for Efficient Modeling and Optimization in
36 - Networks. It is a C++ template library providing efficient
37 - implementations of common data structures and algorithms with focus
38 - on combinatorial optimization tasks connected mainly with graphs and
39 - networks.
40 -</longdescription>
41 -<use>
42 - <flag name="coin">Enable the <pkg>sci-libs/coinor-clp</pkg> and
43 - <pkg>sci-libs/coinor-cbc</pkg> graph algorithms</flag>
44 - <flag name="glpk">Enable GNU Linear Programming Kit
45 - <pkg>sci-mathematics/glpk</pkg> support</flag>
46 - <flag name="tools">Build additional tools</flag>
47 -</use>
48 + <maintainer type="project">
49 + <email>sci@g.o</email>
50 + <name>Gentoo Science Project</name>
51 + </maintainer>
52 + <longdescription>
53 + LEMON stands for Library for Efficient Modeling and Optimization in
54 + Networks. It is a C++ template library providing efficient
55 + implementations of common data structures and algorithms with focus
56 + on combinatorial optimization tasks connected mainly with graphs and
57 + networks.
58 + </longdescription>
59 + <use>
60 + <flag name="coin">Enable the <pkg>sci-libs/coinor-clp</pkg> and <pkg>sci-libs/coinor-cbc</pkg> graph algorithms</flag>
61 + <flag name="glpk">Enable GNU Linear Programming Kit <pkg>sci-mathematics/glpk</pkg> support</flag>
62 + <flag name="tools">Build additional tools</flag>
63 + </use>
64 </pkgmetadata>