Bug 68085 - app-editors/kile-1.7.1 (new version)
Bug#: 68085 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: kde@gentoo.org Reported By: ehud42@gmail.com
Component: Applications
URL: 
Summary: app-editors/kile-1.7.1 (new version)
Keywords:  
Status Whiteboard: 
Opened: 2004-10-18 17:59 0000
Description:   Opened: 2004-10-18 17:59 0000
New version of kile out.

Reproducible: Always
Steps to Reproduce:

------- Comment #1 From Andrew 2004-10-18 18:02:15 0000 -------
Created an attachment (id=42134) [details]
Kile 1.7.1 Ebuild

This is basically the 1.7beta2 ebuild without the $MY_P stuff.

------- Comment #2 From Carsten Lohrke 2004-10-19 15:35:16 0000 -------
committed :)

------- Comment #3 From Federico Zenith 2004-10-22 01:18:39 0000 -------
From version 1.7, kile will adopt a system similar to K3b's for i18n strings
(i.e.: there is a separate package). I predated K3b's ebuild (which had a
mistake that will be reported in a separate bugreport, BTW), and made a version
of kile 1.7.1 that compiles on my machine.

------- Comment #4 From Federico Zenith 2004-10-22 01:21:30 0000 -------
Created an attachment (id=42404) [details]
Ebuild for Kile 1.7.1, with i18n support

------- Comment #5 From Federico Zenith 2004-10-26 00:47:30 0000 -------
Created an attachment (id=42602) [details]
Improved ebuild

This ebuild implements a suggestion from bug 68522; the -w 10000 option in the
last fmt call ensures that if someone wants all possible languages, the output 

will not be cut at 75 characters (e.g. university or multinational-company 
machines may actually want this for their foreign users, so this is not only a 

theoretical case).

Currently the LANGS variable is only 48 characters long, so this is just "good
practice" to avoid problems in the future, when more translations will be
available.

------- Comment #6 From Carsten Lohrke 2004-10-26 09:18:55 0000 -------
Thanks for pointing to the i18n tarball, Frederico. Same for the |fmt issue. It
wasn't an issue while testing, because I had an extra echo in the src_compile,
which "stringified" it, but I removed it later. Regarding "need-kde" in your
own ebuilds: Please make sure to call it after R/DEPEND. This fixes not all
issues with it, but the most problematic one.

------- Comment #7 From Federico Zenith 2004-10-27 00:02:53 0000 -------
Thanks for the suggestion Carsten, I wasn't aware of the placement issue of
need-kde. I confirm spotting the ebuild in portage, I think the bug can be
closed if there are no other comments.