[www-apps/froxlor] bump to 0.10.5

This commit is contained in:
Robert Förster (Dessa) 2019-11-01 14:32:11 +01:00
parent fb3ff2c369
commit 1654bf3648
3 changed files with 10 additions and 4 deletions

View File

@ -1 +1 @@
DIST froxlor-0.10.2.tar.gz 1584843 SHA256 b1105bef7ee42ae9d727a1ca4cc2c699f82f9577a7bd2d1d4faaec98a327c3ef SHA512 19dcd9309552308e8fcb5e668a7007dbedce411c0ca1cb88b5f73937d842eb341909ea10df9ca44f78baa7e114dc830fa18f5a2e669c095a28a651a86ad5980b WHIRLPOOL 019006d872a15b90d448c005f6d6a28167d41bbbc65d236c2eb31f53f3d528ddd5928e616bac7595c3bd5ff62201016be3dee181e6d97fc6c3a8ce67f406f439
DIST froxlor-0.10.5.tar.gz 1588951 SHA256 9642c9584a375eb2a2e952767c27f48fe936f22cc19c1b017d89800cb4abc5db SHA512 18fda3241e7e5fe96eff7c1477ccf8a4abe64198338d4229cc5e299a73dc7045fcc44e223ee1ac0d386139d2c6da5d6ab3b9fb1757ff8d1853820a74458a990e WHIRLPOOL 4efbaa122d5ca925ffc8c56d73a5dcb84c72f1ec139e7adeddc61e18d6063ed2cb0419bfa1a8ed16f68b6d8b20d61977cc82f01a8520df5948f786241dcfd0ba

View File

@ -126,6 +126,13 @@ src_unpack() {
fi
}
src_prepare() {
if [[ ${PV} == *9999 ]] ; then
egit_clean
fi
default
}
src_install() {
# set default language
local MYLANG=""
@ -270,7 +277,6 @@ src_install() {
# Install the Froxlor files
einfo "Installing Froxlor files"
dodir ${FROXLOR_DOCROOT}
egit_clean
cp -R "${S}/" "${D}${FROXLOR_DOCROOT}/" || die "Installation of the Froxlor files failed"
}

View File

@ -126,11 +126,11 @@ src_unpack() {
fi
}
src_prepare()
src_prepare() {
if [[ ${PV} == *9999 ]] ; then
egit_clean
else
fi
default
}
src_install() {