diff options
author | Vlastimil Babka <caster@gentoo.org> | 2010-08-28 21:22:08 +0000 |
---|---|---|
committer | Vlastimil Babka <caster@gentoo.org> | 2010-08-28 21:22:08 +0000 |
commit | 76d4ffb8588101713ac5e62e2cad3013e2281eac (patch) | |
tree | 94a8de7ec81ceb70f3c27e6d01bfbf2c494d5465 /app-office | |
parent | Add support for static-libs USE flag, including support for .la files removal... (diff) | |
download | gentoo-2-76d4ffb8588101713ac5e62e2cad3013e2281eac.tar.gz gentoo-2-76d4ffb8588101713ac5e62e2cad3013e2281eac.tar.bz2 gentoo-2-76d4ffb8588101713ac5e62e2cad3013e2281eac.zip |
Version bump. Changes the task file format.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/taskcoach/ChangeLog | 8 | ||||
-rw-r--r-- | app-office/taskcoach/taskcoach-1.0.10.ebuild | 8 | ||||
-rw-r--r-- | app-office/taskcoach/taskcoach-1.1.1.ebuild (renamed from app-office/taskcoach/taskcoach-1.0.9.ebuild) | 8 |
3 files changed, 9 insertions, 15 deletions
diff --git a/app-office/taskcoach/ChangeLog b/app-office/taskcoach/ChangeLog index f1fc1f84a7d6..a74dd3edba5e 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.53 2010/08/21 17:06:00 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/ChangeLog,v 1.54 2010/08/28 21:22:08 caster Exp $ + +*taskcoach-1.1.1 (28 Aug 2010) + + 28 Aug 2010; Vlastimil Babka <caster@gentoo.org> -taskcoach-1.0.9.ebuild, + taskcoach-1.0.10.ebuild, +taskcoach-1.1.1.ebuild: + Version bump. Changes the task file format. *taskcoach-1.0.10 (21 Aug 2010) diff --git a/app-office/taskcoach/taskcoach-1.0.10.ebuild b/app-office/taskcoach/taskcoach-1.0.10.ebuild index 7e36697e5dee..788883ab494b 100644 --- a/app-office/taskcoach/taskcoach-1.0.10.ebuild +++ b/app-office/taskcoach/taskcoach-1.0.10.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-1.0.10.ebuild,v 1.1 2010/08/21 17:06:00 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/taskcoach-1.0.10.ebuild,v 1.2 2010/08/28 21:22:08 caster Exp $ EAPI=3 @@ -51,9 +51,3 @@ 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 enough user interest." - elog "If you run a stable stable system and had to keyword taskcoach, please comment/vote" - elog "on http://bugs.gentoo.org/show_bug.cgi?id=311841" -} diff --git a/app-office/taskcoach/taskcoach-1.0.9.ebuild b/app-office/taskcoach/taskcoach-1.1.1.ebuild index 4a8ae8932574..c60d9fb92d29 100644 --- a/app-office/taskcoach/taskcoach-1.0.9.ebuild +++ b/app-office/taskcoach/taskcoach-1.1.1.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-1.0.9.ebuild,v 1.1 2010/08/10 20:06:10 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/taskcoach/taskcoach-1.1.1.ebuild,v 1.1 2010/08/28 21:22:08 caster Exp $ EAPI=3 @@ -51,9 +51,3 @@ 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 enough user interest." - elog "If you run a stable stable system and had to keyword taskcoach, please comment/vote" - elog "on http://bugs.gentoo.org/show_bug.cgi?id=311841" -} |