Install this version:
emerge -a =www-apps/icingaweb2-module-fileshipper-1.3.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =www-apps/icingaweb2-module-fileshipper-1.3.0
Or alternatively:
emerge --autounmask-write -a =www-apps/icingaweb2-module-fileshipper-1.3.0
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Create top-level views of your applications in a graphical editor."
HOMEPAGE="https://github.com/Icinga/icingaweb2-module-fileshipper"
if [[ "${PV}" == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/Icinga/${PN}.git"
else
KEYWORDS="~amd64 ~x86"
SRC_URI="https://codeload.github.com/Icinga/${PN}/tar.gz/v${PV} -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${PV}"
fi
LICENSE="GPL-2"
SLOT="0"
IUSE="php_targets_php8-2 php_targets_php8-3 php_targets_php8-4 php_targets_php8-5 yaml xlsx xml"
PHP_DEPEND="
php_targets_php8-2? (
yaml? ( dev-php/pecl-yaml )
xlsx? ( dev-lang/php:8.2[zip] )
dev-lang/php:8.2[xml?]
)
php_targets_php8-3? (
yaml? ( dev-php/pecl-yaml )
xlsx? ( dev-lang/php:8.3[zip] )
dev-lang/php:8.3[xml?]
)
php_targets_php8-4? (
yaml? ( dev-php/pecl-yaml )
xlsx? ( dev-lang/php:8.4[zip] )
dev-lang/php:8.4[xml?]
)
php_targets_php8-5? (
yaml? ( dev-php/pecl-yaml )
xlsx? ( dev-lang/php:8.5[zip] )
dev-lang/php:8.5[xml?]
)
"
RDEPEND="
www-apps/icingaweb2-module-director
${PHP_DEPEND}
"
BDEPEND=""
src_install() {
insinto "/usr/share/icingaweb2/modules/${PN##*-}/"
doins -r "${S}"/*
}
Manage flags for this package:
euse -i <flag> -p www-apps/icingaweb2-module-fileshipper |
euse -E <flag> -p www-apps/icingaweb2-module-fileshipper |
euse -D <flag> -p www-apps/icingaweb2-module-fileshipper
www-apps/icingaweb2-module-director php_targets_php8-2? ( yaml? ( dev-php/pecl-yaml ) xlsx? ( dev-lang/php:8.2[zip] ) dev-lang/php:8.2[xml?] ) php_targets_php8-3? ( yaml? ( dev-php/pecl-yaml ) xlsx? ( dev-lang/php:8.3[zip] ) dev-lang/php:8.3[xml?] ) php_targets_php8-4? ( yaml? ( dev-php/pecl-yaml ) xlsx? ( dev-lang/php:8.4[zip] ) dev-lang/php:8.4[xml?] ) php_targets_php8-5? ( yaml? ( dev-php/pecl-yaml ) xlsx? ( dev-lang/php:8.5[zip] ) dev-lang/php:8.5[xml?] )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | icingaweb2-module-fileshipper-1.3.0.tar.gz | 263014 bytes | https://codeload.github.com/Icinga/icingaweb2-module-fileshipper/tar.gz/v1.3.0 |