diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2009-09-09 09:16:08 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2009-09-09 09:16:08 +0000 |
commit | 1c4d24f63964bb08e587ffbeda664d14fa229730 (patch) | |
tree | d2c92540462bd21716622f4eb3cccaa474e795e1 /www-apps/eyeos | |
parent | Version bump. (diff) | |
download | gentoo-2-1c4d24f63964bb08e587ffbeda664d14fa229730.tar.gz gentoo-2-1c4d24f63964bb08e587ffbeda664d14fa229730.tar.bz2 gentoo-2-1c4d24f63964bb08e587ffbeda664d14fa229730.zip |
Initial commit, from my overlay version
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'www-apps/eyeos')
-rw-r--r-- | www-apps/eyeos/ChangeLog | 10 | ||||
-rw-r--r-- | www-apps/eyeos/eyeos-1.8.7.0.ebuild | 40 | ||||
-rw-r--r-- | www-apps/eyeos/files/postinstall-en.txt | 10 | ||||
-rw-r--r-- | www-apps/eyeos/metadata.xml | 10 |
4 files changed, 70 insertions, 0 deletions
diff --git a/www-apps/eyeos/ChangeLog b/www-apps/eyeos/ChangeLog new file mode 100644 index 000000000000..1def2ea03f95 --- /dev/null +++ b/www-apps/eyeos/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for www-apps/eyeos +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/eyeos/ChangeLog,v 1.1 2009/09/09 09:16:08 voyageur Exp $ + +*eyeos-1.8.7.0 (09 Sep 2009) + + 09 Sep 2009; Bernard Cafarelli <voyageur@gentoo.org> + +eyeos-1.8.7.0.ebuild, +files/postinstall-en.txt, +metadata.xml: + Initial commit, from my overlay version + diff --git a/www-apps/eyeos/eyeos-1.8.7.0.ebuild b/www-apps/eyeos/eyeos-1.8.7.0.ebuild new file mode 100644 index 000000000000..ddba6b40e36a --- /dev/null +++ b/www-apps/eyeos/eyeos-1.8.7.0.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/eyeos/eyeos-1.8.7.0.ebuild,v 1.1 2009/09/09 09:16:08 voyageur Exp $ + +inherit depend.php versionator webapp eutils + +DESCRIPTION="AJAX web-based desktop environment" +HOMEPAGE="http://wwwwww.eyeos.org" +if [[ $(get_version_component_count) < 5 ]]; then + SRC_URI="mirror://sourceforge/eyeos/eyeOS_$(get_version_component_range 1-4).zip" +else + SRC_URI="mirror://sourceforge/eyeos/eyeOS_$(get_version_component_range 1-4)-$(get_version_component_range 5).zip" +fi + +LICENSE="GPL-3" +KEYWORDS="~amd64 ~x86" +IUSE="" + +need_httpd_cgi +need_php_httpd + +S=${WORKDIR}/eyeOS + +src_install () { + webapp_src_preinst + + dodoc README.txt + rm -f README.txt + + insinto "${MY_HTDOCSDIR}" + doins -r . + + #TODO: needs "." too + for file in index.html package.eyepackage installer installer/index.php installer/files/index.txt installer/files/settings.txt; do + webapp_serverowned "${MY_HTDOCSDIR}/${file}" + done + + webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt + webapp_src_install +} diff --git a/www-apps/eyeos/files/postinstall-en.txt b/www-apps/eyeos/files/postinstall-en.txt new file mode 100644 index 000000000000..24dc313beb58 --- /dev/null +++ b/www-apps/eyeos/files/postinstall-en.txt @@ -0,0 +1,10 @@ +Now to finish your install/upgrade, point your browser to +the eyeOS installer at: + http://localhost/eyeos/installer/ + (or wherever your eyeOS install is) + +You may need to adjust some file permissions, the installer will list the +files that need fixing + +Additional informations: +* http://wiki.eyeos.org/EyeOS_${PV}_Release_Notes diff --git a/www-apps/eyeos/metadata.xml b/www-apps/eyeos/metadata.xml new file mode 100644 index 000000000000..b45e97d77a92 --- /dev/null +++ b/www-apps/eyeos/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>no-herd</herd> + <maintainer> + <email>voyageur@gentoo.org</email> + <name>Bernard Cafarelli</name> + </maintainer> + <longdescription>eyeOS is an open source web desktop following the cloud computing concept, written in mainly PHP and XML. It acts as a platform for web applications written using the eyeOS Toolkit. It includes a Desktop environment with more than 60 applications and sys utils</longdescription> +</pkgmetadata> |