Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 496976 - app-text/robodoc-4.99.41 version bump
Summary: app-text/robodoc-4.99.41 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: EBUILD, PullRequest
Depends on:
Blocks:
 
Reported: 2014-01-04 16:39 UTC by Geaaru
Modified: 2019-02-10 03:34 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
robodoc-4.99.41 ebuild (robodoc-4.99.41.ebuild,1.18 KB, text/plain)
2014-01-04 16:39 UTC, Geaaru
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Geaaru 2014-01-04 16:39:28 UTC
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 1 Jeroen Roovers (RETIRED) gentoo-dev 2014-01-06 14:51:57 UTC
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
Comment 2 Larry the Git Cow gentoo-dev 2019-02-10 03:34:29 UTC
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(-)