summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www-apps/horde-nag/files/digest-horde-nag-1.1.21
-rw-r--r--www-apps/horde-nag/horde-nag-1.1.2.ebuild13
-rw-r--r--www-apps/horde-turba/files/digest-horde-turba-1.2.41
-rw-r--r--www-apps/horde-turba/horde-turba-1.2.4.ebuild13
-rw-r--r--www-apps/horde/files/digest-horde-2.2.71
-rw-r--r--www-apps/horde/horde-2.2.7.ebuild40
6 files changed, 0 insertions, 69 deletions
diff --git a/www-apps/horde-nag/files/digest-horde-nag-1.1.2 b/www-apps/horde-nag/files/digest-horde-nag-1.1.2
deleted file mode 100644
index ed3c5f8bd444..000000000000
--- a/www-apps/horde-nag/files/digest-horde-nag-1.1.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f0faa93d6051c18a5f6ea9784ec5cf38 nag-1.1.2.tar.gz 348377
diff --git a/www-apps/horde-nag/horde-nag-1.1.2.ebuild b/www-apps/horde-nag/horde-nag-1.1.2.ebuild
deleted file mode 100644
index dbb8fa7bcb9b..000000000000
--- a/www-apps/horde-nag/horde-nag-1.1.2.ebuild
+++ /dev/null
@@ -1,13 +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-nag/horde-nag-1.1.2.ebuild,v 1.1 2005/01/16 11:08:33 vapier Exp $
-
-HORDE_PHP_FEATURES="-o mysql odbc postgres ldap"
-inherit horde
-
-DESCRIPTION="Nag is the Horde multiuser task list manager"
-
-KEYWORDS="x86 ppc sparc alpha hppa amd64"
-
-DEPEND=""
-RDEPEND=">=www-apps/horde-2.2.5"
diff --git a/www-apps/horde-turba/files/digest-horde-turba-1.2.4 b/www-apps/horde-turba/files/digest-horde-turba-1.2.4
deleted file mode 100644
index 0e6b1a65325a..000000000000
--- a/www-apps/horde-turba/files/digest-horde-turba-1.2.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 3a4b85370ce74e17ad3865ed4de97f54 turba-1.2.4.tar.gz 537054
diff --git a/www-apps/horde-turba/horde-turba-1.2.4.ebuild b/www-apps/horde-turba/horde-turba-1.2.4.ebuild
deleted file mode 100644
index b0065a5c10a6..000000000000
--- a/www-apps/horde-turba/horde-turba-1.2.4.ebuild
+++ /dev/null
@@ -1,13 +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-turba/horde-turba-1.2.4.ebuild,v 1.1 2005/01/16 11:10:22 vapier Exp $
-
-HORDE_PHP_FEATURES="-o mysql odbc postgres ldap"
-inherit horde
-
-DESCRIPTION="Turba is the Horde address book / contact management program"
-
-KEYWORDS="x86 ppc sparc alpha hppa amd64"
-
-DEPEND=""
-RDEPEND=">=www-apps/horde-2.2.5"
diff --git a/www-apps/horde/files/digest-horde-2.2.7 b/www-apps/horde/files/digest-horde-2.2.7
deleted file mode 100644
index d2b763d39cff..000000000000
--- a/www-apps/horde/files/digest-horde-2.2.7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f13c20221312a0d3951687a84813167f horde-2.2.7.tar.gz 680591
diff --git a/www-apps/horde/horde-2.2.7.ebuild b/www-apps/horde/horde-2.2.7.ebuild
deleted file mode 100644
index 47d4962f9695..000000000000
--- a/www-apps/horde/horde-2.2.7.ebuild
+++ /dev/null
@@ -1,40 +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-2.2.7.ebuild,v 1.6 2005/07/29 00:10:38 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
- mysql? ( dev-php/PEAR-DB )"
-
-pkg_setup() {
- has_version '>=virtual/php-5' \
- && HORDE_PHP_FEATURES="nls session" \
- || HORDE_PHP_FEATURES="nls"
- horde_pkg_setup
-}
-
-src_install() {
- horde_src_install
- chmod 0000 test.php
-}
-
-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"
-}