Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 91808 - gaim-latex-0.2.ebuild (New Package)
Summary: gaim-latex-0.2.ebuild (New Package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Gaim Bugs Crew
URL:
Whiteboard:
Keywords: EBUILD, InVCS
Depends on:
Blocks:
 
Reported: 2005-05-07 09:51 UTC by sbriglie
Modified: 2005-05-10 08:01 UTC (History)
1 user (show)

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


Attachments
gaim-latex-0.2.ebuild (gaim-latex-0.2.ebuild,699 bytes, text/plain)
2005-05-07 09:53 UTC, sbriglie
Details
tex2im-1.8.ebuild (tex2im-1.8.ebuild,496 bytes, text/plain)
2005-05-07 09:54 UTC, sbriglie
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sbriglie 2005-05-07 09:51:47 UTC
Hi! 
You will find attached two ebuilds: the first one is for gaim-latex 0.2, a gaim plugin that allows rendering of latex formulae encapsulated in [tex][/tex] tags in gaim messages. The second one is for tex2im 1.8, a required runtime dependency of gaim latex: it is a shell script that renders a latex formula and converts it to a variety of image formats using imagemagick (required dependency) convert tool. These two are my first ebuilds, I hope they work just fine. Anyway I have tested them only on x86.
I suggest net-im or x11-plugins for gaim-latex and dev-tex for tex2im.

Jacopo
Comment 1 sbriglie 2005-05-07 09:53:24 UTC
Created attachment 58279 [details]
gaim-latex-0.2.ebuild
Comment 2 sbriglie 2005-05-07 09:54:06 UTC
Created attachment 58280 [details]
tex2im-1.8.ebuild
Comment 3 Don Seiler (RETIRED) gentoo-dev 2005-05-10 08:01:21 UTC
Both packages in portage unstable.

Notes for future reference:

Your ebuilds looked good.  The tex2im ebuild listed "GPL" as the license, which isn't valid.  Look in /usr/portage/licenses for valid licenses.  Most are now GPL-2.

The gaim-latex package is on sourceforge mirrors, so the SRC_URI should use that mirror URI:

SRC_URI="mirror://sourceforge/gaim-latex/${P}.tar.gz"

Thanks again.