diff options
author | 2004-12-24 07:09:38 +0000 | |
---|---|---|
committer | 2004-12-24 07:09:38 +0000 | |
commit | 6183721558bcc2d2fd3ee454d2cee34452caf916 (patch) | |
tree | 9ade9d7f84e68e427cfbedbfb61fc4faaf2658a6 /www-apps | |
parent | Keywords ~amd64. Removed restriction to irssi-0.8.9 since it seems to work as... (diff) | |
download | gentoo-2-6183721558bcc2d2fd3ee454d2cee34452caf916.tar.gz gentoo-2-6183721558bcc2d2fd3ee454d2cee34452caf916.tar.bz2 gentoo-2-6183721558bcc2d2fd3ee454d2cee34452caf916.zip |
old
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/horde/files/digest-horde-2.2.5 | 1 | ||||
-rw-r--r-- | www-apps/horde/horde-2.2.5.ebuild | 32 |
2 files changed, 0 insertions, 33 deletions
diff --git a/www-apps/horde/files/digest-horde-2.2.5 b/www-apps/horde/files/digest-horde-2.2.5 deleted file mode 100644 index 5dafd1a9748c..000000000000 --- a/www-apps/horde/files/digest-horde-2.2.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 44a1f60246c2916498ff12ad72f9f811 horde-2.2.5.tar.gz 671803 diff --git a/www-apps/horde/horde-2.2.5.ebuild b/www-apps/horde/horde-2.2.5.ebuild deleted file mode 100644 index 4858777f3a68..000000000000 --- a/www-apps/horde/horde-2.2.5.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/horde/horde-2.2.5.ebuild,v 1.3 2004/11/08 16:50:51 vapier Exp $ - -HORDE_PHP_FEATURES="nls session" -inherit horde - -DESCRIPTION="Horde Application Framework" -HOMEPAGE="http://www.horde.org/" - -KEYWORDS="alpha amd64 hppa ppc sparc x86" - -DEPEND="" -RDEPEND=">=dev-php/mod_php-4.1.0 - >=sys-devel/gettext-0.10.40 - >=dev-libs/libxml2-2.4.21 - >=www-apps/horde-pear-1.3" - -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" -} |