diff options
author | Chris Aniszczyk <zx@gentoo.org> | 2004-03-29 01:41:35 +0000 |
---|---|---|
committer | Chris Aniszczyk <zx@gentoo.org> | 2004-03-29 01:41:35 +0000 |
commit | 196718d207dfa9d6ed914b7c2ae486d60f5adcd9 (patch) | |
tree | 427dd1110a03ff93d26dc479cbd48f1efa7c34d3 /net-www | |
parent | Marking ~hppa + cleanup (Manifest recommit) (diff) | |
download | gentoo-2-196718d207dfa9d6ed914b7c2ae486d60f5adcd9.tar.gz gentoo-2-196718d207dfa9d6ed914b7c2ae486d60f5adcd9.tar.bz2 gentoo-2-196718d207dfa9d6ed914b7c2ae486d60f5adcd9.zip |
Marking ~hppa + clean up.
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/horde-turba/ChangeLog | 6 | ||||
-rw-r--r-- | net-www/horde-turba/files/digest-horde-turba-1.2.1 | 1 | ||||
-rw-r--r-- | net-www/horde-turba/horde-turba-1.2.1.ebuild | 21 | ||||
-rw-r--r-- | net-www/horde-turba/horde-turba-1.2.2.ebuild | 4 |
4 files changed, 7 insertions, 25 deletions
diff --git a/net-www/horde-turba/ChangeLog b/net-www/horde-turba/ChangeLog index 4ddbc93053e5..8589577f04fb 100644 --- a/net-www/horde-turba/ChangeLog +++ b/net-www/horde-turba/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/horde-turba # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/horde-turba/ChangeLog,v 1.12 2004/02/26 18:22:38 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/horde-turba/ChangeLog,v 1.13 2004/03/29 01:41:35 zx Exp $ + + 01 Apr 2004; Chris Aniszczyk <zx@gentoo.org> horde-turba-1.2.1.ebuild, + horde-turba-1.2.2.ebuild: + Clean up + Marking ~hppa *horde-turba-1.2.2 (26 Feb 2004) diff --git a/net-www/horde-turba/files/digest-horde-turba-1.2.1 b/net-www/horde-turba/files/digest-horde-turba-1.2.1 deleted file mode 100644 index 1e8ef72a9878..000000000000 --- a/net-www/horde-turba/files/digest-horde-turba-1.2.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 1101266f404db0f4639cf41c25a64c35 turba-1.2.1.tar.gz 482633 diff --git a/net-www/horde-turba/horde-turba-1.2.1.ebuild b/net-www/horde-turba/horde-turba-1.2.1.ebuild deleted file mode 100644 index 20affde7f7f2..000000000000 --- a/net-www/horde-turba/horde-turba-1.2.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/horde-turba/horde-turba-1.2.1.ebuild,v 1.10 2004/01/27 00:59:30 vapier Exp $ - -inherit horde - -DESCRIPTION="Turba is the Horde address book / contact management program" - -KEYWORDS="x86 ~ppc ~sparc ~alpha" - -DEPEND="" -RDEPEND=">=net-www/horde-2.2.4" - -pkg_setup() { - GREPBACKEND=`egrep 'sql|odbc|postgres|ldap' /var/db/pkg/dev-php/mod_php*/USE` - if [ -z "${GREPBACKEND}" ] ; then - eerror "Missing SQL or LDAP support in mod_php !" - die "aborting..." - fi - horde_pkg_setup -} diff --git a/net-www/horde-turba/horde-turba-1.2.2.ebuild b/net-www/horde-turba/horde-turba-1.2.2.ebuild index a92d04d28499..3fcab8a21a2a 100644 --- a/net-www/horde-turba/horde-turba-1.2.2.ebuild +++ b/net-www/horde-turba/horde-turba-1.2.2.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/horde-turba/horde-turba-1.2.2.ebuild,v 1.2 2004/03/19 01:32:38 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/horde-turba/horde-turba-1.2.2.ebuild,v 1.3 2004/03/29 01:41:35 zx Exp $ inherit horde DESCRIPTION="Turba is the Horde address book / contact management program" -KEYWORDS="x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ~ppc ~sparc ~alpha ~hppa" DEPEND="" RDEPEND=">=net-www/horde-2.2.5" |