Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 230722 - ebuild for klatexformula-2.0.1
Summary: ebuild for klatexformula-2.0.1
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2008-07-04 11:20 UTC by marek wojciechowski
Modified: 2009-11-25 22:38 UTC (History)
2 users (show)

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


Attachments
klatexformula-2.0.1.ebuild (klatexformula-2.0.1.ebuild,651 bytes, text/plain)
2008-07-04 11:22 UTC, marek wojciechowski
Details
klatexformula-2.0.1.ebuild (klatexformula-2.0.1.ebuild,431 bytes, text/plain)
2008-07-04 16:49 UTC, marek wojciechowski
Details
klatexformula-3.0.1.ebuild (klatexformula-3.0.1.ebuild,607 bytes, text/plain)
2009-06-10 21:05 UTC, Gregorio Guidi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description marek wojciechowski 2008-07-04 11:20:43 UTC
ebuild works on my ~x86

Reproducible: Always
Comment 1 marek wojciechowski 2008-07-04 11:22:59 UTC
Created attachment 159518 [details]
klatexformula-2.0.1.ebuild

i putted this ebuild to app-office, but i'm not sure about that.
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2008-07-04 13:17:42 UTC
- The ebuild header is invalid¹
- empty RDEPEND is incorrect
- assuming this is a typical KDE 3 application, the custom src_install() is wrong


[1] http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=3
Comment 3 marek wojciechowski 2008-07-04 16:49:09 UTC
Created attachment 159546 [details]
klatexformula-2.0.1.ebuild

Mistakes are corrected now. I hope.
Comment 4 Gregorio Guidi 2009-06-10 21:05:44 UTC
Created attachment 194195 [details]
klatexformula-3.0.1.ebuild

Here's an ebuild I am using for the new klatexformula-3.0.1.

Version 3.0.1 is a rewrite, making klatexformula a pure Qt4 app (no KDE dependencies anymore). The ebuild is quite straightforward and does a simple qmake build process.

HTH