www-apps/phpwebsite: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Mon, 23 Sep 2019 07:19:46 +0000 (09:19 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 23 Sep 2019 07:19:46 +0000 (09:19 +0200)
Closes: https://bugs.gentoo.org/651166
Signed-off-by: Michał Górny <mgorny@gentoo.org>
profiles/package.mask
www-apps/phpwebsite/Manifest [deleted file]
www-apps/phpwebsite/files/postinstall-en.txt [deleted file]
www-apps/phpwebsite/metadata.xml [deleted file]
www-apps/phpwebsite/phpwebsite-1.7.2.ebuild [deleted file]

index 10340ca186889cfc1b1e2cb26ff8ddcc518e7469..57ef0be7a53e31f088a3505ce455156ba6a7457d 100644 (file)
@@ -1160,9 +1160,8 @@ sys-cluster/open-mx
 # These packages are incompatible with current versions of PHP (7 or higher)
 # They need a maintainer but no one has volunteered.
 # Removal in 30 days if no one picks them up.
-# Bugs 615472 and 651166 respectively
+# Bug 615472
 www-apps/groupoffice
-www-apps/phpwebsite
 
 # Miroslav Šulc <fordfrog@gentoo.org> (2019-08-19)
 # Depends on >=virtual/{jdk,jre}-11 which is masked
diff --git a/www-apps/phpwebsite/Manifest b/www-apps/phpwebsite/Manifest
deleted file mode 100644 (file)
index 03fa9d0..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST phpwebsite_1_7_2.tar.gz 14531036 BLAKE2B 4681cad72ebc9ae3e1838b0db15022a8681560dae27bd9cc4be9e1b4b1d479e218e43781e2c5024924c762cbc85eacfa31ab975ab81587e42356bbb0b7936c9f SHA512 cf3f503794bb12d24ea003b0caf3e98148be43e0acd38e4d15be559cdf643266270800450309337d6540eaa069022730cef64bf315bd0fb3853a344a63c78ae5
diff --git a/www-apps/phpwebsite/files/postinstall-en.txt b/www-apps/phpwebsite/files/postinstall-en.txt
deleted file mode 100644 (file)
index 7bca558..0000000
+++ /dev/null
@@ -1,130 +0,0 @@
-phpWebSite is installed.
-
-Installation Instructions
-=========================
-
-You will need to create a database for phpWebSite
-on your own before starting setup.
-
-Then change permissions for set with this script:
-
-cd ${MY_INSTALLDIR}/setup
-./secure_phpws.sh setup
-
-Once you have a database ready proceed to
-http://${VHOST_HOSTNAME}/${VHOST_APPDIR} to continue installation.
-
-Once you are done with installation you need to run:
-
-cd ${MY_INSTALLDIR}/setup
-./secure_phpws.sh run apache users
-
-Upgrade Instructions
-====================
-
-Preparing to Upgrade
---------------------
- - Dump/backup your hub and branch databases.
- - Backup your hub and branch directories/files.
- - Create an index.php file that warns users of the upgrade.
-
-<?php
-echo "<div align=\"center\"><h1>Please be patient while we upgrade the site.</h1>
-We'll be back in a jiffy!</div>";
-?>
-
- - Close and restart your browser.  If you have a session live while updating
-   your site, it MIGHT interfere with the upgrade process.  If you are using
-   Boost to upgrade, you can skip this step.
-
-If you are upgrading to 0.9.3 or greater, you should make the images/
-directory and subdirectories writable by the web server.
-
-Prepare your branches if you are running any off of your hub site.  Depending
-on the owner of these directories will affect the commands to run.  The base
-directory of each branch will need to be writable.
-
-If the owner is the webserver and you have root access:
-chmod o+rwx branch1/
-chmod o+rwx branch2/
-etc...
-
-otherwise:
-chmod 0777 branch1/
-chmod 0777 branch2/
-etc...
-
-The images and themes directories will also need to be writable for the
-upgrade:
-
-chmod -R o+rwx branch1/{images,themes}
-chmod -R o+rwx branch2/{images,themes}
-
--or-
-
-chmod -R 0777 branch1/{images,themes}
-chmod -R 0777 branch2/{images,themes}
-
-If the webserver is not given the proper permissions then the branch upgrade
-will not be successfull.
-
-
-Once you have you have finished these steps (and ONLY after) should you
-continue.
-
-Running the Upgrade
---------------------------------------
-Now you can untar the new files into your installation. If you go to
-your site's index.php file, you will see a few error messages. The
-aforementioned index.php prevents most people from seeing these messages.
-Point your browser to 'http://www.myWebSitesName.com/setup/' where 
-'www.myWebSitesName.com' is the address for your web site.
-
-The first thing the upgrader will do is upgrade your core modules. It
-will also check to see if you are running any branch sites and automatically
-upgrade them as well.
-
-You should receive a 'Core Updated!' message. Underneath these messages
-will be a list of modules that appear to need upgrading as well. Click
-the checkboxes of the modules you want updated (or click the 'Check All' button
-to check all of them) and click the 'Update Modules' button. Your site and
-all your branch sites should now be updated.
-
-If you made a warning index.php file, dump it and put the real file back.
-You should now be able to use your site as normal.
-
-Should something go wrong
---------------------------------------
-If you go to your site and receive errors the FIRST thing you should try
-is closing your browser, reopening it, and trying to use your site again.
-Sometimes old sessions will conflict with the upgraded information.
-
-If you get an error message or your sites still don't function, restore your
-backed up databases and files and try again. If it STILL doesn't work, contact
-us via Sourceforge, we want to know what went wrong.
-
-Please include your OS, web server, PHP, and phpWebSite version information.
-Also include any error messages that were displayed. The more data you supply
-us, the better chance you will receive help.
-
-You may also try using the repair.php file. It contains answers to a few
-commonly experienced problems.
-
-Returning to update.php
----------------------------------------
-Most of the time, Boost will handle your upgrade needs. However, should 
-an upgraded module cause problems before you can get to the Boost module,
-you can always return to update.php to upgrade the offending module.
-
-Securing your Site
----------------------------------------
-Although setup.php, update.php, and repair.php require passwords to enter,
-you may want to prevent malicious users (read: jerks) from even accessing
-these files. One way would be to limit read access on that directory after
-you are finished using it. Another measure would be to alter your 
-allow_setup.php file. Open this file in an editor and change the 'TRUE'
-to 'FALSE' like so:
-
-$_SESSION['allow_setup'] = FALSE;
-
-Change this back to TRUE when you need to update again.
diff --git a/www-apps/phpwebsite/metadata.xml b/www-apps/phpwebsite/metadata.xml
deleted file mode 100644 (file)
index cce709f..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="project">
-               <email>web-apps@gentoo.org</email>
-               <name>Gentoo Webapps</name>
-       </maintainer>
-       <longdescription>phpWebSite provides a complete web site content management system. Web-based administration allows for easy maintenance of interactive, community-driven web sites.</longdescription>
-       <upstream>
-               <remote-id type="sourceforge">phpwebsite</remote-id>
-       </upstream>
-</pkgmetadata>
diff --git a/www-apps/phpwebsite/phpwebsite-1.7.2.ebuild b/www-apps/phpwebsite/phpwebsite-1.7.2.ebuild
deleted file mode 100644 (file)
index e2b172d..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit webapp
-
-MY_PV=${PV//./_}
-DESCRIPTION="phpWebSite Content Management System"
-HOMEPAGE="http://phpwebsite.appstate.edu"
-SRC_URI="mirror://sourceforge/${PN}/${PN}_${MY_PV}.tar.gz"
-
-LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 ppc ~ppc64 x86"
-IUSE="+mysql postgres"
-REQUIRED_USE="|| ( mysql postgres )"
-
-S="${WORKDIR}"/${PN}_${MY_PV}
-
-RDEPEND="virtual/httpd-php
-       dev-lang/php[gd,mysql?,postgres?]"
-
-src_install() {
-       webapp_src_preinst
-
-       dodoc README docs/*
-
-       cp -r * "${D}/${MY_HTDOCSDIR}"
-
-       # Files that need to be owned by webserver
-       webapp_serverowned ${MY_HTDOCSDIR}/config
-       webapp_serverowned ${MY_HTDOCSDIR}/config/core
-       webapp_serverowned ${MY_HTDOCSDIR}/files
-       webapp_serverowned ${MY_HTDOCSDIR}/images
-       webapp_serverowned ${MY_HTDOCSDIR}/mod
-       webapp_serverowned ${MY_HTDOCSDIR}/logs
-       webapp_serverowned ${MY_HTDOCSDIR}/templates
-       webapp_serverowned ${MY_HTDOCSDIR}/javascript
-
-#      webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt
-
-       webapp_src_install
-}