# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="2" WANT_AUTOMAKE=1.9 #ESVN_REPO_URI="https://forgesvn1.novell.com/svn/simias/trunk/@${PV/3.7_pre/}" #inherit autotools eutils mono subversion inherit autotools eutils mono DESCRIPTION="Enterprise backend for iFolder" HOMEPAGE="http://www.ifolder.com/" SRC_URI="mirror://sourceforge/ifolder/files/iFolder%20Server/3.8.0/11.1/${P}.tar.gz http://ftp.mars.arge.at/ifolder/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" RESTRICT="mirror" DEPEND="!net-misc/simias >=dev-lang/mono-2.2 >=dev-db/libflaim-4.9.617 >=dev-dotnet/log4net-1.2.9 >=www-apache/mod_mono-1.2.1 >=net-libs/gsoap-2.7.12 sys-fs/e2fsprogs" RDEPEND="${DEPEND}" PDEPEND="=www-apps/ifolder3-enterprise-plugins-${PV}" #S=${WORKDIR}/${PN} simiasdatadir="${ROOT}var/lib/simias" gentoo_config_dir="${ROOT}etc/simias/apache/gentoo" logdir="${ROOT}var/log/ifolder3" DEVNULL=/dev/null pkg_setup() { if [[ $(gcc-major-version) -eq 4 ]]; then if [[ $(gcc-minor-version) -ge 3 ]]; then eerror "simias requires /admin/" ewarn "to initialize the database and create users" ewarn "if this is the first time running the server" ewarn "After you have created users you can login" ewarn "to the web interface by visiting" ewarn "http:///ifolder/" echo "" ewarn "Do NOT use epiphany" }