summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <a3li@gentoo.org>2009-09-12 16:41:51 +0000
committerAlex Legler <a3li@gentoo.org>2009-09-12 16:41:51 +0000
commit40cf91c2c9445c2346f0b8b4159cbe26da992eb6 (patch)
treee3ce6eb3ae23f09823dbcac03ad317e9d55d21c8 /www-apps/horde-passwd
parentNon-maintainer commit: Removing vulnerable ebuilds, GLSA 200909-14. (diff)
downloadgentoo-2-40cf91c2c9445c2346f0b8b4159cbe26da992eb6.tar.gz
gentoo-2-40cf91c2c9445c2346f0b8b4159cbe26da992eb6.tar.bz2
gentoo-2-40cf91c2c9445c2346f0b8b4159cbe26da992eb6.zip
Non-maintainer commit: Removing vulnerable ebuilds, GLSA 200909-14.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'www-apps/horde-passwd')
-rw-r--r--www-apps/horde-passwd/ChangeLog6
-rw-r--r--www-apps/horde-passwd/horde-passwd-3.0.1.ebuild22
-rw-r--r--www-apps/horde-passwd/horde-passwd-3.0.ebuild22
3 files changed, 5 insertions, 45 deletions
diff --git a/www-apps/horde-passwd/ChangeLog b/www-apps/horde-passwd/ChangeLog
index c312808f537c..6b4df3a69187 100644
--- a/www-apps/horde-passwd/ChangeLog
+++ b/www-apps/horde-passwd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-apps/horde-passwd
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-passwd/ChangeLog,v 1.24 2009/08/29 18:16:12 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-passwd/ChangeLog,v 1.25 2009/09/12 16:41:51 a3li Exp $
+
+ 12 Sep 2009; Alex Legler <a3li@gentoo.org> -horde-passwd-3.0.ebuild,
+ -horde-passwd-3.0.1.ebuild:
+ Non-maintainer commit: Removing vulnerable ebuilds, GLSA 200909-14.
29 Aug 2009; nixnut <nixnut@gentoo.org> horde-passwd-3.1.1.ebuild:
ppc stable #277294
diff --git a/www-apps/horde-passwd/horde-passwd-3.0.1.ebuild b/www-apps/horde-passwd/horde-passwd-3.0.1.ebuild
deleted file mode 100644
index d23d438f9950..000000000000
--- a/www-apps/horde-passwd/horde-passwd-3.0.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-passwd/horde-passwd-3.0.1.ebuild,v 1.3 2008/05/31 05:13:43 vapier Exp $
-
-HORDE_PHP_FEATURES="ctype"
-
-HORDE_MAJ="-h3"
-inherit horde eutils
-
-DESCRIPTION="Horde Passwd is the Horde password changing application"
-
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc sparc ~x86"
-IUSE="clearpasswd"
-
-DEPEND=""
-RDEPEND="|| ( >=www-apps/horde-3 >=www-apps/horde-groupware-1 >=www-apps/horde-webmail-1 )"
-
-src_unpack() {
- horde_src_unpack
- cd "${S}"
- use clearpasswd || epatch "${FILESDIR}"/${PN}-3.0-no-clear-password.patch
-}
diff --git a/www-apps/horde-passwd/horde-passwd-3.0.ebuild b/www-apps/horde-passwd/horde-passwd-3.0.ebuild
deleted file mode 100644
index df8649c8db67..000000000000
--- a/www-apps/horde-passwd/horde-passwd-3.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-passwd/horde-passwd-3.0.ebuild,v 1.8 2006/08/05 19:47:07 vapier Exp $
-
-HORDE_PHP_FEATURES="ctype"
-
-HORDE_MAJ="-h3"
-inherit horde eutils
-
-DESCRIPTION="Horde Passwd is the Horde password changing application"
-
-KEYWORDS="alpha amd64 hppa ppc sparc x86"
-IUSE="clearpasswd"
-
-DEPEND=""
-RDEPEND=">=www-apps/horde-3.0"
-
-src_unpack() {
- horde_src_unpack
- cd "${S}"
- use clearpasswd || epatch "${FILESDIR}"/${P}-no-clear-password.patch
-}