diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-12-12 01:29:42 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-12-12 01:29:42 +0000 |
commit | d48f6e75d99af4318f1dcb52f7e4907931826d45 (patch) | |
tree | e3e57ab3328f2ef0faee774d257f6981bdc9267b /www-apps/horde | |
parent | Add modular X dependencies. (diff) | |
download | historical-d48f6e75d99af4318f1dcb52f7e4907931826d45.tar.gz historical-d48f6e75d99af4318f1dcb52f7e4907931826d45.tar.bz2 historical-d48f6e75d99af4318f1dcb52f7e4907931826d45.zip |
old
Diffstat (limited to 'www-apps/horde')
-rw-r--r-- | www-apps/horde/files/digest-horde-2.2.8 | 1 | ||||
-rw-r--r-- | www-apps/horde/files/digest-horde-3.0.6 | 1 | ||||
-rw-r--r-- | www-apps/horde/files/horde-3.0.4-freebusy.patch | 16 | ||||
-rw-r--r-- | www-apps/horde/horde-2.2.8.ebuild | 35 | ||||
-rw-r--r-- | www-apps/horde/horde-3.0.6.ebuild | 37 |
5 files changed, 0 insertions, 90 deletions
diff --git a/www-apps/horde/files/digest-horde-2.2.8 b/www-apps/horde/files/digest-horde-2.2.8 deleted file mode 100644 index adf91f1a6450..000000000000 --- a/www-apps/horde/files/digest-horde-2.2.8 +++ /dev/null @@ -1 +0,0 @@ -MD5 89961af4e4488a908147d7b3a0dc3b44 horde-2.2.8.tar.gz 683005 diff --git a/www-apps/horde/files/digest-horde-3.0.6 b/www-apps/horde/files/digest-horde-3.0.6 deleted file mode 100644 index 3042c3c829b0..000000000000 --- a/www-apps/horde/files/digest-horde-3.0.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 e1148c8f04125851660ff9643cf46db8 horde-3.0.6.tar.gz 3725318 diff --git a/www-apps/horde/files/horde-3.0.4-freebusy.patch b/www-apps/horde/files/horde-3.0.4-freebusy.patch deleted file mode 100644 index 876e5a069fb2..000000000000 --- a/www-apps/horde/files/horde-3.0.4-freebusy.patch +++ /dev/null @@ -1,16 +0,0 @@ -=================================================================== -RCS file: /horde/cvs/framework/iCalendar/iCalendar/vfreebusy.php,v -retrieving revision 1.19 -retrieving revision 1.20 -diff -p --unified=3 -r1.19 -r1.20 ---- lib/Horde/iCalendar/vfreebusy.php 2005/04/08 14:08:47 1.19 -+++ lib/Horde/iCalendar/vfreebusy.php 2005/04/08 16:52:25 1.20 -@@ -34,7 +34,7 @@ class Horde_iCalendar_vfreebusy extends - // Do something with all the busy periods. - foreach ($this->_attributes as $key => $attribute) { - if ($attribute['name'] == 'FREEBUSY') { -- foreach ($attribute['value'] as $value) { -+ foreach ($attribute['values'] as $value) { - if (array_key_exists('duration', $attribute['value'])) { - $this->addBusyPeriod('BUSY', $value['start'], null, $value['duration']); - } else { diff --git a/www-apps/horde/horde-2.2.8.ebuild b/www-apps/horde/horde-2.2.8.ebuild deleted file mode 100644 index 9fbf23e5c60a..000000000000 --- a/www-apps/horde/horde-2.2.8.ebuild +++ /dev/null @@ -1,35 +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.8.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 - mysql? ( dev-php/PEAR-DB )" - -pkg_setup() { - has_version '>=virtual/php-5' \ - && HORDE_PHP_FEATURES="nls session" \ - || 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" -} diff --git a/www-apps/horde/horde-3.0.6.ebuild b/www-apps/horde/horde-3.0.6.ebuild deleted file mode 100644 index ba632252fe06..000000000000 --- a/www-apps/horde/horde-3.0.6.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.6.ebuild,v 1.1 2005/10/28 23:10:29 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" -} |