Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 246918 - app-editors/tea-20.0.0 - version bump
Summary: app-editors/tea-20.0.0 - version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Peter Weller (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-15 14:49 UTC by Daniel Pielmeier
Modified: 2009-03-07 15:39 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
tea-20.0.0.ebuild (tea-20.0.0.ebuild,946 bytes, text/plain)
2008-11-15 14:50 UTC, Daniel Pielmeier
Details
tea-20.0.0.diff (tea-20.0.0.diff,2.27 KB, patch)
2008-11-16 21:09 UTC, Daniel Pielmeier
Details | Diff
tea-20.0.0.diff (tea-20.0.0.diff,2.27 KB, patch)
2008-11-16 22:00 UTC, Daniel Pielmeier
Details | Diff
diff to tea-17.6.6 (tea-21.0.3.diff,2.26 KB, patch)
2008-12-03 19:58 UTC, Daniel Pielmeier
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Pielmeier gentoo-dev 2008-11-15 14:49:29 UTC
Released 2008.10.12

Interface changed from gtk+ to qt. Make install does not work due to hardcoded Install paths. Support for aspell will be included if aspell is present on the system. So if aspell is installed and the spell use flag is unset for tea, spell checking support will be built regardless of this setting. Solution would be to patch the src.pro file of tea.
Comment 1 Daniel Pielmeier gentoo-dev 2008-11-15 14:50:06 UTC
Created attachment 171864 [details]
tea-20.0.0.ebuild
Comment 2 Peter Volkov (RETIRED) gentoo-dev 2008-11-16 20:52:04 UTC
Daniel, please, don't attach full ebuild, attach diff to the latest version in portage. Thanks.
Comment 3 Daniel Pielmeier gentoo-dev 2008-11-16 21:09:46 UTC
Created attachment 172020 [details, diff]
tea-20.0.0.diff

(In reply to comment #2)
> Daniel, please, don't attach full ebuild, attach diff to the latest version in
> portage. Thanks.
> 

In this case attaching the full ebuild is probably the best way as this is almost a complete rewrite of the ebuild currently in the tree. As I have mentioned above the interface has changed from gtk+ to qt and this changes a lot. So a diff to the current ebuild does not make sense to me. Anyway I have attached it now.
Comment 4 Daniel Pielmeier gentoo-dev 2008-11-16 22:00:29 UTC
Created attachment 172028 [details, diff]
tea-20.0.0.diff

use doicon
Comment 5 nm (RETIRED) gentoo-dev 2008-12-03 06:51:33 UTC
Looks like 17.6.6 and older need to be renamed to teagtk. The project kind of forked itself, though upstream seems to be maintaining both. More news here:

http://community.livejournal.com/tea4linux/
Comment 6 Daniel Pielmeier gentoo-dev 2008-12-03 07:03:31 UTC
(In reply to comment #5)
> Looks like 17.6.6 and older need to be renamed to teagtk. The project kind of
> forked itself, though upstream seems to be maintaining both. More news here:
> http://community.livejournal.com/tea4linux/

I guess that is because there is now a qt and a gtk version so the author simply renamed the old version to have a way to distinguish between both toolkits used for tea.

Read changelog entry from July 04 2008 on http://tea-editor.sourceforge.net/ for more information.

Oh and there is already 21.0.3 out as it seems.
Comment 7 Daniel Pielmeier gentoo-dev 2008-12-03 19:58:08 UTC
Created attachment 174186 [details, diff]
diff to tea-17.6.6

Added x11-libs/qt-script dependency according to src.pro.

It seems tea also needs network and xml parts from qt, but I could not find out what are the appropriate dependencies are here.

from src.pro:
QT += network xml \
script svg
Comment 8 Opportunist 2009-01-03 09:32:58 UTC
TEA 22.0.1 available at http://tea-editor.sourceforge.net/downloads.html
Comment 9 Patrick Lauer gentoo-dev 2009-03-07 15:39:22 UTC
*tea-22.0.1 (07 Mar 2009)

  07 Mar 2009; Patrick Lauer <patrick@gentoo.org> +tea-22.0.1.ebuild:
  Bump to 22.0.1. Fixes #246918. Ebuild fixes by Daniel Pielmeier.