summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunnar Wrobel <wrobel@gentoo.org>2008-09-15 03:38:51 +0000
committerGunnar Wrobel <wrobel@gentoo.org>2008-09-15 03:38:51 +0000
commit754c9ec62c0b5ea0f41b57753dea8ed55604590f (patch)
tree02c158ff6de03a78f1b57cee93aa491b18faf6aa /dev-php
parentAdded Kolab_Storage. (diff)
downloadkolab-754c9ec62c0b5ea0f41b57753dea8ed55604590f.tar.gz
kolab-754c9ec62c0b5ea0f41b57753dea8ed55604590f.tar.bz2
kolab-754c9ec62c0b5ea0f41b57753dea8ed55604590f.zip
Correct version to real release.
svn path=/overlay/; revision=2939
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/Kolab_Freebusy/ChangeLog6
-rw-r--r--dev-php/Kolab_Freebusy/Kolab_Freebusy-0.0.2.ebuild (renamed from dev-php/Kolab_Freebusy/Kolab_Freebusy-2.2_beta320071205.ebuild)17
2 files changed, 17 insertions, 6 deletions
diff --git a/dev-php/Kolab_Freebusy/ChangeLog b/dev-php/Kolab_Freebusy/ChangeLog
index a9095c5..3a0ff6d 100644
--- a/dev-php/Kolab_Freebusy/ChangeLog
+++ b/dev-php/Kolab_Freebusy/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for dev-php/Kolab_Freebusy
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 15 Sep 2008; wrobel@gentoo.org +Kolab_Freebusy-0.0.2.ebuild,
+ -Kolab_Freebusy-2.2_beta320071205.ebuild:
+ Correct version to real release.
+
05 Dec 2007; Gunnar Wrobel <wrobel@gentoo.org>
+Kolab_Freebusy-2.2_beta320071205.ebuild:
Added Kolab_Freebusy-2.2_beta320071205.
diff --git a/dev-php/Kolab_Freebusy/Kolab_Freebusy-2.2_beta320071205.ebuild b/dev-php/Kolab_Freebusy/Kolab_Freebusy-0.0.2.ebuild
index 610814c..09f2c3e 100644
--- a/dev-php/Kolab_Freebusy/Kolab_Freebusy-2.2_beta320071205.ebuild
+++ b/dev-php/Kolab_Freebusy/Kolab_Freebusy-0.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -7,17 +7,24 @@ inherit php-pear-r1 eutils
PEAR_PV="${PV/_/}"
PEAR_PN="${PHP_PEAR_PKG_NAME}-${PEAR_PV}"
-HOMEPAGE="http://www.kolab.org"
-DESCRIPTION="Classes and methods for free/busy support on the Kolab Groupware server."
+HOMEPAGE="http://www.horde.org"
+DESCRIPTION="A package for reading/writing Kolab data formats."
SRC_URI="http://files.pardus.de/kolab-sources/${PEAR_PN}.tgz"
SLOT="0"
-LICENSE="GPL-2"
+LICENSE="LGPL-2"
KEYWORDS="~x86 ~amd64"
IUSE=""
+DEPEND="${DEPEND}
+ dev-php/PEAR-Horde-Channel"
+
RDEPEND="${RDEPEND}
->=dev-php/horde-framework-kolab-3.2_rc1"
+ dev-php/Horde_Date
+ dev-php/Horde_iCalendar
+ dev-php/Kolab_Format
+ dev-php/Kolab_Server
+ dev-php/Kolab_Storage"
S="${WORKDIR}/${PEAR_PN}"