diff options
author | Alex Legler <a3li@gentoo.org> | 2010-01-06 13:34:00 +0000 |
---|---|---|
committer | Alex Legler <a3li@gentoo.org> | 2010-01-06 13:34:00 +0000 |
commit | af00b32c8e76da023fe7ae6fc4c0d58d9b215038 (patch) | |
tree | 9391fddcc5c06afa0b45ca3a45c6560597968728 /www-apps | |
parent | Version bump (bug 297738), take over maintenance (diff) | |
download | historical-af00b32c8e76da023fe7ae6fc4c0d58d9b215038.tar.gz historical-af00b32c8e76da023fe7ae6fc4c0d58d9b215038.tar.bz2 historical-af00b32c8e76da023fe7ae6fc4c0d58d9b215038.zip |
Removing vulnerable ebuild, bug 297306
Package-Manager: portage-2.2_rc59/cvs/Linux x86_64
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/horde/ChangeLog | 7 | ||||
-rw-r--r-- | www-apps/horde/horde-3.3.5.ebuild | 36 |
2 files changed, 5 insertions, 38 deletions
diff --git a/www-apps/horde/ChangeLog b/www-apps/horde/ChangeLog index 027d84427c6a..6f6a9252d4a6 100644 --- a/www-apps/horde/ChangeLog +++ b/www-apps/horde/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-apps/horde -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/horde/ChangeLog,v 1.98 2009/12/28 18:54:16 nixnut Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/horde/ChangeLog,v 1.99 2010/01/06 13:34:00 a3li Exp $ + + 06 Jan 2010; Alex Legler <a3li@gentoo.org> -horde-3.3.5.ebuild: + Removing vulnerable ebuild, bug 297306 28 Dec 2009; nixnut <nixnut@gentoo.org> horde-3.3.6.ebuild: ppc stable #297306 diff --git a/www-apps/horde/horde-3.3.5.ebuild b/www-apps/horde/horde-3.3.5.ebuild deleted file mode 100644 index d7c5dfe8f95e..000000000000 --- a/www-apps/horde/horde-3.3.5.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/horde/horde-3.3.5.ebuild,v 1.7 2009/11/03 17:06:48 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="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 )" - -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'" -} |