[www-apps/froxlor] update live ebuild add libnss-mysql

This commit is contained in:
Robert Förster (Dessa) 2019-03-21 18:59:04 +01:00
parent 8c220c7606
commit 87147c392d
1 changed files with 13 additions and 13 deletions

View File

@ -1,23 +1,22 @@
# Copyright 1999-2017 Gentoo Foundation # Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="5" EAPI="7"
inherit eutils
if [[ ${PV} = "9999" ]] ; then if [[ ${PV} = "9999" ]] ; then
EGIT_REPO_URI="https://github.com/Froxlor/Froxlor.git" EGIT_REPO_URI="https://github.com/Froxlor/Froxlor.git"
EGIT_BRANCH="0.9.x"
EGIT_CHECKOUT_DIR=${WORKDIR}/${PN} EGIT_CHECKOUT_DIR=${WORKDIR}/${PN}
inherit git-r3 inherit git-r3
KEYWORDS="" KEYWORDS=""
else else
RESTRICT="mirror" RESTRICT="mirror"
SRC_URI="http://files.froxlor.org/releases/${P}.tar.gz" SRC_URI="https://files.froxlor.org/releases/${P}.tar.gz"
KEYWORDS="~amd64 ~x86" KEYWORDS="~amd64 ~x86"
fi fi
DESCRIPTION="A PHP-based webhosting-oriented control panel for servers." DESCRIPTION="A PHP-based webhosting-oriented control panel for servers."
HOMEPAGE="http://www.froxlor.org/" HOMEPAGE="https://www.froxlor.org/"
LICENSE="GPL-2" LICENSE="GPL-2"
SLOT="0" SLOT="0"
@ -27,7 +26,6 @@ DEPEND="
!www-apps/syscp !www-apps/syscp
>=mail-mta/postfix-2.4[mysql,ssl=] >=mail-mta/postfix-2.4[mysql,ssl=]
virtual/cron virtual/cron
virtual/mysql
>=dev-lang/php-5.3:*[bcmath,cli,ctype,curl,filter,ftp,gd,mysql,nls,pcntl,pdo,posix,session,simplexml,ssl=,tokenizer,unicode,xml,xslt,zlib] >=dev-lang/php-5.3:*[bcmath,cli,ctype,curl,filter,ftp,gd,mysql,nls,pcntl,pdo,posix,session,simplexml,ssl=,tokenizer,unicode,xml,xslt,zlib]
pureftpd? ( pureftpd? (
net-ftp/pure-ftpd[mysql,ssl=] net-ftp/pure-ftpd[mysql,ssl=]
@ -73,7 +71,10 @@ DEPEND="
) )
) )
fcgid? ( dev-lang/php:*[cgi] fcgid? ( dev-lang/php:*[cgi]
sys-auth/libnss-mysql || (
sys-auth/libnss-extrausers
sys-auth/libnss-mysql
)
( !lighttpd? ( ( !lighttpd? (
!nginx? ( !nginx? (
www-servers/apache[suexec] www-servers/apache[suexec]
@ -83,7 +84,10 @@ DEPEND="
) )
) )
fpm? ( dev-lang/php:*[fpm] fpm? ( dev-lang/php:*[fpm]
sys-auth/libnss-mysql || (
sys-auth/libnss-extrausers
sys-auth/libnss-mysql
)
) )
dovecot? ( >=net-mail/dovecot-2.2.0[mysql,ssl=] dovecot? ( >=net-mail/dovecot-2.2.0[mysql,ssl=]
>=mail-mta/postfix-2.4[dovecot-sasl] >=mail-mta/postfix-2.4[dovecot-sasl]
@ -119,10 +123,6 @@ src_unpack() {
fi fi
} }
src_prepare() {
epatch_user
}
src_install() { src_install() {
# set default language # set default language
local MYLANG="" local MYLANG=""