summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <a3li@gentoo.org>2010-07-27 22:16:56 +0000
committerAlex Legler <a3li@gentoo.org>2010-07-27 22:16:56 +0000
commit1fe6640820aa5c221c896a0a2f02721acc5be02b (patch)
treea6a17d1c24dac46b6abd7a682ec059ec53a00fa5 /www-apps/horde-turba
parentSet SUPPORT_PYTHON_ABIS. (diff)
downloadgentoo-2-1fe6640820aa5c221c896a0a2f02721acc5be02b.tar.gz
gentoo-2-1fe6640820aa5c221c896a0a2f02721acc5be02b.tar.bz2
gentoo-2-1fe6640820aa5c221c896a0a2f02721acc5be02b.zip
Version bump, closes bug 329253. No longer try to install docs/vcf directory which resulted in a bzip2 failure. Removing old version.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'www-apps/horde-turba')
-rw-r--r--www-apps/horde-turba/ChangeLog11
-rw-r--r--www-apps/horde-turba/horde-turba-2.3.3.ebuild11
-rw-r--r--www-apps/horde-turba/horde-turba-2.3.4.ebuild (renamed from www-apps/horde-turba/horde-turba-2.3.2.ebuild)11
3 files changed, 27 insertions, 6 deletions
diff --git a/www-apps/horde-turba/ChangeLog b/www-apps/horde-turba/ChangeLog
index 9202144de017..67f5d08083c7 100644
--- a/www-apps/horde-turba/ChangeLog
+++ b/www-apps/horde-turba/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for www-apps/horde-turba
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-turba/ChangeLog,v 1.42 2009/12/17 17:51:58 a3li Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-turba/ChangeLog,v 1.43 2010/07/27 22:16:56 a3li Exp $
+
+*horde-turba-2.3.4 (27 Jul 2010)
+
+ 27 Jul 2010; Alex Legler <a3li@gentoo.org> -horde-turba-2.3.2.ebuild,
+ horde-turba-2.3.3.ebuild, +horde-turba-2.3.4.ebuild:
+ Version bump, closes bug 329253. No longer try to install docs/vcf
+ directory which resulted in a bzip2 failure. Removing old version.
*horde-turba-2.3.3 (17 Dec 2009)
diff --git a/www-apps/horde-turba/horde-turba-2.3.3.ebuild b/www-apps/horde-turba/horde-turba-2.3.3.ebuild
index 760b80a95954..ff13960021b0 100644
--- a/www-apps/horde-turba/horde-turba-2.3.3.ebuild
+++ b/www-apps/horde-turba/horde-turba-2.3.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-turba/horde-turba-2.3.3.ebuild,v 1.1 2009/12/17 17:51:58 a3li Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-turba/horde-turba-2.3.3.ebuild,v 1.2 2010/07/27 22:16:56 a3li Exp $
HORDE_PHP_FEATURES="-o mysql mysqli odbc postgres ldap"
HORDE_MAJ="-h3"
@@ -14,3 +14,10 @@ IUSE="ldap"
DEPEND=""
RDEPEND=">=www-apps/horde-3
ldap? ( dev-php/PEAR-Net_LDAP )"
+
+src_unpack() {
+ horde_src_unpack
+
+ # Remove vcf specs as they don't install and are not useful to the end user
+ rm -r docs/vcf || die 'removing docs failed'
+}
diff --git a/www-apps/horde-turba/horde-turba-2.3.2.ebuild b/www-apps/horde-turba/horde-turba-2.3.4.ebuild
index 02b9e9d91418..45abdc6d049e 100644
--- a/www-apps/horde-turba/horde-turba-2.3.2.ebuild
+++ b/www-apps/horde-turba/horde-turba-2.3.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-turba/horde-turba-2.3.2.ebuild,v 1.1 2009/09/17 17:06:15 a3li Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-turba/horde-turba-2.3.4.ebuild,v 1.1 2010/07/27 22:16:56 a3li Exp $
HORDE_PHP_FEATURES="-o mysql mysqli odbc postgres ldap"
HORDE_MAJ="-h3"
@@ -14,3 +14,10 @@ IUSE="ldap"
DEPEND=""
RDEPEND=">=www-apps/horde-3
ldap? ( dev-php/PEAR-Net_LDAP )"
+
+src_unpack() {
+ horde_src_unpack
+
+ # Remove vcf specs as they don't install and are not useful to the end user
+ rm -r docs/vcf || die 'removing docs failed'
+}