commit:     42b80550b602f566adfeb7b07ab1d466dc10af76
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 27 20:16:24 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Nov 27 20:16:24 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42b80550

www-apps/cgit: update maintainer and fix RESTRICT=""

* add myself as maintainer

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 www-apps/cgit/cgit-1.2.3-r1.ebuild | 1 +
 www-apps/cgit/cgit-9999.ebuild     | 3 ++-
 www-apps/cgit/metadata.xml         | 4 ++++
 3 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/www-apps/cgit/cgit-1.2.3-r1.ebuild 
b/www-apps/cgit/cgit-1.2.3-r1.ebuild
index 6c5ff88b4c9..707d23f3bcc 100644
--- a/www-apps/cgit/cgit-1.2.3-r1.ebuild
+++ b/www-apps/cgit/cgit-1.2.3-r1.ebuild
@@ -20,6 +20,7 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~x86"
 IUSE="doc +highlight libressl +lua +luajit test"
+RESTRICT="!test? ( test )"
 
 RDEPEND="
        acct-group/cgit

diff --git a/www-apps/cgit/cgit-9999.ebuild b/www-apps/cgit/cgit-9999.ebuild
index c6c843a12c6..4b617428b6e 100644
--- a/www-apps/cgit/cgit-9999.ebuild
+++ b/www-apps/cgit/cgit-9999.ebuild
@@ -17,7 +17,8 @@ EGIT_REPO_URI="https://git.zx2c4.com/cgit";
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS=""
-IUSE="doc +highlight libressl +lua +luajit"
+IUSE="doc +highlight libressl +lua +luajit test"
+RESTRICT="!test? ( test )"
 
 RDEPEND="
        acct-group/cgit

diff --git a/www-apps/cgit/metadata.xml b/www-apps/cgit/metadata.xml
index 647683a8f62..731100a1b49 100644
--- a/www-apps/cgit/metadata.xml
+++ b/www-apps/cgit/metadata.xml
@@ -1,6 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
+       <maintainer type="person">
+               <email>b...@gentoo.org</email>
+               <name>Aaron Bauman</name>
+       </maintainer>
        <maintainer type="project">
                <email>web-a...@gentoo.org</email>
                <name>Gentoo Webapps</name>

Reply via email to