public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_xml2enc/
@ 2016-04-26 14:17 Sam Jorna
  0 siblings, 0 replies; 3+ messages in thread
From: Sam Jorna @ 2016-04-26 14:17 UTC (permalink / raw
  To: gentoo-commits

commit:     8b366ab93960f2fe5e60f47d486c33266df50d85
Author:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 26 14:06:50 2016 +0000
Commit:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
CommitDate: Tue Apr 26 14:17:17 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b366ab9

www-apache/mod_xml2enc: assign proxy maintainer

Proxy maintainer assigned from bug 575410.

Gentoo-bug: 575410
Package-Manager: portage-2.2.28

 www-apache/mod_xml2enc/metadata.xml | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/www-apache/mod_xml2enc/metadata.xml b/www-apache/mod_xml2enc/metadata.xml
index 6f49eba..bf78664 100644
--- a/www-apache/mod_xml2enc/metadata.xml
+++ b/www-apache/mod_xml2enc/metadata.xml
@@ -1,5 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<!-- maintainer-needed -->
+	<maintainer type="person">
+		<email>russell@annunaki2k2.co.uk</email>
+		<name>Russell Knighton</name>
+		<description>Proxy maintainer - set to assignee on bugs</description>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_xml2enc/
@ 2016-04-26 16:08 Sam Jorna
  0 siblings, 0 replies; 3+ messages in thread
From: Sam Jorna @ 2016-04-26 16:08 UTC (permalink / raw
  To: gentoo-commits

commit:     54e8e3f46abe989b9bf7f7150f60014267447bb8
Author:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 26 16:07:49 2016 +0000
Commit:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
CommitDate: Tue Apr 26 16:08:13 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54e8e3f4

www-apache/mod_xml2enc: remove implicit system dep

Reported-by: Gokturk Yuksek <gokturk <AT> binghamton.edu>
Package-Manager: portage-2.2.28

 www-apache/mod_xml2enc/mod_xml2enc-1.0.4.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/www-apache/mod_xml2enc/mod_xml2enc-1.0.4.ebuild b/www-apache/mod_xml2enc/mod_xml2enc-1.0.4.ebuild
index 8b5a6aa..b42d263 100644
--- a/www-apache/mod_xml2enc/mod_xml2enc-1.0.4.ebuild
+++ b/www-apache/mod_xml2enc/mod_xml2enc-1.0.4.ebuild
@@ -16,8 +16,7 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-DEPEND="app-arch/bzip2
-	dev-libs/libxml2"
+DEPEND="dev-libs/libxml2"
 RDEPEND="${DEPEND}"
 
 APACHE2_MOD_CONF="26_${PN}"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_xml2enc/
@ 2018-02-11 11:36 Michał Górny
  0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2018-02-11 11:36 UTC (permalink / raw
  To: gentoo-commits

commit:     8232b551983c9d08539a8e3e09f945aabf5b9245
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 11 11:21:03 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 11 11:36:31 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8232b551

www-apache/mod_xml2enc: Remove useless maintainer <description/>

Remove useless/redundant maintainer <description/>. It does not benefit
bug wrangling, and only wastes developer's time on reading it. Few tips:

- assignee/CC is implied by ordering, there is no reason to repeat it,
- we know that maintainer is maintainer (la la la la la),
- most of adjectives for maintainer are of no value and/or are obvious.

 www-apache/mod_xml2enc/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/www-apache/mod_xml2enc/metadata.xml b/www-apache/mod_xml2enc/metadata.xml
index bf786649b98..2d55fbf02a5 100644
--- a/www-apache/mod_xml2enc/metadata.xml
+++ b/www-apache/mod_xml2enc/metadata.xml
@@ -4,7 +4,6 @@
 	<maintainer type="person">
 		<email>russell@annunaki2k2.co.uk</email>
 		<name>Russell Knighton</name>
-		<description>Proxy maintainer - set to assignee on bugs</description>
 	</maintainer>
 	<maintainer type="project">
 		<email>proxy-maint@gentoo.org</email>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-02-11 11:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-26 14:17 [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_xml2enc/ Sam Jorna
  -- strict thread matches above, loose matches on Subject: below --
2016-04-26 16:08 Sam Jorna
2018-02-11 11:36 Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox