diff --git a/www-apps/froxlor/froxlor-0.9.36.ebuild b/www-apps/froxlor/froxlor-0.9.36.ebuild index 0c7e7c4..47afb2a 100644 --- a/www-apps/froxlor/froxlor-0.9.36.ebuild +++ b/www-apps/froxlor/froxlor-0.9.36.ebuild @@ -99,9 +99,9 @@ RDEPEND="${DEPEND}" REQUIRED_USE="lighttpd? ( !nginx ) fcgid? ( !fpm ) vsftpd? ( !ftpquota )" # we need that to set the standardlanguage later -LANGS="de en fr it nl pt se" +LANGS="de en fr it nl pt sv" for X in ${LANGS} ; do - IUSE="${IUSE} linguas_${X}" + IUSE="${IUSE} l10n_${X}" done # lets check user defined variables @@ -124,17 +124,17 @@ src_prepare() { src_install() { # set default language local MYLANG="" - if use linguas_de ; then + if use l10n_de ; then MYLANG="Deutsch" - elif use linguas_fr ; then + elif use l10n_fr ; then MYLANG="Français" - elif use linguas_it ; then + elif use l10n_it ; then MYLANG="Italian" - elif use linguas_nl ; then + elif use l10n_nl ; then MYLANG="Dutch" - elif use linguas_pt ; then + elif use l10n_pt ; then MYLANG="Português" - elif use linguas_se ; then + elif use l10n_sv ; then MYLANG="Swedish" fi diff --git a/www-apps/froxlor/froxlor-9999.ebuild b/www-apps/froxlor/froxlor-9999.ebuild index 401d288..4889f73 100644 --- a/www-apps/froxlor/froxlor-9999.ebuild +++ b/www-apps/froxlor/froxlor-9999.ebuild @@ -102,9 +102,9 @@ RDEPEND="${DEPEND}" REQUIRED_USE="lighttpd? ( !nginx ) fcgid? ( !fpm ) vsftpd? ( !ftpquota ) pdns? ( !bind )" # we need that to set the standardlanguage later -LANGS="de en fr it nl pt se" +LANGS="de en fr it nl pt sv" for X in ${LANGS} ; do - IUSE="${IUSE} linguas_${X}" + IUSE="${IUSE} l10n_${X}" done # lets check user defined variables @@ -127,17 +127,17 @@ src_prepare() { src_install() { # set default language local MYLANG="" - if use linguas_de ; then + if use l10n_de ; then MYLANG="Deutsch" - elif use linguas_fr ; then + elif use l10n_fr ; then MYLANG="Français" - elif use linguas_it ; then + elif use l10n_it ; then MYLANG="Italian" - elif use linguas_nl ; then + elif use l10n_nl ; then MYLANG="Dutch" - elif use linguas_pt ; then + elif use l10n_pt ; then MYLANG="Português" - elif use linguas_se ; then + elif use l10n_sv ; then MYLANG="Swedish" fi @@ -274,7 +274,7 @@ src_install() { # Install the Froxlor files einfo "Installing Froxlor files" dodir ${FROXLOR_DOCROOT} - cp -Rf "${S}/" "${D}${FROXLOR_DOCROOT}/" || die "Installation of the Froxlor files failed" + cp -R "${S}/" "${D}${FROXLOR_DOCROOT}/" || die "Installation of the Froxlor files failed" } pkg_postinst() { @@ -292,7 +292,7 @@ pkg_postinst() { elog "to /etc/cron.d/froxlor and remove /etc/cron.d/syscp" else elog "Please open http://[ip]/froxlor in your browser to continue" - elog "continue with the basic setup of Froxlor." + elog "with the basic setup of Froxlor." elog elog "Don't forget to setup your MySQL databases root user and password" elog "using emerge --config mysql" diff --git a/www-apps/froxlor/metadata.xml b/www-apps/froxlor/metadata.xml index 0fb63f1..2351fda 100644 --- a/www-apps/froxlor/metadata.xml +++ b/www-apps/froxlor/metadata.xml @@ -20,6 +20,7 @@ Adds support for Quotas for the maildirs of Customers use nginx instead of Apache + use Power-DNS instead of Bind use pure-FTPd instead of ProFTPd Adds support for Filesystem-Quotas Adds support for the Ticket System