Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 296817 - new ebuild for tkgate-2.0-b10
Summary: new ebuild for tkgate-2.0-b10
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal with 1 vote (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-14 02:40 UTC by Ivan Filgueiras
Modified: 2019-01-10 08:24 UTC (History)
3 users (show)

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


Attachments
Initial ebuild for tkgate-2.0 (tkgate-2.0.ebuild,615 bytes, text/plain)
2009-12-14 02:41 UTC, Ivan Filgueiras
Details
Patch to fix the symlinks (tkgate-install-symlink.patch,477 bytes, patch)
2010-11-05 14:32 UTC, Paulo Matias
Details | Diff
New ebuild (tkgate-2.0_beta10.ebuild,617 bytes, text/plain)
2010-11-05 14:33 UTC, Paulo Matias
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Filgueiras 2009-12-14 02:40:57 UTC
There is a new version of tkgate around. Although it is still beta, it is very stable and it now uses the autotools build system, so it is much easier to packaged (the 1.x series weren't).

I made an initial ebuild, but it is very simple. It does not create an icon for the application in the desktop menu, and I get some strange error when I try to simulate something. But it is a start.

Reproducible: Always

Steps to Reproduce:
Comment 1 Ivan Filgueiras 2009-12-14 02:41:48 UTC
Created attachment 212948 [details]
Initial ebuild for tkgate-2.0

Initial ebuild. Needs a lot of work in it.
Comment 2 Rafael Martins (RETIRED) gentoo-dev 2010-10-29 16:02:03 UTC
assigning to myself
Comment 3 Ilya Dmitrichenko 2010-11-04 23:36:25 UTC
first error I get -
Failed to start simulator '/usr/share/tkgate/libexec/verga'

Comment 4 Ilya Dmitrichenko 2010-11-04 23:36:54 UTC
(00110101:cross-avr/gdb-7.2/work) 0 #>ls /usr/share/tkgate/libexec/ -la
total 1
drwxr-xr-x  2 root root  96 2010-11-04 23:33 .
drwxr-xr-x 14 root root 600 2010-11-04 23:33 ..
lrwxrwxrwx  1 root root  14 2010-11-04 23:33 tkgate -> usr/bin/tkgate
lrwxrwxrwx  1 root root  13 2010-11-04 23:33 verga -> usr/bin/verga
Comment 5 Ilya Dmitrichenko 2010-11-04 23:39:40 UTC
I remeber that gentoo has rules regarding libexec and such that these should go into common place for all packages .. so instead off that directory what really should be used is /usr/libexec/tkgate/ ..
Comment 6 Paulo Matias 2010-11-05 14:32:34 UTC
Created attachment 253283 [details, diff]
Patch to fix the symlinks
Comment 7 Paulo Matias 2010-11-05 14:33:06 UTC
Created attachment 253285 [details]
New ebuild
Comment 8 Paulo Matias 2010-11-05 14:34:44 UTC
New ebuild. Still simple, but it's working nicely.