summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/eyeos/eyeos-2.4.ebuild')
-rw-r--r--www-apps/eyeos/eyeos-2.4.ebuild48
1 files changed, 0 insertions, 48 deletions
diff --git a/www-apps/eyeos/eyeos-2.4.ebuild b/www-apps/eyeos/eyeos-2.4.ebuild
deleted file mode 100644
index 33c666be94dc..000000000000
--- a/www-apps/eyeos/eyeos-2.4.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/eyeos/eyeos-2.4.ebuild,v 1.2 2011/04/22 09:53:11 voyageur Exp $
-
-EAPI="4"
-inherit depend.php webapp eutils
-
-DESCRIPTION="AJAX web-based desktop environment"
-HOMEPAGE="http://www.eyeos.org"
-SRC_URI="mirror://sourceforge/eyeos/eyeos2/${P}.tar.gz"
-
-LICENSE="AGPL-3"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-need_httpd_cgi
-need_php_httpd
-
-# http://wiki.eyeos.org/EyeOS_Requirements
-RDEPEND="dev-lang/php[curl,crypt,gd,json,mysql,mysqli,pdo,sharedmem,sqlite]"
-
-S=${WORKDIR}
-
-src_install() {
- webapp_src_preinst
-
- insinto "${MY_HTDOCSDIR}"
- doins -r .
-
- # Placeholder for first install
- touch "${ED}/${MY_HTDOCSDIR}"/settings.php
- webapp_configfile "${MY_HTDOCSDIR}"/settings.php
- webapp_serverowned "${MY_HTDOCSDIR}"/settings.php
-
- # Ugly, but eyeos needs write access in too many places
- webapp_serverowned -R "${MY_HTDOCSDIR}"/eyeos/system
- webapp_serverowned -R "${MY_HTDOCSDIR}"/eyeos/tmp
- webapp_serverowned -R "${MY_HTDOCSDIR}"/eyeos/users
-
- webapp_src_install
-}
-
-pkg_postinst() {
- elog "To finish your install/upgrade, point your browser to the eyeOS installer at:"
- elog " http://${VHOST_HOSTNAME}/${PN}/install/"
- webapp_pkg_postinst
-}