Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 130641

Summary: dev-util/qfsm - A graphical tool for designing finite state machines
Product: Gentoo Linux Reporter: Robert Führicht <the_master_of_disaster>
Component: New packagesAssignee: Sergey Popov <pinkbyte>
Status: RESOLVED FIXED    
Severity: enhancement CC: christian, main.haarp, qt
Priority: High Keywords: EBUILD
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://qfsm.sf.net
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: dev-util/qfsm-0.43.ebuild
qfsm-0.50.ebuild
dev-util/qfsm-0.51.0
ebuild for qfsm-0.53.0
qfsm-0.53.0.ebuild

Description Robert Führicht 2006-04-20 12:03:29 UTC
qfsm 0.43 - a QT Finite State Machine Editor
Homepage: qfsm.sf.net
Comment 1 Robert Führicht 2006-04-20 12:04:25 UTC
Created attachment 85049 [details]
dev-util/qfsm-0.43.ebuild
Comment 2 Matteo Azzali (RETIRED) gentoo-dev 2009-01-12 22:04:18 UTC
Created attachment 178263 [details]
qfsm-0.50.ebuild

As I used it recently here comes the new version with some bugfixes/improvements and Qt4 support.
Comment 3 Robert A. 2009-06-04 18:33:37 UTC
Created attachment 193569 [details]
dev-util/qfsm-0.51.0

update to 0.51.0
Comment 4 haarp 2012-11-10 12:01:26 UTC
Created attachment 329098 [details]
ebuild for qfsm-0.53.0

I've rewritten the ebuild and updated qfsm to the newest version.
Comment 5 Sergey Popov gentoo-dev 2012-11-10 12:28:36 UTC
Created attachment 329102 [details]
qfsm-0.53.0.ebuild

Improved ebuild for qfsm 0.53.0
Comment 6 Sergey Popov gentoo-dev 2012-11-10 12:29:42 UTC
@qt, i will take this package, can i add you as maintainers too?
Comment 7 Sergey Popov gentoo-dev 2012-11-10 12:41:50 UTC
+*qfsm-0.53.0 (10 Nov 2012)
+
+  10 Nov 2012; Sergey Popov <pinkbyte@gentoo.org> +qfsm-0.53.0.ebuild,
+  +metadata.xml:
+  Initial commit wrt bug #130641. Ebuild is based on work of Robert Führicht,
+  Matteo Azzali, Robert A., haarp and me. Qt herd added to metadata, permission
+  granted by yngwin
Comment 8 haarp 2012-11-10 12:49:59 UTC
Neat, thank you!

There's one minor nitpick that remains, which is the fact that qfsm installs docs in /usr/share/doc/qfsm, while dodoc installs them in /usr/share/doc/qfsm-0.53.0, resulting in two different dirs. I couldn't figure out how to change that behaviour, though, and it carried over to your version, Sergey.
Comment 9 Sergey Popov gentoo-dev 2012-11-10 13:03:09 UTC
(In reply to comment #8)
> Neat, thank you!
> 
> There's one minor nitpick that remains, which is the fact that qfsm installs
> docs in /usr/share/doc/qfsm, while dodoc installs them in
> /usr/share/doc/qfsm-0.53.0, resulting in two different dirs. I couldn't
> figure out how to change that behaviour, though, and it carried over to your
> version, Sergey.

It seems that not only doc install path broken, but whole doc building process is. I will look on it later, but path problem is fixed for now.

+  10 Nov 2012; Sergey Popov <pinkbyte@gentoo.org> qfsm-0.53.0.ebuild:
+  Fix doc path installation, bug #130641. Thanks to haarp for reporting this
+  issue