diff options
author | Vlastimil Babka <caster@gentoo.org> | 2010-01-31 00:51:14 +0000 |
---|---|---|
committer | Vlastimil Babka <caster@gentoo.org> | 2010-01-31 00:51:14 +0000 |
commit | 974ea2253d2ac4f70d0ae2d767f2b3f4c0dc2337 (patch) | |
tree | d61d22ad5b10d63c8f4e647cc173157c7962b56e /app-office/taskcoach | |
parent | Version bump. (diff) | |
download | gentoo-2-974ea2253d2ac4f70d0ae2d767f2b3f4c0dc2337.tar.gz gentoo-2-974ea2253d2ac4f70d0ae2d767f2b3f4c0dc2337.tar.bz2 gentoo-2-974ea2253d2ac4f70d0ae2d767f2b3f4c0dc2337.zip |
Version bump.
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'app-office/taskcoach')
-rw-r--r-- | app-office/taskcoach/ChangeLog | 8 | ||||
-rw-r--r-- | app-office/taskcoach/taskcoach-0.78.2.ebuild (renamed from app-office/taskcoach/taskcoach-0.77.0.ebuild) | 10 |
2 files changed, 11 insertions, 7 deletions
diff --git a/app-office/taskcoach/ChangeLog b/app-office/taskcoach/ChangeLog index e2f36d44a29a..07d18f2f769a 100644 --- a/app-office/taskcoach/ChangeLog +++ b/app-office/taskcoach/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-office/taskcoach # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/ChangeLog,v 1.39 2010/01/22 18:00:03 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/ChangeLog,v 1.40 2010/01/31 00:51:14 caster Exp $ + +*taskcoach-0.78.2 (31 Jan 2010) + + 31 Jan 2010; Vlastimil Babka <caster@gentoo.org> -taskcoach-0.77.0.ebuild, + +taskcoach-0.78.2.ebuild: + Version bump. *taskcoach-0.78.1 (22 Jan 2010) diff --git a/app-office/taskcoach/taskcoach-0.77.0.ebuild b/app-office/taskcoach/taskcoach-0.78.2.ebuild index d8bd6cb6e92f..24dfb2bc57c8 100644 --- a/app-office/taskcoach/taskcoach-0.77.0.ebuild +++ b/app-office/taskcoach/taskcoach-0.78.2.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/app-office/taskcoach/taskcoach-0.77.0.ebuild,v 1.1 2009/12/24 18:35:43 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/taskcoach-0.78.2.ebuild,v 1.1 2010/01/31 00:51:14 caster Exp $ EAPI=1 @@ -29,10 +29,8 @@ 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 + elog "Removing Funambol support, works only on x86 and python 2.5." + rm -fv taskcoachlib/bin.in/linux/*.so || die } src_compile() { |