Created attachment 360908 [details] ropemacs 0.7 EAPI 5 ebuild Updated ropemacs ebuild is attached. It contains various fixes (patch no longer needed), uses EAPI5 and is somewhat simplified.
The postinst message should be handled by readme.gentoo.eclass instead. Otherwise, feel free to commit, unless the Python team has objections.
Created attachment 376838 [details] ropemacs-0.7.ebuild Updated ropemacs-0.7 ebuild that addresses the suggestions from https://bugs.gentoo.org/show_bug.cgi?id=488058#c1 Taken from my overlay @ https://gitorious.org/flow-s-ebuilds/flow-s-ebuilds/source/master:dev-python/ropemacs/ropemacs-0.7.ebuild
You should add [${PYTHON_USEDEP}] to the dependency atoms in DEPEND.
(In reply to Florian Schmaus from comment #2) > Created attachment 376838 [details] > ropemacs-0.7.ebuild Committed to tree, with some changes: - python2_6 removed from PYTHON_COMPAT - dependencies fixed, as suggested in comment #3 - pkg_postinst function removed (as it is the eclass default) Thanks everybody!