commit: 15dfb8111f1eb9180f225628b93ff334d2d6ec62 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Tue Jan 21 23:42:53 2020 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Tue Jan 21 23:42:53 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15dfb811
dev-php/pecl-uploadprogress: add myself as maintainer, clean up a bit. Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> dev-php/pecl-uploadprogress/metadata.xml | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/dev-php/pecl-uploadprogress/metadata.xml b/dev-php/pecl-uploadprogress/metadata.xml index 5f21917bcc4..ce710ecbb07 100644 --- a/dev-php/pecl-uploadprogress/metadata.xml +++ b/dev-php/pecl-uploadprogress/metadata.xml @@ -1,11 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer type="project"> - <email>[email protected]</email> - <name>PHP</name> -</maintainer> -<longdescription lang="en">An extension to track progress of a file upload. -See http://cvs.php.net/viewvc.cgi/pecl/uploadprogress/examples/ for a little example. It is only known to work on Apache with mod_php, other SAPI implementations unfortunately still have issues. + <maintainer type="project"> + <email>[email protected]</email> + <name>PHP</name> + </maintainer> + <maintainer type="person"> + <email>[email protected]</email> + <name>Michael Orlitzky</name> + </maintainer> + <longdescription lang="en"> + An extension to track the progress of a file upload. See + http://svn.php.net/viewvc/pecl/uploadprogress/trunk/examples/ for + an example. It is only known to work on apache with mod_php; other + SAPI implementations unfortunately still have issues. </longdescription> </pkgmetadata>
