diff options
6 files changed, 0 insertions, 69 deletions
diff --git a/www-apps/horde-kronolith/files/digest-horde-kronolith-1.1.3 b/www-apps/horde-kronolith/files/digest-horde-kronolith-1.1.3 deleted file mode 100644 index 559924e8e61b..000000000000 --- a/www-apps/horde-kronolith/files/digest-horde-kronolith-1.1.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 e9be2b947fb1beb4338dda257be3b9f4 kronolith-1.1.3.tar.gz 530889 diff --git a/www-apps/horde-kronolith/files/digest-horde-kronolith-2.0.2 b/www-apps/horde-kronolith/files/digest-horde-kronolith-2.0.2 deleted file mode 100644 index 96405b58988c..000000000000 --- a/www-apps/horde-kronolith/files/digest-horde-kronolith-2.0.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 876acd83dda5a0fd786989247131c678 kronolith-h3-2.0.2.tar.gz 1282294 diff --git a/www-apps/horde-kronolith/horde-kronolith-1.1.3.ebuild b/www-apps/horde-kronolith/horde-kronolith-1.1.3.ebuild deleted file mode 100644 index cd9bc33d025f..000000000000 --- a/www-apps/horde-kronolith/horde-kronolith-1.1.3.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-kronolith/horde-kronolith-1.1.3.ebuild,v 1.1 2005/01/16 11:07:42 vapier Exp $ - -HORDE_PHP_FEATURES="-o mysql odbc postgres ldap" -inherit horde - -DESCRIPTION="Kronolith is the Horde calendar application" - -KEYWORDS="x86 ppc sparc alpha hppa amd64" - -DEPEND="" -RDEPEND=">=www-apps/horde-2.2.5" diff --git a/www-apps/horde-kronolith/horde-kronolith-2.0.2.ebuild b/www-apps/horde-kronolith/horde-kronolith-2.0.2.ebuild deleted file mode 100644 index cd64c7c577f6..000000000000 --- a/www-apps/horde-kronolith/horde-kronolith-2.0.2.ebuild +++ /dev/null @@ -1,14 +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-kronolith/horde-kronolith-2.0.2.ebuild,v 1.1 2005/02/23 23:04:03 vapier Exp $ - -HORDE_PHP_FEATURES="-o mysql odbc postgres ldap" -HORDE_MAJ="-h3" -inherit horde - -DESCRIPTION="Kronolith is the Horde calendar application" - -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86" - -DEPEND="" -RDEPEND=">=www-apps/horde-3" diff --git a/www-apps/horde/files/digest-horde-3.0.4-r1 b/www-apps/horde/files/digest-horde-3.0.4-r1 deleted file mode 100644 index 387de93d489d..000000000000 --- a/www-apps/horde/files/digest-horde-3.0.4-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 e2221d409ba1c8841ce4ecee981d7b61 horde-3.0.4.tar.gz 3378143 diff --git a/www-apps/horde/horde-3.0.4-r1.ebuild b/www-apps/horde/horde-3.0.4-r1.ebuild deleted file mode 100644 index e1f8dfcdde50..000000000000 --- a/www-apps/horde/horde-3.0.4-r1.ebuild +++ /dev/null @@ -1,39 +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.4-r1.ebuild,v 1.2 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 - dev-php/PEAR-Log - dev-php/PEAR-Mail_Mime - mysql? ( dev-php/PEAR-DB )" - -EHORDE_PATCHES="${FILESDIR}/horde-3.0.4-freebusy.patch" - -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" -} |