summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/horde/ChangeLog6
-rw-r--r--www-apps/horde/horde-3.3.6.ebuild36
-rw-r--r--www-apps/horde/horde-3.3.8.ebuild36
3 files changed, 5 insertions, 73 deletions
diff --git a/www-apps/horde/ChangeLog b/www-apps/horde/ChangeLog
index 3d4ee9416cc8..20d7fbc6d3fa 100644
--- a/www-apps/horde/ChangeLog
+++ b/www-apps/horde/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-apps/horde
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/horde/ChangeLog,v 1.111 2010/10/19 02:16:58 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/horde/ChangeLog,v 1.112 2010/10/22 17:31:41 a3li Exp $
+
+ 22 Oct 2010; Alex Legler <a3li@gentoo.org> -horde-3.3.6.ebuild,
+ -horde-3.3.8.ebuild:
+ cleanup
19 Oct 2010; Jeroen Roovers <jer@gentoo.org> horde-3.3.9.ebuild:
Stable for HPPA (bug #336319).
diff --git a/www-apps/horde/horde-3.3.6.ebuild b/www-apps/horde/horde-3.3.6.ebuild
deleted file mode 100644
index 3e4b6a2ac7fd..000000000000
--- a/www-apps/horde/horde-3.3.6.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/horde/horde-3.3.6.ebuild,v 1.7 2010/09/11 15:10:09 mabi Exp $
-
-HORDE_PHP_FEATURES="session xml"
-
-inherit horde
-
-DESCRIPTION="Horde Application Framework"
-HOMEPAGE="http://www.horde.org/"
-
-KEYWORDS="alpha amd64 hppa ~ia64 ppc sparc x86"
-IUSE="mysql"
-
-DEPEND=""
-RDEPEND="dev-lang/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 )"
-
-src_unpack() {
- horde_src_unpack
- cd "${S}"
- chmod 600 scripts/sql/create.*.sql #137510
-}
-
-pkg_postinst() {
- horde_pkg_postinst
- elog "Horde requires PHP to have:"
- elog " ==> 'short_open_tag enabled = On'"
- elog " ==> 'magic_quotes_runtime set = Off'"
- elog " ==> 'file_uploads enabled = On'"
-}
diff --git a/www-apps/horde/horde-3.3.8.ebuild b/www-apps/horde/horde-3.3.8.ebuild
deleted file mode 100644
index e57fe34cc574..000000000000
--- a/www-apps/horde/horde-3.3.8.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/horde/horde-3.3.8.ebuild,v 1.5 2010/09/18 18:26:17 armin76 Exp $
-
-HORDE_PHP_FEATURES="session xml"
-
-inherit horde
-
-DESCRIPTION="Horde Application Framework"
-HOMEPAGE="http://www.horde.org/"
-
-KEYWORDS="alpha amd64 ~hppa ~ia64 ~ppc sparc x86"
-IUSE="mysql"
-
-DEPEND=""
-RDEPEND="dev-lang/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 )"
-
-src_unpack() {
- horde_src_unpack
- cd "${S}"
- chmod 600 scripts/sql/create.*.sql #137510
-}
-
-pkg_postinst() {
- horde_pkg_postinst
- elog "Horde requires PHP to have:"
- elog " ==> 'short_open_tag enabled = On'"
- elog " ==> 'magic_quotes_runtime set = Off'"
- elog " ==> 'file_uploads enabled = On'"
-}