diff options
author | Vlastimil Babka <caster@gentoo.org> | 2010-03-25 12:46:56 +0000 |
---|---|---|
committer | Vlastimil Babka <caster@gentoo.org> | 2010-03-25 12:46:56 +0000 |
commit | 8c288950147b56d428c8ddffcfaf7998ce706651 (patch) | |
tree | 1ec0ebaef3cfe9346dc34a85b7ff100ac8b99c44 /app-office/taskcoach | |
parent | Add patch fixing usage with new libtheora. Revbump. (diff) | |
download | gentoo-2-8c288950147b56d428c8ddffcfaf7998ce706651.tar.gz gentoo-2-8c288950147b56d428c8ddffcfaf7998ce706651.tar.bz2 gentoo-2-8c288950147b56d428c8ddffcfaf7998ce706651.zip |
Version bump.
(Portage version: 2.2_rc67/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-1.0.0.ebuild (renamed from app-office/taskcoach/taskcoach-0.78.3.ebuild) | 13 |
2 files changed, 16 insertions, 5 deletions
diff --git a/app-office/taskcoach/ChangeLog b/app-office/taskcoach/ChangeLog index 561284daf83e..db0dad5d4250 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.42 2010/03/16 08:34:29 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/ChangeLog,v 1.43 2010/03/25 12:46:56 caster Exp $ + +*taskcoach-1.0.0 (25 Mar 2010) + + 25 Mar 2010; Vlastimil Babka <caster@gentoo.org> -taskcoach-0.78.3.ebuild, + +taskcoach-1.0.0.ebuild: + Version bump. *taskcoach-0.78.4 (16 Mar 2010) diff --git a/app-office/taskcoach/taskcoach-0.78.3.ebuild b/app-office/taskcoach/taskcoach-1.0.0.ebuild index e6be9c63a7a1..a38d312a4a7b 100644 --- a/app-office/taskcoach/taskcoach-0.78.3.ebuild +++ b/app-office/taskcoach/taskcoach-1.0.0.ebuild @@ -1,6 +1,6 @@ # 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.78.3.ebuild,v 1.1 2010/01/31 20:18:56 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/taskcoach-1.0.0.ebuild,v 1.1 2010/03/25 12:46:56 caster Exp $ EAPI=1 @@ -22,14 +22,13 @@ RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_P}" -# disappeared in 0.73.2, maybe will appear again? -#DOCS="CHANGES.txt" +DOCS="CHANGES.txt" src_unpack() { distutils_src_unpack cd "${S}" - elog "Removing Funambol support, works only on x86 and python 2.5." + einfo "Removing Funambol support, works only on x86 and python 2.5." rm -fv taskcoachlib/bin.in/linux/*.so || die } @@ -46,3 +45,9 @@ src_install() { doicon "icons.in/${PN}.png" || die make_desktop_entry ${PN} "Task Coach" ${PN} Office || die } + +pkg_postinst() { + elog "With version 1.0, taskcoach could be stabilized if there is user interest." + elog "If you run a stable stable system and had to keyword taskcoach, please file a bug" + elog "on bugs.gentoo.org (search for taskcoach first and if such bug already exists, comment on it instead)" +} |