app-text/robodoc - 4.99.43 (gentoo)

Search

Install

Install this version:

emerge -a =app-text/robodoc-4.99.43

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-text/robodoc-4.99.43

Or alternatively:

emerge --autounmask-write -a =app-text/robodoc-4.99.43

Package Information

Description:
Automating Software Documentation
Homepage:
https://www.xs4all.nl/~rfsber/Robo/robodoc.html
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
4.99.43 7 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="Automating Software Documentation"
HOMEPAGE="https://www.xs4all.nl/~rfsber/Robo/robodoc.html"
SRC_URI="https://rfsber.home.xs4all.nl/Robo/archives/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="examples"

PATCHES=(
	"${FILESDIR}/${P}_clean_libc.patch"
)

RDEPEND=">=dev-util/ctags-5.3.1"
DEPEND="${RDEPEND}"

src_install() {
	default

	insinto /usr/share/${PN}
	doins Contributions/*

	if use examples; then
		insinto /usr/share/${PN}
		doins -r Examples/PerlExample
	fi
}

USE Flags

Manage flags for this package: euse -i <flag> -p app-text/robodoc | euse -E <flag> -p app-text/robodoc | euse -D <flag> -p app-text/robodoc

Global/Standard Flags

Dependencies

DEPEND

>=dev-util/ctags-5.3.1

RDEPEND

>=dev-util/ctags-5.3.1

Manifest for 4.99.43

Type File Size Source URLs
DIST robodoc-4.99.43.tar.gz 310182 bytes https://rfsber.home.xs4all.nl/Robo/archives/robodoc-4.99.43.tar.gz