summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <a3li@gentoo.org>2010-10-22 17:43:56 +0000
committerAlex Legler <a3li@gentoo.org>2010-10-22 17:43:56 +0000
commit4ee60286b8f4d56a734c19414263183c960c8541 (patch)
treee7b5f363e843a686e38f12491a1f9a2dd6ac502c /www-apps
parentstable x86, bug 340023 (diff)
downloadgentoo-2-4ee60286b8f4d56a734c19414263183c960c8541.tar.gz
gentoo-2-4ee60286b8f4d56a734c19414263183c960c8541.tar.bz2
gentoo-2-4ee60286b8f4d56a734c19414263183c960c8541.zip
cleanup
(Portage version: 2.2_rc99/cvs/Linux x86_64)
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/horde-passwd/ChangeLog6
-rw-r--r--www-apps/horde-passwd/horde-passwd-3.1.1.ebuild22
-rw-r--r--www-apps/horde-passwd/horde-passwd-3.1.2.ebuild22
3 files changed, 5 insertions, 45 deletions
diff --git a/www-apps/horde-passwd/ChangeLog b/www-apps/horde-passwd/ChangeLog
index c9a0527821f3..e7733165349a 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-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-passwd/ChangeLog,v 1.32 2010/10/22 04:13:51 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-passwd/ChangeLog,v 1.33 2010/10/22 17:43:56 a3li Exp $
+
+ 22 Oct 2010; Alex Legler <a3li@gentoo.org> -horde-passwd-3.1.1.ebuild,
+ -horde-passwd-3.1.2.ebuild:
+ cleanup
22 Oct 2010; Jeroen Roovers <jer@gentoo.org> horde-passwd-3.1.3.ebuild:
Stable for HPPA (bug #333207).
diff --git a/www-apps/horde-passwd/horde-passwd-3.1.1.ebuild b/www-apps/horde-passwd/horde-passwd-3.1.1.ebuild
deleted file mode 100644
index 66ad8c8058d1..000000000000
--- a/www-apps/horde-passwd/horde-passwd-3.1.1.ebuild
+++ /dev/null
@@ -1,22 +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-passwd/horde-passwd-3.1.1.ebuild,v 1.7 2009/08/29 18:16:12 nixnut 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.1.2.ebuild b/www-apps/horde-passwd/horde-passwd-3.1.2.ebuild
deleted file mode 100644
index 33274512fe75..000000000000
--- a/www-apps/horde-passwd/horde-passwd-3.1.2.ebuild
+++ /dev/null
@@ -1,22 +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-passwd/horde-passwd-3.1.2.ebuild,v 1.1 2010/01/06 13:29:25 a3li 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
-}