summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2004-02-26 18:22:38 +0000
committerMartin Holzer <mholzer@gentoo.org>2004-02-26 18:22:38 +0000
commite5afa281b42533d8f246ff8a56078e1e4916a839 (patch)
tree1326f7d025ff0a8e6a09f4324348ed5f54fa8dd9 /net-www
parentVersion bumped. (diff)
downloadhistorical-e5afa281b42533d8f246ff8a56078e1e4916a839.tar.gz
historical-e5afa281b42533d8f246ff8a56078e1e4916a839.tar.bz2
historical-e5afa281b42533d8f246ff8a56078e1e4916a839.zip
Version bumped.
Diffstat (limited to 'net-www')
-rw-r--r--net-www/horde-turba/ChangeLog7
-rw-r--r--net-www/horde-turba/Manifest6
-rw-r--r--net-www/horde-turba/files/digest-horde-turba-1.2.21
-rw-r--r--net-www/horde-turba/horde-turba-1.2.2.ebuild21
4 files changed, 32 insertions, 3 deletions
diff --git a/net-www/horde-turba/ChangeLog b/net-www/horde-turba/ChangeLog
index d83b4370f56d..4ddbc93053e5 100644
--- a/net-www/horde-turba/ChangeLog
+++ b/net-www/horde-turba/ChangeLog
@@ -1,6 +1,11 @@
# 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.11 2004/01/27 00:59:30 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/horde-turba/ChangeLog,v 1.12 2004/02/26 18:22:38 mholzer Exp $
+
+*horde-turba-1.2.2 (26 Feb 2004)
+
+ 26 Feb 2004; Martin Holzer <mholzer@gentoo.org> horde-turba-1.2.2.ebuild:
+ Version bumped.
07 Jan 2004; Robin H. Johnson <robbat2@gentoo.org> horde-turba-1.2.1.ebuild:
fix bug #37492 and update copyright headers
diff --git a/net-www/horde-turba/Manifest b/net-www/horde-turba/Manifest
index 71e71bc43505..4fa01197884e 100644
--- a/net-www/horde-turba/Manifest
+++ b/net-www/horde-turba/Manifest
@@ -1,4 +1,6 @@
-MD5 c040f6dc39be9087c0815f2eb07dbf27 files/digest-horde-turba-1.2.1 63
+MD5 ac670404cf4e76a83a6d7dae6df473cd ChangeLog 1345
MD5 9eaa558bbce677004fbdc6d2d1546e95 horde-turba-1.2.1.ebuild 629
-MD5 7c061cb907734a6e6fe859d1161d0c3e ChangeLog 1215
MD5 4a52cd771138efea4026da82a803a812 metadata.xml 1156
+MD5 c677894207a0d8605da09f2558a2e00b horde-turba-1.2.2.ebuild 630
+MD5 c040f6dc39be9087c0815f2eb07dbf27 files/digest-horde-turba-1.2.1 63
+MD5 d2a2e029d37e0bea8a7c60d8be701c38 files/digest-horde-turba-1.2.2 63
diff --git a/net-www/horde-turba/files/digest-horde-turba-1.2.2 b/net-www/horde-turba/files/digest-horde-turba-1.2.2
new file mode 100644
index 000000000000..2dc0d0f5026e
--- /dev/null
+++ b/net-www/horde-turba/files/digest-horde-turba-1.2.2
@@ -0,0 +1 @@
+MD5 fcc518836e55163279aea46097059b4f turba-1.2.2.tar.gz 498021
diff --git a/net-www/horde-turba/horde-turba-1.2.2.ebuild b/net-www/horde-turba/horde-turba-1.2.2.ebuild
new file mode 100644
index 000000000000..2df51cb3c2a5
--- /dev/null
+++ b/net-www/horde-turba/horde-turba-1.2.2.ebuild
@@ -0,0 +1,21 @@
+# 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.1 2004/02/26 18:22:38 mholzer 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.5"
+
+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
+}