Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 48137 - x11-libs/qwt-4.2.0_rc1 - improved ebuild
Summary: x11-libs/qwt-4.2.0_rc1 - improved ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Patrick Kursawe (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2004-04-17 09:25 UTC by Carsten Lohrke (RETIRED)
Modified: 2004-05-24 08:38 UTC (History)
0 users

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


Attachments
qwt-4.2.0_rc1.ebuild (qwt-4.2.0_rc1.ebuild,1.22 KB, text/plain)
2004-04-17 09:30 UTC, Carsten Lohrke (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Carsten Lohrke (RETIRED) gentoo-dev 2004-04-17 09:25:50 UTC
 
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2004-04-17 09:30:11 UTC
Created attachment 29502 [details]
qwt-4.2.0_rc1.ebuild

- user defined CFLAGS
- added missing libqwt.so.4 symlink
- removed zipping of examples, I really don't want to explicitly unzip them
before using, other ebuilds I looked at don't do this, too.
Comment 2 Patrick Kursawe (RETIRED) gentoo-dev 2004-05-23 23:34:27 UTC
Since you have to copy the examples to a writable directory before using them I don't see much sense in not treating them like ordinary documentation files.

Changed the CFLAGS stuff (by appending to .pro instead of sed-ing the Makefiles), removed the -fno-exception stuff, added the symlink.

Thanks!
Comment 3 Carsten Lohrke (RETIRED) gentoo-dev 2004-05-24 08:38:17 UTC
>Since you have to copy the examples to a writable directory before using them I don't see much sense in not treating them like ordinary documentation files.

Only to save a few kb? It's not a real problem of course, but this doesn't make sense to me. I just think it's better, if Gentoo would be consistent at this point (either gzip'ed or not).