diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-01-01 20:42:22 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-01-01 20:42:22 +0000 |
commit | 721254b86a09bdedd5eefd0de7899c90ea2ead1a (patch) | |
tree | 895fca7b3bd570d8df743dd518a6f36deca1a241 /www-apps/eyeos | |
parent | 618c3037024b4e5328531cdc07c6ceb7486f5329 (diff) |
gentoo resync : 01.01.2018
Diffstat (limited to 'www-apps/eyeos')
-rw-r--r-- | www-apps/eyeos/Manifest | 3 | ||||
-rw-r--r-- | www-apps/eyeos/eyeos-2.5.ebuild | 46 | ||||
-rw-r--r-- | www-apps/eyeos/metadata.xml | 12 |
3 files changed, 0 insertions, 61 deletions
diff --git a/www-apps/eyeos/Manifest b/www-apps/eyeos/Manifest deleted file mode 100644 index 95473286fbac..000000000000 --- a/www-apps/eyeos/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST eyeos-2.5.tar.gz 27820727 BLAKE2B 76116e67dc808ea7f1f3a4b901744bbe7c3541f53a6d5eeca5d53bf93f56151f55f5c5253b84b314378ea722c160e5a79f51e03c59d20a45a04c7883785b1b41 SHA512 8e2ecfff6fcde5dd7a54b260b7fdf9020892d8ca070125646a20c898329a255178fa627b10d54bbc5f98d1aede30c1f3e7afa1fcb6f434dd5a710fa6f46feac1 -EBUILD eyeos-2.5.ebuild 1242 BLAKE2B fdf95d98b4a7c2611773354cf20cb1f716a5fa5a5e33bea80224faf0a016ae444cec4dc7e3b6dd351b656babc65bf54233d21fc9b0f53361087dc52b747d3ee8 SHA512 e5a99f951a2374e84a698b73eb565e8d94e20fc02d80ae8b7b7fc57fe56cd5bbdf40dcb65519a856a666f2a5c96c2906a43ff0ce3115228ac6dc5461ca3db48c -MISC metadata.xml 624 BLAKE2B 0c1f0734a01fd808205eff0aec2bc53d730f2317d622175f4b4fc5ad54b0c7f3d417d050dc34e3a2a1e782cf81611af690f45dbb7764a9858ffc4e7d137343c0 SHA512 df72301f8bd966901b35477fe3ee2e30cdc546fc5bbdca0f18111627b095dcb9023dbd7b6d442588f9ec79f56bf09afa9f3b2a62b2e5c24dbe286ab3cf181143 diff --git a/www-apps/eyeos/eyeos-2.5.ebuild b/www-apps/eyeos/eyeos-2.5.ebuild deleted file mode 100644 index 9f40ac764ad3..000000000000 --- a/www-apps/eyeos/eyeos-2.5.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit 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="" -RDEPEND="dev-lang/php[curl,crypt,gd,json,mysql,mysqli,pdo,sharedmem,sqlite] - virtual/httpd-php" - -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/" - elog "Specific extensions may require additional packages (available or not in" - elog "portage), check the installer output" - webapp_pkg_postinst -} diff --git a/www-apps/eyeos/metadata.xml b/www-apps/eyeos/metadata.xml deleted file mode 100644 index 8b1ff2f2c914..000000000000 --- a/www-apps/eyeos/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <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> - <upstream> - <remote-id type="sourceforge">eyeos</remote-id> - </upstream> -</pkgmetadata> |