summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <a3li@gentoo.org>2010-07-27 21:45:22 +0000
committerAlex Legler <a3li@gentoo.org>2010-07-27 21:45:22 +0000
commit709be45a20b80cae0f987239bed0c841999f1cbd (patch)
tree169ec57f356c64bdb991605c66101cf546a2ba84
parentRemove unneeded autotools inherit (diff)
downloadgentoo-2-709be45a20b80cae0f987239bed0c841999f1cbd.tar.gz
gentoo-2-709be45a20b80cae0f987239bed0c841999f1cbd.tar.bz2
gentoo-2-709be45a20b80cae0f987239bed0c841999f1cbd.zip
Version bump, closing bug 329251
(Portage version: 2.2_rc67/cvs/Linux x86_64)
-rw-r--r--www-apps/horde-kronolith/ChangeLog9
-rw-r--r--www-apps/horde-kronolith/horde-kronolith-2.3.4.ebuild14
2 files changed, 21 insertions, 2 deletions
diff --git a/www-apps/horde-kronolith/ChangeLog b/www-apps/horde-kronolith/ChangeLog
index 62b36a087808..aea6543d5959 100644
--- a/www-apps/horde-kronolith/ChangeLog
+++ b/www-apps/horde-kronolith/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for www-apps/horde-kronolith
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-kronolith/ChangeLog,v 1.54 2009/12/17 20:15:53 a3li Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-kronolith/ChangeLog,v 1.55 2010/07/27 21:45:22 a3li Exp $
+
+*horde-kronolith-2.3.4 (27 Jul 2010)
+
+ 27 Jul 2010; Alex Legler <a3li@gentoo.org> +horde-kronolith-2.3.4.ebuild:
+ Version bump, closing bug 329251
*horde-kronolith-2.3.3 (17 Dec 2009)
diff --git a/www-apps/horde-kronolith/horde-kronolith-2.3.4.ebuild b/www-apps/horde-kronolith/horde-kronolith-2.3.4.ebuild
new file mode 100644
index 000000000000..f90055b86d25
--- /dev/null
+++ b/www-apps/horde-kronolith/horde-kronolith-2.3.4.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-kronolith/horde-kronolith-2.3.4.ebuild,v 1.1 2010/07/27 21:45:22 a3li Exp $
+
+HORDE_PHP_FEATURES="-o mysql mysqli odbc postgres ldap"
+HORDE_MAJ="-h3"
+inherit horde
+
+DESCRIPTION="Kronolith is the Horde calendar application"
+
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
+
+DEPEND=""
+RDEPEND=">=www-apps/horde-3"