summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-09-11 17:48:19 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-09-11 17:48:19 +0000
commit80673fe0dfe13224838f01186bf7561eb188deb6 (patch)
tree8d04a79679b7665188f1d3fa68d3195e2c818a8a /net-www
parentNew package; popa3d. #28277 (diff)
downloadhistorical-80673fe0dfe13224838f01186bf7561eb188deb6.tar.gz
historical-80673fe0dfe13224838f01186bf7561eb188deb6.tar.bz2
historical-80673fe0dfe13224838f01186bf7561eb188deb6.zip
cleanup
Diffstat (limited to 'net-www')
-rw-r--r--net-www/horde/files/digest-horde-2.2.1-r11
-rw-r--r--net-www/horde/files/digest-horde-2.2.1-r21
-rw-r--r--net-www/horde/files/digest-horde-2.2.31
-rw-r--r--net-www/horde/horde-2.2.1-r1.ebuild70
-rw-r--r--net-www/horde/horde-2.2.1-r2.ebuild70
-rw-r--r--net-www/horde/horde-2.2.3.ebuild70
6 files changed, 0 insertions, 213 deletions
diff --git a/net-www/horde/files/digest-horde-2.2.1-r1 b/net-www/horde/files/digest-horde-2.2.1-r1
deleted file mode 100644
index d14f36b4d994..000000000000
--- a/net-www/horde/files/digest-horde-2.2.1-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0a1e087f5017524a6b1b3d62204f49bb horde-2.2.1.tar.gz 537836
diff --git a/net-www/horde/files/digest-horde-2.2.1-r2 b/net-www/horde/files/digest-horde-2.2.1-r2
deleted file mode 100644
index d14f36b4d994..000000000000
--- a/net-www/horde/files/digest-horde-2.2.1-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0a1e087f5017524a6b1b3d62204f49bb horde-2.2.1.tar.gz 537836
diff --git a/net-www/horde/files/digest-horde-2.2.3 b/net-www/horde/files/digest-horde-2.2.3
deleted file mode 100644
index 05036ff729e4..000000000000
--- a/net-www/horde/files/digest-horde-2.2.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 27e5c190a6a22a6aa2201e6b714a653d horde-2.2.3.tar.gz 568496
diff --git a/net-www/horde/horde-2.2.1-r1.ebuild b/net-www/horde/horde-2.2.1-r1.ebuild
deleted file mode 100644
index 96cfc7f30e71..000000000000
--- a/net-www/horde/horde-2.2.1-r1.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/horde/horde-2.2.1-r1.ebuild,v 1.2 2003/09/03 16:58:45 mholzer Exp $
-
-DESCRIPTION="Horde Application Framework ${PV}"
-HOMEPAGE="http://www.horde.org"
-SRC_URI="ftp://ftp.horde.org/pub/horde/tarballs/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc "
-DEPEND=""
-RDEPEND=">=dev-php/mod_php-4.1.0
- >=sys-devel/gettext-0.10.40
- >=dev-libs/libxml2-2.4.21
- >=net-www/horde-pear-1.0.1"
-IUSE=""
-
-# We will use these to set the permissions properly
-HTTPD_USER="apache"
-HTTPD_GROUP=`grep $HTTPD_USER /etc/passwd |cut -d: -f4`
-
-# Allow users to move the default data directory by setting the
-# home directory of the 'apache' user elsewhere.
-HTTPD_ROOT=`grep $HTTPD_USER /etc/passwd | cut -d: -f6`/htdocs
-
-
-
-pkg_setup() {
- if [ -z "${HTTPD_ROOT}" ]; then
- eewarn "HTTPD_ROOT is null!"
- eewarn "You probably want to check /etc/passwd"
- die "Need to have a place to put horde in"
- fi
- if [ -L ${HTTPD_ROOT}/horde ] ; then
- ewarn "You need to unmerge your old Horde version first."
- ewarn "Horde will be installed into ${HTTPD_ROOT}/horde"
- ewarn "directly instead of a version-dependant directory."
- die "need to unmerge old version first"
- fi
-}
-
-
-src_compile() {
- #nothing to compile
- echo "Nothing to compile"
-}
-
-src_install () {
-
- dodir ${HTTPD_ROOT}/horde
- cp -r . ${D}/${HTTPD_ROOT}/horde
-
- # protecting files
- chown -R ${HTTPD_USER}.${HTTPD_GROUP} ${D}/${HTTPD_ROOT}/horde
- find ${D}/${HTTPD_ROOT}/horde/ -type f -exec chmod 0640 {} \;
- find ${D}/${HTTPD_ROOT}/horde/ -type d -exec chmod 0750 {} \;
- chmod 0000 ${D}/${HTTPD_ROOT}/horde/test.php
-}
-
-pkg_postinst() {
- einfo "Horde requires PHP to have :"
- einfo " ==> 'short_open_tag enabled = On'"
- einfo " ==> 'magic_quotes_runtime set = Off'"
- einfo " ==> 'file_uploads enabled = On'"
- einfo "Please edit /etc/php4/php.ini."
- einfo ""
- einfo "Please read ${HTTPD_ROOT}/horde/docs/INSTALL !"
-}
-
-
diff --git a/net-www/horde/horde-2.2.1-r2.ebuild b/net-www/horde/horde-2.2.1-r2.ebuild
deleted file mode 100644
index 856f1bf752d4..000000000000
--- a/net-www/horde/horde-2.2.1-r2.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/horde/horde-2.2.1-r2.ebuild,v 1.2 2003/09/03 16:58:45 mholzer Exp $
-
-DESCRIPTION="Horde Application Framework ${PV}"
-HOMEPAGE="http://www.horde.org"
-SRC_URI="ftp://ftp.horde.org/pub/horde/tarballs/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc "
-DEPEND=""
-RDEPEND=">=dev-php/mod_php-4.1.0
- >=sys-devel/gettext-0.10.40
- >=dev-libs/libxml2-2.4.21
- >=net-www/horde-pear-1.0.1"
-IUSE=""
-
-# We will use these to set the permissions properly
-HTTPD_USER="apache"
-HTTPD_GROUP=`grep $HTTPD_USER /etc/passwd |cut -d: -f4`
-
-# Allow users to move the default data directory by setting the
-# home directory of the 'apache' user elsewhere.
-HTTPD_ROOT=`grep $HTTPD_USER /etc/passwd | cut -d: -f6`/htdocs
-
-
-
-pkg_setup() {
- if [ -z "${HTTPD_ROOT}" ]; then
- eewarn "HTTPD_ROOT is null!"
- eewarn "You probably want to check /etc/passwd"
- die "Need to have a place to put horde in"
- fi
- if [ -L ${HTTPD_ROOT}/horde ] ; then
- ewarn "You need to unmerge your old Horde version first."
- ewarn "Horde will be installed into ${HTTPD_ROOT}/horde"
- ewarn "directly instead of a version-dependant directory."
- die "need to unmerge old version first"
- fi
-}
-
-
-src_compile() {
- #nothing to compile
- echo "Nothing to compile"
-}
-
-src_install () {
-
- dodir ${HTTPD_ROOT}/horde
- cp -r . ${D}/${HTTPD_ROOT}/horde
- cp ${FILESDIR}/${PV}/vfs.sql ${D}/${HTTPD_ROOT}/horde/scripts/db
- # protecting files
- chown -R ${HTTPD_USER}.${HTTPD_GROUP} ${D}/${HTTPD_ROOT}/horde
- find ${D}/${HTTPD_ROOT}/horde/ -type f -exec chmod 0640 {} \;
- find ${D}/${HTTPD_ROOT}/horde/ -type d -exec chmod 0750 {} \;
- chmod 0000 ${D}/${HTTPD_ROOT}/horde/test.php
-}
-
-pkg_postinst() {
- einfo "Horde requires PHP to have :"
- einfo " ==> 'short_open_tag enabled = On'"
- einfo " ==> 'magic_quotes_runtime set = Off'"
- einfo " ==> 'file_uploads enabled = On'"
- einfo "Please edit /etc/php4/php.ini."
- einfo ""
- einfo "Please read ${HTTPD_ROOT}/horde/docs/INSTALL !"
-}
-
-
diff --git a/net-www/horde/horde-2.2.3.ebuild b/net-www/horde/horde-2.2.3.ebuild
deleted file mode 100644
index fcd8c4a66c34..000000000000
--- a/net-www/horde/horde-2.2.3.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/horde/horde-2.2.3.ebuild,v 1.2 2003/09/03 16:58:45 mholzer Exp $
-
-DESCRIPTION="Horde Application Framework ${PV}"
-HOMEPAGE="http://www.horde.org"
-SRC_URI="ftp://ftp.horde.org/pub/horde/tarballs/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc "
-DEPEND=""
-RDEPEND=">=dev-php/mod_php-4.1.0
- >=sys-devel/gettext-0.10.40
- >=dev-libs/libxml2-2.4.21
- >=net-www/horde-pear-1.0.1.1"
-IUSE=""
-
-# We will use these to set the permissions properly
-HTTPD_USER="apache"
-HTTPD_GROUP=`grep $HTTPD_USER /etc/passwd |cut -d: -f4`
-
-# Allow users to move the default data directory by setting the
-# home directory of the 'apache' user elsewhere.
-HTTPD_ROOT=`grep $HTTPD_USER /etc/passwd | cut -d: -f6`/htdocs
-
-
-
-pkg_setup() {
- if [ -z "${HTTPD_ROOT}" ]; then
- eewarn "HTTPD_ROOT is null!"
- eewarn "You probably want to check /etc/passwd"
- die "Need to have a place to put horde in"
- fi
- if [ -L ${HTTPD_ROOT}/horde ] ; then
- ewarn "You need to unmerge your old Horde version first."
- ewarn "Horde will be installed into ${HTTPD_ROOT}/horde"
- ewarn "directly instead of a version-dependant directory."
- die "need to unmerge old version first"
- fi
-}
-
-
-src_compile() {
- #nothing to compile
- echo "Nothing to compile"
-}
-
-src_install () {
-
- dodir ${HTTPD_ROOT}/horde
- cp -r . ${D}/${HTTPD_ROOT}/horde
-# cp ${FILESDIR}/${PV}/vfs.sql ${D}/${HTTPD_ROOT}/horde/scripts/db
- # protecting files
- chown -R ${HTTPD_USER}.${HTTPD_GROUP} ${D}/${HTTPD_ROOT}/horde
- find ${D}/${HTTPD_ROOT}/horde/ -type f -exec chmod 0640 {} \;
- find ${D}/${HTTPD_ROOT}/horde/ -type d -exec chmod 0750 {} \;
- chmod 0000 ${D}/${HTTPD_ROOT}/horde/test.php
-}
-
-pkg_postinst() {
- einfo "Horde requires PHP to have :"
- einfo " ==> 'short_open_tag enabled = On'"
- einfo " ==> 'magic_quotes_runtime set = Off'"
- einfo " ==> 'file_uploads enabled = On'"
- einfo "Please edit /etc/php4/php.ini."
- einfo ""
- einfo "Please read ${HTTPD_ROOT}/horde/docs/INSTALL !"
-}
-
-