This is a newer version of regexxer - 0.9, since the current one (0.8) in Portage does not work (see http://bugs.gentoo.org/show_bug.cgi?id=149772). It's a simple copy of the older one (0.8), with two small changes (see attached patch). I have only tested the ebuild on amd64 and it works fine for me. Reproducible: Always
Created attachment 117949 [details] regexxer-0.9.ebuild
Created attachment 117950 [details, diff] Patch for regexxer-0.8 This is the diff between the older regexxer-0.8 and my regexxer-0.9.
Unfortunately regexxer-0.9 doesn't build. src/statusline.cc: In constructor ‘Regexxer::StatusLine::StatusLine()’: src/statusline.cc:284: error: ‘class Gtk::Button’ has no member named ‘get_accessible’ make[2]: *** [src/statusline.o] Error 1
Scratch previous comment. With >=gtkmm-2.10.2 you need USE="accessibility" enabled, I've added a check for that. 0.9 is in tree now, expect it on your mirror in next hour or so..