summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-09-03 16:45:38 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-09-03 16:45:38 +0000
commitbbfd2837d509faf6eb1acfc303b604dce6234dbd (patch)
tree6f403df74f400f4ce84d060bda1773fe7e98af2d /net-www/horde
parent*** empty log message *** (diff)
downloadgentoo-2-bbfd2837d509faf6eb1acfc303b604dce6234dbd.tar.gz
gentoo-2-bbfd2837d509faf6eb1acfc303b604dce6234dbd.tar.bz2
gentoo-2-bbfd2837d509faf6eb1acfc303b604dce6234dbd.zip
cleanup
Diffstat (limited to 'net-www/horde')
-rw-r--r--net-www/horde/Manifest6
-rw-r--r--net-www/horde/files/digest-horde-2.11
-rw-r--r--net-www/horde/files/digest-horde-2.21
-rw-r--r--net-www/horde/files/digest-horde-2.2.11
-rw-r--r--net-www/horde/horde-2.1.ebuild70
-rw-r--r--net-www/horde/horde-2.2.1.ebuild70
-rw-r--r--net-www/horde/horde-2.2.ebuild70
7 files changed, 0 insertions, 219 deletions
diff --git a/net-www/horde/Manifest b/net-www/horde/Manifest
index cca64103f470..c4cfb0eb2041 100644
--- a/net-www/horde/Manifest
+++ b/net-www/horde/Manifest
@@ -1,14 +1,8 @@
MD5 94e327efbe6fa50ae7511a0d0bbea796 ChangeLog 1440
-MD5 636ebcd11e99056d2081d794141d89f5 horde-2.1.ebuild 2037
-MD5 fd4970d9578f44b8f3cb91e9dfc53c38 horde-2.2.ebuild 2043
-MD5 ccb61c441b631784c0967480fb5b96dc horde-2.2.1.ebuild 2045
MD5 4a4d0489be31cefdfe74b7be8873780d horde-2.2.1-r1.ebuild 2048
MD5 44620b0eec8dcefd32f65cf730fd464a horde-2.2.1-r2.ebuild 2113
MD5 7b461d985031a1e8ac93ee0f28e28341 horde-2.2.3.ebuild 2113
MD5 f40791287189c7c0191e82ed257d37f2 horde-2.2.4_rc2.ebuild 2062
-MD5 2c18d369ec9294ac02c0639cf00876f6 files/digest-horde-2.1 61
-MD5 efed153529118e95b937a4f3452d4d73 files/digest-horde-2.2 61
-MD5 2c940070aada6354856b0f79f13b0084 files/digest-horde-2.2.1 63
MD5 2c940070aada6354856b0f79f13b0084 files/digest-horde-2.2.1-r1 63
MD5 2c940070aada6354856b0f79f13b0084 files/digest-horde-2.2.1-r2 63
MD5 448d27c466e6b58f4e10cae6be0ae6c9 files/digest-horde-2.2.3 63
diff --git a/net-www/horde/files/digest-horde-2.1 b/net-www/horde/files/digest-horde-2.1
deleted file mode 100644
index 758f1f1fce7f..000000000000
--- a/net-www/horde/files/digest-horde-2.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 2e66863e4b5ebabd1a3dae63d2b2cb53 horde-2.1.tar.gz 349487
diff --git a/net-www/horde/files/digest-horde-2.2 b/net-www/horde/files/digest-horde-2.2
deleted file mode 100644
index e1cc8780f885..000000000000
--- a/net-www/horde/files/digest-horde-2.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 3074fe5e4a284e74af37e608f9981401 horde-2.2.tar.gz 526643
diff --git a/net-www/horde/files/digest-horde-2.2.1 b/net-www/horde/files/digest-horde-2.2.1
deleted file mode 100644
index d14f36b4d994..000000000000
--- a/net-www/horde/files/digest-horde-2.2.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0a1e087f5017524a6b1b3d62204f49bb horde-2.2.1.tar.gz 537836
diff --git a/net-www/horde/horde-2.1.ebuild b/net-www/horde/horde-2.1.ebuild
deleted file mode 100644
index 830a75316f67..000000000000
--- a/net-www/horde/horde-2.1.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.1.ebuild,v 1.3 2003/02/13 15:34:14 vapier Exp $
-
-DESCRIPTION="Horde Application Framework"
-HOMEPAGE="http://www.horde.org"
-SRC_URI="ftp://ftp.horde.org/pub/horde/tarballs/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="1"
-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-r1
- >=dev-php/PEAR-Log-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
-
- # 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.ebuild b/net-www/horde/horde-2.2.1.ebuild
deleted file mode 100644
index 8ecc267733bc..000000000000
--- a/net-www/horde/horde-2.2.1.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.ebuild,v 1.2 2003/02/13 15:34:20 vapier 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="1"
-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-r1
- >=dev-php/PEAR-Log-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
-
- # 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.ebuild b/net-www/horde/horde-2.2.ebuild
deleted file mode 100644
index 1f4991aa56f9..000000000000
--- a/net-www/horde/horde-2.2.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.ebuild,v 1.2 2003/02/13 15:34:26 vapier 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="1"
-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-r1
- >=dev-php/PEAR-Log-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
-
- # 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 !"
-}
-
-