version bump

This commit is contained in:
Robert Förster (Dessa) 2013-09-18 13:27:52 +02:00
parent 588dbf4cd4
commit 9a720b6a90
2 changed files with 9 additions and 11 deletions

View File

@ -1 +1 @@
DIST froxlor-0.9.28.1.tar.gz 1528346 SHA256 a286084b9dc10474a19e9594de75069ca840365df8be65a639fc43035fa6ca5d SHA512 2c48f20ec488a780ab28b50e5e431be99393f89c68f81cf2e82e6336331744c9bfa458cb69990fe01b20b385b1cf128d9860c591b53369ec3a600d993b5deac5 WHIRLPOOL 38e608e182f1244d8e75eae09da5210ed0d6f786dcaf8c2906adc9d9b6ccec77bd727abe424756c795f7d24d16c13e0c448eff6842aebc0a343d8cdcc556f499
DIST froxlor-0.9.29.tar.gz 1586982 SHA256 ed69457dca9e9945965c7965abbbfe94132898cc3a492f0e37a74b2e2cd099e7 SHA512 76532370cd344decbc70b1aa991086b8504b534d9c7f1e08e9de55dd71a3ef24a83e06c0164551183027c9db4dd7bcc2add28dd78f2b6f637c4ce21195c8c4e5 WHIRLPOOL 0c7ac1a4a41934e4302240474934a5855f7b6be480a398aed2b636bd82a800639edaf81db2368cae7941a5978a4a29149de4a3fc3d5298afcf68d72a8124db25

View File

@ -4,24 +4,22 @@
EAPI="5"
[[ ${PV} == 9999 ]] && SCM="git-2"
EGIT_REPO_URI="https://github.com/Froxlor/Froxlor.git"
EGIT_PROJECT="froxlor"
inherit eutils
inherit eutils ${SCM}
if [[ ${PV} != "9999" ]] ; then
if [[ ${PV} = "9999" ]] ; then
EGIT_REPO_URI="https://github.com/Froxlor/Froxlor.git"
EGIT_PROJECT="froxlor"
inherit git-r3
KEYWORDS=""
else
RESTRICT="mirror"
SRC_URI="http://files.froxlor.org/releases/${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
else
SRC_URI=""
KEYWORDS=""
fi
DESCRIPTION="A PHP-based webhosting-oriented control panel for servers."
HOMEPAGE="http://www.froxlor.org/"
LICENSE="GPL-2"
SLOT="0"
IUSE="aps autoresponder awstats bind domainkey dovecot fcgid ftpquota fpm lighttpd +log mailquota nginx pureftpd quota ssl +tickets"