www-apps/eyeos: remove after last rites
authorBernard Cafarelli <voyageur@gentoo.org>
Mon, 1 Jan 2018 17:32:29 +0000 (18:32 +0100)
committerBernard Cafarelli <voyageur@gentoo.org>
Mon, 1 Jan 2018 17:32:29 +0000 (18:32 +0100)
Closes: https://bugs.gentoo.org/638670
Package-Manager: Portage-2.3.19, Repoman-2.3.6

www-apps/eyeos/Manifest [deleted file]
www-apps/eyeos/eyeos-2.5.ebuild [deleted file]
www-apps/eyeos/metadata.xml [deleted file]

diff --git a/www-apps/eyeos/Manifest b/www-apps/eyeos/Manifest
deleted file mode 100644 (file)
index 51060ae..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST eyeos-2.5.tar.gz 27820727 BLAKE2B 76116e67dc808ea7f1f3a4b901744bbe7c3541f53a6d5eeca5d53bf93f56151f55f5c5253b84b314378ea722c160e5a79f51e03c59d20a45a04c7883785b1b41 SHA512 8e2ecfff6fcde5dd7a54b260b7fdf9020892d8ca070125646a20c898329a255178fa627b10d54bbc5f98d1aede30c1f3e7afa1fcb6f434dd5a710fa6f46feac1
diff --git a/www-apps/eyeos/eyeos-2.5.ebuild b/www-apps/eyeos/eyeos-2.5.ebuild
deleted file mode 100644 (file)
index 9f40ac7..0000000
+++ /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 (file)
index 8b1ff2f..0000000
+++ /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>