mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
www-apps/gogs: continue maintainership a bit
Fixes of default parameters Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Denis Reva <denis7774@gmail.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# Apache License 2015
|
||||
|
||||
user="${user:-gogs}"
|
||||
group="${group:-gogs}"
|
||||
group="${group:-git}"
|
||||
pidfile="${pidfile:-/run/${SVCNAME}.pid}"
|
||||
basedir="${basedir:-/usr/share/gogs}"
|
||||
daemon="${daemon:-gogs}"
|
||||
|
||||
@@ -448,7 +448,7 @@ LICENSE="Apache-2.0 BSD MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
|
||||
IUSE="cert mysql pam postgres sqlite"
|
||||
IUSE="cert mysql +pam postgres +sqlite"
|
||||
REQUIRED_USE="|| ( sqlite mysql postgres )"
|
||||
PATCHES=( "${FILESDIR}/${P}.patch" )
|
||||
|
||||
|
||||
@@ -1,7 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<!-- maintainer-needed -->
|
||||
<maintainer type="person">
|
||||
<email>denis7774@gmail.com</email>
|
||||
<name>Denis Reva</name>
|
||||
<description>Partial maintainer</description>
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="cert">Adds support for self-signed certificates</flag>
|
||||
</use>
|
||||
|
||||
Reference in New Issue
Block a user