diff options
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/taskcoach/ChangeLog | 9 | ||||
-rw-r--r-- | app-office/taskcoach/taskcoach-0.71.1.ebuild (renamed from app-office/taskcoach/taskcoach-0.71.0.ebuild) | 12 |
2 files changed, 19 insertions, 2 deletions
diff --git a/app-office/taskcoach/ChangeLog b/app-office/taskcoach/ChangeLog index 7cedf1659c79..75d7ed14edb2 100644 --- a/app-office/taskcoach/ChangeLog +++ b/app-office/taskcoach/ChangeLog @@ -1,6 +1,13 @@ # 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.13 2008/10/12 10:55:56 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/ChangeLog,v 1.14 2008/10/13 22:26:36 caster Exp $ + +*taskcoach-0.71.1 (13 Oct 2008) + + 13 Oct 2008; Vlastimil Babka <caster@gentoo.org> -taskcoach-0.71.0.ebuild, + +taskcoach-0.71.1.ebuild: + Version bump, bug fixes. Works on amd64 again, funambol synchronization + not supported there though. *taskcoach-0.71.0 (12 Oct 2008) diff --git a/app-office/taskcoach/taskcoach-0.71.0.ebuild b/app-office/taskcoach/taskcoach-0.71.1.ebuild index 2407c68d49ba..e11a1248fb62 100644 --- a/app-office/taskcoach/taskcoach-0.71.0.ebuild +++ b/app-office/taskcoach/taskcoach-0.71.1.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.71.0.ebuild,v 1.1 2008/10/12 10:55:57 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/taskcoach-0.71.1.ebuild,v 1.1 2008/10/13 22:26:36 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 |