diff options
Diffstat (limited to 'app-office/taskcoach')
-rw-r--r-- | app-office/taskcoach/ChangeLog | 9 | ||||
-rw-r--r-- | app-office/taskcoach/files/taskcoach-setup.patch | 11 | ||||
-rw-r--r-- | app-office/taskcoach/taskcoach-0.70.2.ebuild (renamed from app-office/taskcoach/taskcoach-0.70.0.ebuild) | 10 |
3 files changed, 9 insertions, 21 deletions
diff --git a/app-office/taskcoach/ChangeLog b/app-office/taskcoach/ChangeLog index fc3f6464a37a..1a3295299107 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.8 2008/07/14 12:21:41 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/ChangeLog,v 1.9 2008/08/07 08:11:45 caster Exp $ + +*taskcoach-0.70.2 (07 Aug 2008) + + 07 Aug 2008; Vlastimil Babka <caster@gentoo.org> + -files/taskcoach-setup.patch, -taskcoach-0.70.0.ebuild, + +taskcoach-0.70.2.ebuild: + Version bump and dump. *taskcoach-0.70.1 (14 Jul 2008) diff --git a/app-office/taskcoach/files/taskcoach-setup.patch b/app-office/taskcoach/files/taskcoach-setup.patch deleted file mode 100644 index 8226dc7641d0..000000000000 --- a/app-office/taskcoach/files/taskcoach-setup.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.py.orig 2008-06-04 10:16:13.000000000 +0200 -+++ setup.py 2008-06-04 10:15:39.000000000 +0200 -@@ -20,7 +20,7 @@ - - import platform - from distutils.core import setup --from taskcoachlib import meta -+from taskcoachlib import meta, thirdparty - - - setupOptions = { diff --git a/app-office/taskcoach/taskcoach-0.70.0.ebuild b/app-office/taskcoach/taskcoach-0.70.2.ebuild index 09ab04aae5f9..b482c6010aff 100644 --- a/app-office/taskcoach/taskcoach-0.70.0.ebuild +++ b/app-office/taskcoach/taskcoach-0.70.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.0.ebuild,v 1.2 2008/06/04 08:24:45 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/taskcoach-0.70.2.ebuild,v 1.1 2008/08/07 08:11:45 caster Exp $ inherit distutils eutils @@ -22,14 +22,6 @@ S="${WORKDIR}/${MY_P}" DOCS="CHANGES.txt" -src_unpack() { - distutils_src_unpack - - cd "${S}" - # bug 222391 - epatch "${FILESDIR}/${PN}-setup.patch" -} - src_install() { distutils_src_install |