Created attachment 525456 [details] a working ebuild. Patch for darwin ommited. Since Nov 18, 2014, there is new release of odt2txt. Beside that: They moved their code to github. https://github.com/dstosberg/odt2txt
Thank you for your contribution. I had a short look on the ebuild. Here a few ideas: * Please test the ebuild with repoman full -x https://wiki.gentoo.org/wiki/Repoman * We always try to use the latest EAPI, please bump to EAPI=6 * KEYWORDS need ~ after a version bump run ekeyword ~all YOUREBUILD * please fix the header. (see /usr/portage/skel.ebuild and https://devmanual.gentoo.org/ebuild-writing/eapi/) * We usually sort the KEYWORDS as ekeywords does. This makes comparison between packages easier. Simply run ekeywords on the ebuild to let it sort.
after a bump to EAPI 6, you will not need eutils anymore.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78d1f199c40ba158a02b055b79e07d66d708397f commit 78d1f199c40ba158a02b055b79e07d66d708397f Author: Labbe Corentin <clabbe.montjoie@gmail.com> AuthorDate: 2018-04-09 10:26:58 +0000 Commit: Jonas Stein <jstein@gentoo.org> CommitDate: 2018-04-09 17:51:12 +0000 app-text/odt2txt: bump to 0.5 Closes: https://bugs.gentoo.org/651548 Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-text/odt2txt/Manifest | 1 + .../odt2txt/files/odt2txt-0.5-darwin_iconv.patch | 14 +++++++++ app-text/odt2txt/odt2txt-0.5.ebuild | 34 ++++++++++++++++++++++ 3 files changed, 49 insertions(+)