Created attachment 366966 [details] robodoc-4.99.41 ebuild It is available package app-text/robodoc-4.99.41 not available on portage, in attachment new ebuild.
Comment on attachment 366966 [details] robodoc-4.99.41 ebuild --- robodoc-4.99.36.ebuild 2009-06-10 00:35:06.000000000 +0200 +++ - 2014-01-06 15:51:38.843564638 +0100 @@ -4,9 +4,11 @@ EAPI=2 +inherit autotools + DESCRIPTION="Automating Software Documentation" HOMEPAGE="http://www.xs4all.nl/~rfsber/Robo/robodoc.html" -SRC_URI="http://www.xs4all.nl/~rfsber/Robo/DistSource/${P}.tar.gz" +SRC_URI="http://www.xs4all.nl/~rfsber/Robo/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" @@ -17,6 +19,13 @@ DEPEND="${RDEPEND}" src_configure() { + + sed -i -e 's/man_MANS.*/man_MANS =/' ${WORKDIR}/${PF}/Docs/makefile.am + sed -i -e 's/man1_MANS.*/man1_MANS =/' ${WORKDIR}/${PF}/Docs/makefile.am + + eautoreconf + eautomake + econf \ --docdir=/usr/share/doc/${PF} \ --disable-dependency-tracking @@ -28,6 +37,9 @@ insinto /usr/share/${PN} doins Contributions/* || die "doins failed" + insinto /usr/share/man/man1 + doins Docs/*.1 || die "doins relative to man1 failed" + rm -f "${D}"/usr/share/doc/${PF}/{COPYING,INSTALL} prepalldocs
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d9281d27be27d1e2378018ad199480b67bb8d60 commit 5d9281d27be27d1e2378018ad199480b67bb8d60 Author: Ovidiu - Dan Bogat <4z0r@ovidiu.at> AuthorDate: 2018-11-06 10:05:59 +0000 Commit: Aaron Bauman <bman@gentoo.org> CommitDate: 2019-02-10 03:34:15 +0000 app-text/robodoc: version bump to 4.99.43 EAPI=7 Robodoc got a version bump to 4.99.43 Closes: https://bugs.gentoo.org/496976 Suggested-by: Geaaru <geaaru@gmail.com> Signed-off-by: Ovidiu - Dan Bogat <4z0r@ovidiu.at> Package-Manager: Portage-2.3.49, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/10307 Signed-off-by: Aaron Bauman <bman@gentoo.org> app-text/robodoc/Manifest | 1 + app-text/robodoc/metadata.xml | 12 +++++++++++- app-text/robodoc/robodoc-4.99.43.ebuild | 34 +++++++++++++++++++++++++++++++++ 3 files changed, 46 insertions(+), 1 deletion(-)