summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2004-03-21 10:11:14 +0000
committerMartin Holzer <mholzer@gentoo.org>2004-03-21 10:11:14 +0000
commit2a54f783069eab9ce92007ac7d0e032f9ca52dca (patch)
treee91a5066b6830fc9ddca18ff52282e999b8a22ca /net-www/horde-kronolith
parentMarked 2.07-r1 stable on mips, added ~mips to 2.09 (Manifest recommit) (diff)
downloadgentoo-2-2a54f783069eab9ce92007ac7d0e032f9ca52dca.tar.gz
gentoo-2-2a54f783069eab9ce92007ac7d0e032f9ca52dca.tar.bz2
gentoo-2-2a54f783069eab9ce92007ac7d0e032f9ca52dca.zip
Version bumped.
Diffstat (limited to 'net-www/horde-kronolith')
-rw-r--r--net-www/horde-kronolith/ChangeLog8
-rw-r--r--net-www/horde-kronolith/Manifest6
-rw-r--r--net-www/horde-kronolith/files/digest-horde-kronolith-1.1.21
-rw-r--r--net-www/horde-kronolith/horde-kronolith-1.1.2.ebuild21
4 files changed, 33 insertions, 3 deletions
diff --git a/net-www/horde-kronolith/ChangeLog b/net-www/horde-kronolith/ChangeLog
index a104bc30ca2a..aa690f911496 100644
--- a/net-www/horde-kronolith/ChangeLog
+++ b/net-www/horde-kronolith/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-www/horde-kronolith
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/horde-kronolith/ChangeLog,v 1.11 2004/02/26 18:29:10 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/horde-kronolith/ChangeLog,v 1.12 2004/03/21 10:11:14 mholzer Exp $
+
+*horde-kronolith-1.1.2 (21 Mar 2004)
+
+ 21 Mar 2004; Martin Holzer <mholzer@gentoo.org>
+ horde-kronolith-1.1.2.ebuild:
+ Version bumped.
*horde-kronolith-1.1.1 (26 Feb 2004)
diff --git a/net-www/horde-kronolith/Manifest b/net-www/horde-kronolith/Manifest
index cb1a48d99c37..f2b3924450e2 100644
--- a/net-www/horde-kronolith/Manifest
+++ b/net-www/horde-kronolith/Manifest
@@ -1,6 +1,8 @@
MD5 5da2bf814df7338e26675013c6ce6319 ChangeLog 1530
MD5 e42762cd43123c391654f22a7a49aa4c horde-kronolith-1.1.ebuild 618
MD5 852eb8fe9390c47a540b8e248d128632 metadata.xml 1230
-MD5 2006e42d2de12473b64584461f494fce horde-kronolith-1.1.1.ebuild 693
+MD5 99c5c173d124228e15f0f0f87df49f33 horde-kronolith-1.1.1.ebuild 619
+MD5 99c5c173d124228e15f0f0f87df49f33 horde-kronolith-1.1.2.ebuild 619
MD5 f09bb55eca7a247b6b728c8f88648705 files/digest-horde-kronolith-1.1 65
-MD5 a9cd20b8d117bab5bd820dc66caf9d8d files/digest-horde-kronolith-1.1.1 67
+MD5 db6175b8491058b8a11e7cdcfc8af231 files/digest-horde-kronolith-1.1.1 67
+MD5 94d65c6caba3a424d6a58706db30f20f files/digest-horde-kronolith-1.1.2 67
diff --git a/net-www/horde-kronolith/files/digest-horde-kronolith-1.1.2 b/net-www/horde-kronolith/files/digest-horde-kronolith-1.1.2
new file mode 100644
index 000000000000..19980d48eb1b
--- /dev/null
+++ b/net-www/horde-kronolith/files/digest-horde-kronolith-1.1.2
@@ -0,0 +1 @@
+MD5 bb81207fe39000ab9030b3e283216dfc kronolith-1.1.2.tar.gz 505727
diff --git a/net-www/horde-kronolith/horde-kronolith-1.1.2.ebuild b/net-www/horde-kronolith/horde-kronolith-1.1.2.ebuild
new file mode 100644
index 000000000000..0ff43c654f19
--- /dev/null
+++ b/net-www/horde-kronolith/horde-kronolith-1.1.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-kronolith/horde-kronolith-1.1.2.ebuild,v 1.1 2004/03/21 10:11:14 mholzer Exp $
+
+inherit horde
+
+DESCRIPTION="Kronolith is the Horde calendar application"
+
+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
+}