summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-12-15 04:20:53 +0000
committerMike Frysinger <vapier@gentoo.org>2005-12-15 04:20:53 +0000
commit9cc1e4c15ccf709093b5fc642a989c76bc2e730b (patch)
tree697a3755075581b2fbca4f82e9818068d1565073
parentStable on x86; bug #115438 (diff)
downloadhistorical-9cc1e4c15ccf709093b5fc642a989c76bc2e730b.tar.gz
historical-9cc1e4c15ccf709093b5fc642a989c76bc2e730b.tar.bz2
historical-9cc1e4c15ccf709093b5fc642a989c76bc2e730b.zip
old
-rw-r--r--www-apps/horde/files/digest-horde-3.0.71
-rw-r--r--www-apps/horde/horde-3.0.7.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/www-apps/horde/files/digest-horde-3.0.7 b/www-apps/horde/files/digest-horde-3.0.7
deleted file mode 100644
index e35a522b2ae1..000000000000
--- a/www-apps/horde/files/digest-horde-3.0.7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a34304b1f1e704ca745caa728c929938 horde-3.0.7.tar.gz 3746081
diff --git a/www-apps/horde/horde-3.0.7.ebuild b/www-apps/horde/horde-3.0.7.ebuild
deleted file mode 100644
index 2aa547cd4c66..000000000000
--- a/www-apps/horde/horde-3.0.7.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/horde/horde-3.0.7.ebuild,v 1.1 2005/11/22 22:19:52 vapier Exp $
-
-inherit horde
-
-DESCRIPTION="Horde Application Framework"
-HOMEPAGE="http://www.horde.org/"
-
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
-IUSE="mysql"
-
-DEPEND=""
-RDEPEND="virtual/php
- >=sys-devel/gettext-0.10.40
- >=dev-libs/libxml2-2.4.21
- >=www-apps/horde-pear-1.3
- dev-php/PEAR-Log
- dev-php/PEAR-Mail_Mime
- mysql? ( dev-php/PEAR-DB )"
-
-pkg_setup() {
- has_version '>=virtual/php-5' \
- && HORDE_PHP_FEATURES="nls session xml2" \
- || HORDE_PHP_FEATURES="nls"
- horde_pkg_setup
-}
-
-pkg_postinst() {
- horde_pkg_postinst
- echo
- 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/php/apache2-php4/php.ini"
-}