Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/bats/
Date: Fri, 11 Aug 2017 08:55:47
Message-Id: 1502441730.cc515d71dc59a9f1fb675d85294d4c29901ad4ce.polynomial-c@gentoo
1 commit: cc515d71dc59a9f1fb675d85294d4c29901ad4ce
2 Author: Nelo-T. Wallus <nelo <AT> wallus <DOT> de>
3 AuthorDate: Wed Aug 9 16:26:16 2017 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 11 08:55:30 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc515d71
7
8 dev-util/bats: Add myself as maintainer proxied through Polynomial-C
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11 Closes: https://github.com/gentoo/gentoo/pull/5378
12
13 dev-util/bats/metadata.xml | 23 ++++++++++++++++-------
14 1 file changed, 16 insertions(+), 7 deletions(-)
15
16 diff --git a/dev-util/bats/metadata.xml b/dev-util/bats/metadata.xml
17 index 313242c8535..d65f4219229 100644
18 --- a/dev-util/bats/metadata.xml
19 +++ b/dev-util/bats/metadata.xml
20 @@ -1,18 +1,27 @@
21 <?xml version="1.0" encoding="UTF-8"?>
22 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
23 <pkgmetadata>
24 -<!-- maintainer-needed -->
25 + <maintainer type="person">
26 + <email>nelo@××××××.de</email>
27 + <name>Nelo-Thara Wallus</name>
28 + <description>Proxied by Polynomial-C</description>
29 + </maintainer>
30 + <maintainer type="person">
31 + <email>polynomial-c@g.o</email>
32 + <name>Lars Wendler</name>
33 + <description>Proxy maintainer for Nelo</description>
34 + </maintainer>
35 <upstream>
36 <remote-id type="github">sstephenson/bats</remote-id>
37 </upstream>
38 <longdescription lang="en">
39 - Bats is a TAP-compliant testing framework for Bash. It provides a simple
40 - way to verify that the UNIX programs you write behave as expected.
41 + Bats is a TAP-compliant testing framework for Bash. It provides a simple
42 + way to verify that the UNIX programs you write behave as expected.
43
44 - A Bats test file is a Bash script with special syntax for defining test
45 - cases. Under the hood, each test case is just a function with a description.
46 + A Bats test file is a Bash script with special syntax for defining test
47 + cases. Under the hood, each test case is just a function with a description.
48
49 - Bats is most useful when testing software written in Bash, but you can use
50 - it to test any UNIX program.
51 + Bats is most useful when testing software written in Bash, but you can use
52 + it to test any UNIX program.
53 </longdescription>
54 </pkgmetadata>