summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVlastimil Babka <caster@gentoo.org>2008-10-27 21:22:02 +0000
committerVlastimil Babka <caster@gentoo.org>2008-10-27 21:22:02 +0000
commit876d8843b773aa65e1aaa61506e8a2164f226b9c (patch)
tree8f67d4554febf421dfd2271973eef07d8d92cb4b
parentAdded horde-groupware-1.2. (diff)
downloadgentoo-2-876d8843b773aa65e1aaa61506e8a2164f226b9c.tar.gz
gentoo-2-876d8843b773aa65e1aaa61506e8a2164f226b9c.tar.bz2
gentoo-2-876d8843b773aa65e1aaa61506e8a2164f226b9c.zip
Version bump.
(Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo-r1-perfctr x86_64)
-rw-r--r--app-office/taskcoach/ChangeLog8
-rw-r--r--app-office/taskcoach/taskcoach-0.71.2.ebuild (renamed from app-office/taskcoach/taskcoach-0.70.3.ebuild)12
2 files changed, 18 insertions, 2 deletions
diff --git a/app-office/taskcoach/ChangeLog b/app-office/taskcoach/ChangeLog
index 75d7ed14edb2..b435990b9349 100644
--- a/app-office/taskcoach/ChangeLog
+++ b/app-office/taskcoach/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-office/taskcoach
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/ChangeLog,v 1.14 2008/10/13 22:26:36 caster Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/ChangeLog,v 1.15 2008/10/27 21:22:02 caster Exp $
+
+*taskcoach-0.71.2 (27 Oct 2008)
+
+ 27 Oct 2008; Vlastimil Babka <caster@gentoo.org> -taskcoach-0.70.3.ebuild,
+ +taskcoach-0.71.2.ebuild:
+ Version bump.
*taskcoach-0.71.1 (13 Oct 2008)
diff --git a/app-office/taskcoach/taskcoach-0.70.3.ebuild b/app-office/taskcoach/taskcoach-0.71.2.ebuild
index 389f56a92c70..bc62758ea1c6 100644
--- a/app-office/taskcoach/taskcoach-0.70.3.ebuild
+++ b/app-office/taskcoach/taskcoach-0.71.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/taskcoach-0.70.3.ebuild,v 1.2 2008/10/05 20:02:02 caster Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/taskcoach-0.71.2.ebuild,v 1.1 2008/10/27 21:22:02 caster Exp $
inherit distutils eutils
@@ -22,6 +22,16 @@ S="${WORKDIR}/${MY_P}"
DOCS="CHANGES.txt"
+src_unpack() {
+ distutils_src_unpack
+
+ cd "${S}"
+ if ! use x86; then
+ elog "Removing Funambol support, works only on x86."
+ rm -fv taskcoachlib/bin.in/linux/*.so || die
+ fi
+}
+
src_install() {
distutils_src_install