Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 94379 - app-office/kmymoney2-0.7.1 - Fixed dependencies and patched csv-export
Summary: app-office/kmymoney2-0.7.1 - Fixed dependencies and patched csv-export
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-29 04:50 UTC by lefou
Modified: 2005-05-29 07:50 UTC (History)
0 users

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


Attachments
the fixed ebuild (kmymoney2-0.7.1.ebuild,871 bytes, text/plain)
2005-05-29 04:51 UTC, lefou
Details
patch to correct csv-export (0.7.1-csv-export.patch,5.90 KB, patch)
2005-05-29 04:52 UTC, lefou
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description lefou 2005-05-29 04:50:23 UTC
1. Fixed the dependency for libofx to reflect the minimal needed version of 
0.7 
 
2. Patched the CSV-Export, because the default Separator is ',', which is the 
same for currencies in Germany means "Total",70,34 means 70 Euro and 34 Cent 
I replaced it be a tab-symbol '\t' and extracted all occurencies of that 
symbol into a variable, tho the author can provide a configure option easyly. 
 

Reproducible: Always
Steps to Reproduce:
for 1. when building, configure claims, that libofx is not present (use flag 
ofx enabled) 
 
for 2. Create a Report an the click export. The exportet file looks like 
described above. 
 
Actual Results:  
 


Portage 2.0.51.19 (default-linux/x86/2005.0, gcc-3.3.5-20050130, 
glibc-2.3.4.20040808-r1, 2.6.11-gentoo-r9 i686) 
================================================================= 
System uname: 2.6.11-gentoo-r9 i686 Intel(R) Pentium(R) M processor 1500MHz 
Gentoo Base System version 1.4.16 
Python:              dev-lang/python-2.3.5 [2.3.5 (#1, Apr 29 2005, 10:35:25)] 
distcc 2.16 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) 
[disabled] 
ccache version 2.3 [enabled] 
dev-lang/python:     2.3.5 
sys-apps/sandbox:    [Not Present] 
sys-devel/autoconf:  2.59-r6, 2.13 
sys-devel/automake:  1.7.9-r1, 1.8.5-r3, 1.5, 1.4_p6, 1.6.3, 1.9.5 
sys-devel/binutils:  2.15.92.0.2-r7 
sys-devel/libtool:   1.5.16 
virtual/os-headers:  2.6.8.1-r2 
ACCEPT_KEYWORDS="x86" 
AUTOCLEAN="yes" 
CFLAGS="-pipe -O3 -march=pentium4 -fomit-frame-pointer -ftracer" 
CHOST="i686-pc-linux-gnu" 
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /var/qmail/control" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/texmf/web2c /etc/env.d" 
CXXFLAGS="-pipe -O3 -march=pentium4 -fomit-frame-pointer -ftracer" 
DISTDIR="/archie/software/gentoo/distfiles" 
FEATURES="autoaddcvs autoconfig candy ccache distlocks sandbox sfperms strict" 
GENTOO_MIRRORS="ftp://ftp.wh2.tu-dresden.de/pub/mirrors/gentoo 
ftp://ftp.tu-clausthal.de/pub/linux/gentoo/ 
http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/" 
LDFLAGS="-Wl,-O1" 
LINGUAS="de" 
MAKEOPTS="-j2" 
PKGDIR="/var/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/var/portage" 
PORTDIR_OVERLAY="/var/portage/local" 
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" 
USE="x86 X a52 aac aalib acpi alsa apache2 apm arts avi bash-completion berkdb 
bitmap-fonts bluetooth bonobo bzip2 cdparanoia cdr crypt cups curl dga 
divx4linux dri dv dvd dvdr dvdread emacs emboss encode esd faac faad2 fam 
ffmpeg firebird flac foomaticdb gdbm gif glx gnokii gphoto2 gpm gstreamer gtk 
gtk2 gtkhtml guile hal ieee1394 imagemagick imlib innodb ipv6 irda ithreads 
jack java jpeg jpeg2k junit kde kdeenablefinal kdexdeltas ldap libg++ libwww 
lzw-tiff mad mikmod mjpeg mmx mng motif mp3 mpeg mysql ncurses nls nptl odbc 
ogg oggvorbis opengl oss pam pcre pda pdflib perl pic plotutils png python qt 
quicktime readline samba scanner sdl slang sms speex spell sqlite sqlite3 sse 
sse2 ssl svg svga tcltk tcpd tetex theora threads tiff truetype truetype-fonts 
type1-fonts unicode usb userlocales v4l vidix vorbis wifi win32codecs xine 
xinerama xml xml2 xmms xosd xv xvid xvmc yv12 zlib linguas_de userland_GNU 
kernel_linux elibc_glibc" 
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL
Comment 1 lefou 2005-05-29 04:51:29 UTC
Created attachment 60086 [details]
the fixed ebuild
Comment 2 lefou 2005-05-29 04:52:41 UTC
Created attachment 60087 [details, diff]
patch to correct csv-export
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2005-05-29 04:59:09 UTC
GENTOO LINUX IS WHERE YOU PUT EBUILD BUGS.
Comment 4 lefou 2005-05-29 05:09:18 UTC
I commited the csv-patch to sf.net as BUG 1210755. 
Comment 5 Gregorio Guidi (RETIRED) gentoo-dev 2005-05-29 07:49:22 UTC
Committed, thanks.   
Comment 6 Gregorio Guidi (RETIRED) gentoo-dev 2005-05-29 07:50:25 UTC
Stupid bugzilla, sorry. 
Comment 7 Gregorio Guidi (RETIRED) gentoo-dev 2005-05-29 07:50:35 UTC
.