version bump

This commit is contained in:
Robert Förster (Dessa) 2015-09-08 11:17:39 +02:00
parent d4b6e5bc75
commit 2d3a95cea3
5 changed files with 41 additions and 27 deletions

11
metadata/.gitignore vendored Normal file
View File

@ -0,0 +1,11 @@
# These are added during tree generation only.
/cache
/dtd
/glsa
/md5-cache
/news
/herds.xml
/timestamp
/timestamp.chk
/timestamp.x
/pkg_desc_index

View File

@ -1 +1 @@
DIST froxlor-0.9.33.2.tar.gz 1250837 SHA256 7693a0d7d17ff9183f6ddab4e68eda86d8215394ec8e1003c5ed076cd8d9a634 SHA512 baa9309eec0e2fef8b59690a9299719a9904d33a1e4f868a4a7e968b6221a510f5db5397be81f50e28b5a970d03f6050e1a3c559923c8ee4658505175903fa63 WHIRLPOOL 2103ff47e6327aae1d90dc5d98023776f550e756f0437321a79ba2dd7fc3c05dc1df915365ab2de0a40896d8e0aaf009346e3c55193f3d021b363b4935e8a366
DIST froxlor-0.9.34.tar.gz 1065427 SHA256 7a0e7f216defb28b87b462811d36fb57d7c00403c3512ca1f8f69b4ecca974bd SHA512 831ef473778c783c9a047942fe9237ebd07761755de9755037f278ff292e3c4fa7d21913c0fa05d652a9879b8202a389b9ce2458e77de072f8c3f42bd29bda71 WHIRLPOOL 9a5aec13634dc617d5cfdce67b2964079bd5833c820a18dd652580844d044d4612b7858242972ce21cf430ddabfb6f2bfa6de402a6d15e919ada4729dd18ad2f

View File

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
# $Id$
EAPI="5"
@ -24,7 +24,7 @@ LICENSE="GPL-2"
SLOT="0"
IUSE="awstats bind domainkey dovecot fcgid ftpquota fpm lighttpd +log mailquota nginx pureftpd quota ssl +tickets"
PHP_REQUIRED_FLAGS="bcmath,cli,ctype,filter,ftp,gd,mysql,nls,pcntl,pdo,posix,session,simplexml,ssl=,tokenizer,xml,xslt,zlib"
PHP_REQUIRED_FLAGS="bcmath,cli,ctype,filter,ftp,gd,mysql,nls,pcntl,pdo,posix,session,simplexml,ssl=,tokenizer,unicode,xml,xslt,zlib"
DEPEND="
!www-apps/syscp

View File

@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
# $Id$
EAPI="5"

View File

@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<maintainer>
<email>release@froxlor.org</email>
<description>Upstream Maintainer</description>
</maintainer>
<longdescription>A PHP-based webhosting-oriented control panel for servers.</longdescription>
<use>
</maintainer>
<longdescription>A PHP-based webhosting-oriented control panel for servers.</longdescription>
<use>
<flag name='awstats'>use AWStats instead of Webalizer</flag>
<flag name='bind'>Adds support for writing BIND configuration files</flag>
<flag name='domainkey'>Adds support for writing DKIM DNS-Records and
@ -23,5 +23,8 @@
<flag name='pureftpd'>use pure-FTPd instead of ProFTPd</flag>
<flag name='quota'>Adds support for Filesystem-Quotas</flag>
<flag name='tickets'>Adds support for the Ticket System</flag>
</use>
</use>
<upstream>
<remote-id type="github">Froxlor/Froxlor</remote-id>
</upstream>
</pkgmetadata>