summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDon Seiler <rizzo@gentoo.org>2004-09-15 21:35:39 +0000
committerDon Seiler <rizzo@gentoo.org>2004-09-15 21:35:39 +0000
commit439f2b0872e812744332b6cdbd1d1cabc7dbf480 (patch)
treec5964dc81e7a1115f3b4e2a476b6b0e8953d8df1 /www-apps
parentfix menus (Manifest recommit) (diff)
downloadgentoo-2-439f2b0872e812744332b6cdbd1d1cabc7dbf480.tar.gz
gentoo-2-439f2b0872e812744332b6cdbd1d1cabc7dbf480.tar.bz2
gentoo-2-439f2b0872e812744332b6cdbd1d1cabc7dbf480.zip
Removing obsolete versions
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/phpwebsite/ChangeLog6
-rw-r--r--www-apps/phpwebsite/files/digest-phpwebsite-0.9.3_p2-r12
-rw-r--r--www-apps/phpwebsite/files/digest-phpwebsite-0.9.3_p41
-rw-r--r--www-apps/phpwebsite/phpwebsite-0.9.3_p2-r1.ebuild70
-rw-r--r--www-apps/phpwebsite/phpwebsite-0.9.3_p4-r1.ebuild4
-rw-r--r--www-apps/phpwebsite/phpwebsite-0.9.3_p4.ebuild43
6 files changed, 7 insertions, 119 deletions
diff --git a/www-apps/phpwebsite/ChangeLog b/www-apps/phpwebsite/ChangeLog
index 49ce1b32109f..6452ef8a5b5c 100644
--- a/www-apps/phpwebsite/ChangeLog
+++ b/www-apps/phpwebsite/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-apps/phpwebsite
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwebsite/ChangeLog,v 1.8 2004/09/05 08:58:08 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwebsite/ChangeLog,v 1.9 2004/09/15 21:35:39 rizzo Exp $
+
+ 15 Sep 2004; Don Seiler <rizzo@gentoo.org> -phpwebsite-0.9.3_p2-r1.ebuild,
+ phpwebsite-0.9.3_p4-r1.ebuild, -phpwebsite-0.9.3_p4.ebuild:
+ Removing obsolete versions
05 Sep 2004; Sven Wegener <swegener@gentoo.org> :
Fixed ChangeLog header.
diff --git a/www-apps/phpwebsite/files/digest-phpwebsite-0.9.3_p2-r1 b/www-apps/phpwebsite/files/digest-phpwebsite-0.9.3_p2-r1
deleted file mode 100644
index ebb2e9494dd8..000000000000
--- a/www-apps/phpwebsite/files/digest-phpwebsite-0.9.3_p2-r1
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 7cfcb9f27e92649fa7be2180f49f3929 phpwebsite-0.9.3-2-full.tar.gz 3157016
-MD5 af07936975e9db44c878669c46cd4d82 Database0932.zip 11203
diff --git a/www-apps/phpwebsite/files/digest-phpwebsite-0.9.3_p4 b/www-apps/phpwebsite/files/digest-phpwebsite-0.9.3_p4
deleted file mode 100644
index 25fe93de699e..000000000000
--- a/www-apps/phpwebsite/files/digest-phpwebsite-0.9.3_p4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c62490073f780aa8f0ed050ac06cb831 phpwebsite-0.9.3-4-full.tar.gz 3556756
diff --git a/www-apps/phpwebsite/phpwebsite-0.9.3_p2-r1.ebuild b/www-apps/phpwebsite/phpwebsite-0.9.3_p2-r1.ebuild
deleted file mode 100644
index 732f3995c4fb..000000000000
--- a/www-apps/phpwebsite/phpwebsite-0.9.3_p2-r1.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwebsite/phpwebsite-0.9.3_p2-r1.ebuild,v 1.2 2004/09/03 17:17:21 pvdabeel Exp $
-
-inherit webapp-apache
-
-IUSE="apache2"
-MY_PV="${PV/_p/-}"
-S="${WORKDIR}/${PN}-${MY_PV}-full"
-DESCRIPTION="phpWebSite provides a complete web site content management system. Web-based administration allows for easy maintenance of interactive, community-driven web sites."
-HOMEPAGE="http://phpwebsite.appstate.edu"
-SRC_URI="mirror://sourceforge/phpwebsite/${PN}-${MY_PV}-full.tar.gz
- http://phpwsbb.sourceforge.net/Database0932.zip"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86 ppc ~sparc alpha"
-
-DEPEND=">=sys-devel/patch-2.5.9"
-RDEPEND="virtual/php
- dev-db/mysql"
-
-
-pkg_setup() {
- webapp-detect || NO_WEBSERVER=1
- webapp-pkg_setup "${NO_WEBSERVER}"
- einfo "Installing for ${WEBAPP_SERVER}"
-}
-
-src_unpack() {
- unpack ${PN}-${MY_PV}-full.tar.gz
- cd ${S}/core/
- unpack Database0932.zip
-}
-
-src_install() {
- webapp-mkdirs
-
- dodir "${HTTPD_ROOT}/phpwebsite"
- cp -a * "${D}/${HTTPD_ROOT}/phpwebsite"
- dodoc ${S}/docs/*.txt
- dodoc ${S}/docs/*.php
- dodoc ${S}/docs/developers/*.txt
- dodoc ${S}/docs/developers/*.php
-
- #cd "${D}/${HTTPD_ROOT}"
- chown -R "${HTTPD_USER}:${HTTPD_GROUP}" "${D}/${HTTPD_ROOT}/phpwebsite"
- chmod 0775 "${D}/${HTTPD_ROOT}/phpwebsite"
- find "${D}/${HTTPD_ROOT}/phpwebsite/" -type d | xargs chmod 2775
- find "${D}/${HTTPD_ROOT}/phpwebsite/" -type f | xargs chmod 0664
- chmod 0555 "${D}/${HTTPD_ROOT}/phpwebsite/setup/*.sh"
-}
-
-pkg_postinst() {
- einfo
- einfo "You will need to create a database for phpWebSite"
- einfo "on your own before starting setup."
- einfo
- #einfo "cd ${HTTPD_ROOT}/phpwebsite/setup"
- #einfo "./secure_setup.sh setup"
- #einfo
- einfo "Once you have a database ready proceed to"
- einfo "http://$HOSTNAME/phpwebsite to continue installation."
- einfo
- einfo "Once you are done with installation you need to run"
- einfo
- einfo "cd ${HTTPD_ROOT}/phpwebsite/setup"
- einfo "./secure_phpws.sh run apache users"
- einfo
-}
diff --git a/www-apps/phpwebsite/phpwebsite-0.9.3_p4-r1.ebuild b/www-apps/phpwebsite/phpwebsite-0.9.3_p4-r1.ebuild
index e4ce08132994..8e59b91653e3 100644
--- a/www-apps/phpwebsite/phpwebsite-0.9.3_p4-r1.ebuild
+++ b/www-apps/phpwebsite/phpwebsite-0.9.3_p4-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwebsite/phpwebsite-0.9.3_p4-r1.ebuild,v 1.4 2004/09/04 00:35:08 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwebsite/phpwebsite-0.9.3_p4-r1.ebuild,v 1.5 2004/09/15 21:35:39 rizzo Exp $
inherit webapp
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_PV}-full.tar.gz
LICENSE="LGPL-2.1"
KEYWORDS="x86 ppc ~sparc alpha"
IUSE=""
-RDEPEND="<=virtual/httpd-php-5
+RDEPEND="<virtual/httpd-php-5
>=dev-db/mysql-3.23.23"
DEPEND="${DEPEND} ${RDEPEND} >=net-www/webapp-config-1.10-r5"
diff --git a/www-apps/phpwebsite/phpwebsite-0.9.3_p4.ebuild b/www-apps/phpwebsite/phpwebsite-0.9.3_p4.ebuild
deleted file mode 100644
index 7fa9b16fa2d4..000000000000
--- a/www-apps/phpwebsite/phpwebsite-0.9.3_p4.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/phpwebsite/phpwebsite-0.9.3_p4.ebuild,v 1.3 2004/09/03 17:17:21 pvdabeel Exp $
-
-inherit webapp
-
-MY_PV="${PV/_p/-}"
-DESCRIPTION="phpWebSite Content Management System"
-HOMEPAGE="http://phpwebsite.appstate.edu"
-SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_PV}-full.tar.gz"
-LICENSE="LGPL-2.1"
-KEYWORDS="~x86 ppc ~sparc ~alpha"
-IUSE=""
-RDEPEND="<=virtual/httpd-php-5
- >=dev-db/mysql-3.23.23"
-
-DEPEND="${DEPEND} ${RDEPEND} >=net-www/webapp-config-1.10-r5"
-
-S="${WORKDIR}/${PN}-${MY_PV}-full"
-
-src_install() {
- webapp_src_preinst
-
- local docs="docs/CREDITS.txt docs/REQUIREMENTS.txt docs/UNINSTALL.txt docs/THEMES.txt docs/LICENSE.txt docs/README.txt docs/PEARERRORS.txt docs/sample.config.php docs/INSTALL.txt docs/CONVERSION.txt docs/UPGRADE.txt docs/KNOWNISSUES.txt"
- dodoc ${docs}
-
- einfo "Installing main files"
- cp -r * ${D}${MY_HTDOCSDIR}
-
- #webapp_configfile ${MY_HTDOCSDIR}/conf/config.php
-
- # Files that need to be owned by webserver
- webapp_serverowned ${MY_HTDOCSDIR}/conf
- webapp_serverowned ${MY_HTDOCSDIR}/files
- webapp_serverowned ${MY_HTDOCSDIR}/images
- webapp_serverowned ${MY_HTDOCSDIR}/images/mod
- webapp_serverowned ${MY_HTDOCSDIR}/images/mod/controlpanel
- webapp_serverowned ${MY_HTDOCSDIR}/mod
-
- webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt
-
- webapp_src_install
-}