Bug 55068 - updated app-editors/zile-1.7_beta3 ebuild
Bug#: 55068 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: All Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: amd64@gentoo.org Reported By: 3.14159@gmx.net
Component: Ebuilds
URL: 
Summary: updated app-editors/zile-1.7_beta3 ebuild
Keywords:  EBUILD
Status Whiteboard: 
Opened: 2004-06-24 12:38 0000
Description:   Opened: 2004-06-24 12:38 0000
Hi,

this ebuild contains one bugfix and one enhancement. first the bugfix is that zile authors directly tried to assign 2 va_list variables to eachother instead of using va_copy (results in a compile time error).
the enhancement is that latex isn't required anymore to build zile. this is acceived by patching the makefile not to built a ps document from a tex source any more. if someone wants this one ps document he has to set the doc useflag. new ebuild (adds src_unpack,new IUSE entry and ~amd64 keyword) and 2 patches will be attached.

------- Comment #1 From Thomas Weidner 2004-06-24 12:38:35 0000 -------
Created an attachment (id=34074) [details]
zile-1.7_beta3-r1.ebuild

------- Comment #2 From Thomas Weidner 2004-06-24 12:39:15 0000 -------
Created an attachment (id=34075) [details]
files/zile-1.7_beta3-compilefix.diff

------- Comment #3 From Thomas Weidner 2004-06-24 12:39:53 0000 -------
Created an attachment (id=34076) [details]
files/zile-1.7_beta3-norefcardps.diff

------- Comment #4 From Mamoru KOMACHI (RETIRED) 2004-06-25 12:44:48 0000 -------
Thanks for the patches. I added them to CVS. Please don't forget to add
`inherit eutils`
at the top of the ebuild when you use epatch in your ebuild. I reassign the bug
to
amd64 since I didn't touch ~amd64 keyword addition.

------- Comment #5 From Danny van Dyk (RETIRED) 2004-06-25 13:30:27 0000 -------
In CVS now, thanks!