Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/smarty/
Date: Tue, 21 Jan 2020 23:36:20
Message-Id: 1579649734.e27c20214b34b10207e5149b738d27fc02b8a0e0.mjo@gentoo
1 commit: e27c20214b34b10207e5149b738d27fc02b8a0e0
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 21 23:35:34 2020 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 21 23:35:34 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e27c2021
7
8 dev-php/smarty: add myself as a maintainer.
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.16
11 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
12
13 dev-php/smarty/metadata.xml | 29 +++++++++++++++++------------
14 1 file changed, 17 insertions(+), 12 deletions(-)
15
16 diff --git a/dev-php/smarty/metadata.xml b/dev-php/smarty/metadata.xml
17 index 65adc5d3d3e..9f16ebd2517 100644
18 --- a/dev-php/smarty/metadata.xml
19 +++ b/dev-php/smarty/metadata.xml
20 @@ -1,16 +1,21 @@
21 <?xml version="1.0" encoding="UTF-8"?>
22 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
23 <pkgmetadata>
24 - <maintainer type="project">
25 - <email>php-bugs@g.o</email>
26 - <name>PHP</name>
27 - </maintainer>
28 - <longdescription lang="en">
29 - Smarty is a template engine for PHP, facilitating the separation of
30 - presentation (HTML/CSS) from application logic. This implies that PHP
31 - code is application logic, and is separated from the presentation.
32 - </longdescription>
33 - <upstream>
34 - <remote-id type="github">smarty-php/smarty</remote-id>
35 - </upstream>
36 + <maintainer type="project">
37 + <email>php-bugs@g.o</email>
38 + <name>PHP</name>
39 + </maintainer>
40 + <maintainer type="person">
41 + <email>mjo@g.o</email>
42 + <name>Michael Orlitzky</name>
43 + </maintainer>
44 + <longdescription lang="en">
45 + Smarty is a template engine for PHP, facilitating the separation
46 + of presentation (HTML/CSS) from application logic. This implies
47 + that PHP code is application logic, and is separated from the
48 + presentation.
49 + </longdescription>
50 + <upstream>
51 + <remote-id type="github">smarty-php/smarty</remote-id>
52 + </upstream>
53 </pkgmetadata>