summaryrefslogtreecommitdiff
path: root/app-text/robodoc
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-04-12 03:41:30 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-04-12 03:41:30 +0100
commit623ee73d661e5ed8475cb264511f683407d87365 (patch)
tree993eb27c93ec7a2d2d19550300d888fc1fed9e69 /app-text/robodoc
parentceeeb463cc1eef97fd62eaee8bf2196ba04bc384 (diff)
gentoo Easter resync : 12.04.2020
Diffstat (limited to 'app-text/robodoc')
-rw-r--r--app-text/robodoc/Manifest4
-rw-r--r--app-text/robodoc/files/robodoc-4.99.43_clean_libc.patch13
-rw-r--r--app-text/robodoc/metadata.xml2
-rw-r--r--app-text/robodoc/robodoc-4.99.43-r1.ebuild32
4 files changed, 49 insertions, 2 deletions
diff --git a/app-text/robodoc/Manifest b/app-text/robodoc/Manifest
index f6b05715d145..901c7b018bda 100644
--- a/app-text/robodoc/Manifest
+++ b/app-text/robodoc/Manifest
@@ -1,3 +1,5 @@
+AUX robodoc-4.99.43_clean_libc.patch 388 BLAKE2B 394a16b5d0ae62318ddb6ed423aa5194ce03409cb1999494ce69325704cbf9204001b846f4dd71bbec5d579c6a0fd26c728625c7627a2f58c11efb44024bc037 SHA512 a81332d40cbb3fc638beb3867d0a31bf78f9d33b567a81b1effae38c6db67b7952faab8e2f62059e2d95e9cd70d18ccdcd8d75aad2e6744cd8e9f35701a4dc9c
DIST robodoc-4.99.43.tar.gz 310182 BLAKE2B f8f83c50f51e1f690068b881b51a91369bba3c6b1a9be534fd50887abbf6f06cd90706039865bd0ffdd454b4776ab6e5a1d62dbaf12f459bf1eca0e5872f7e29 SHA512 b9d8758512f6921ca773574ed57763b6eaa203134f13839b8b6f89072bb9a5c0b061bcde816ca8cc64ec72aab7566465ffb0ff2f6a0ead66b50058cb5974fff6
+EBUILD robodoc-4.99.43-r1.ebuild 620 BLAKE2B 6c75df0757db56ebaab1e68ed715aa08fc17a44642a289859bce562c01233e5696d6e2e563f7f39670de8615c4fa29ee9c9425bcd661f6588f9042b827d8dee5 SHA512 8f3c03a4cae79f4795c1828988071c4ee5b39fa222465944687fcc52a235c0780cb648bcccca2d11606be4624e5c1f573789da422b5e33cc7dda7bc9aab1acd0
EBUILD robodoc-4.99.43.ebuild 570 BLAKE2B f4f805f0bf9cf74fbb6ae70ce65a9d3798a84855ea38d2b3c376eb91de0396f71727f21a0036af952e5ab239b18070ef511b4227d8ac7d3359bf35ea91d82fcd SHA512 3eefa446ac0fd6e89043dd2ab9fcb3c5be48bfb978ba3ac784e8dced8533ae9634d9d9ee7c69be7b5c9621fdec711c2fa1e2a892073940bbfab7d42b4491fa2e
-MISC metadata.xml 458 BLAKE2B 0ec0fedeb47cf44bb16ad0e30fb59dc8c5be8a00f0e08b681228a405cbf9f5fa10f8bfc3bdf6c9b59ff03eb290ef53748fb9d752fd097fdeaf977b47332c3662 SHA512 95ae90341b2c5304348ea4b96a8a98f97413fc250438345617bc82e51ab2407f702424954ae2f8d753ef65d48de57dcb92f96218e2c4629e81418f1c648326ce
+MISC metadata.xml 457 BLAKE2B 038453d5c13c125d7460bb89c81138111b01e4906c2809cc44659c84db131b84bdbb1ddaf6e609afc9b63071d2232af69fbad5f5a471eabc2580c40b4fdf0dc1 SHA512 56cf72fc87ed198624682942e3cad00c9342ed795efddea0954d098f6e159c44b8777e8ccda766aa436079855476ab44cc05d650cd2c09dd8cfb83f8cb30a453
diff --git a/app-text/robodoc/files/robodoc-4.99.43_clean_libc.patch b/app-text/robodoc/files/robodoc-4.99.43_clean_libc.patch
new file mode 100644
index 000000000000..db2b112641a8
--- /dev/null
+++ b/app-text/robodoc/files/robodoc-4.99.43_clean_libc.patch
@@ -0,0 +1,13 @@
+diff --git a/Source/troff_generator.c b/Source/troff_generator.c
+index 1b123b8..94ddcda 100644
+--- a/Source/troff_generator.c
++++ b/Source/troff_generator.c
+@@ -30,7 +30,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ #include <ctype.h>
+
+ #include <sys/param.h>
+-#include <sys/unistd.h>
++#include <unistd.h>
+
+ #include "troff_generator.h"
+ #include "util.h"
diff --git a/app-text/robodoc/metadata.xml b/app-text/robodoc/metadata.xml
index a746d82a0260..3e77b26bac9b 100644
--- a/app-text/robodoc/metadata.xml
+++ b/app-text/robodoc/metadata.xml
@@ -2,7 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
- <email>4z0r@ovidiu.at</email>
+ <email>ovi@ovidiu.at</email>
<name>Ovidiu - Dan Bogat</name>
</maintainer>
<maintainer type="project">
diff --git a/app-text/robodoc/robodoc-4.99.43-r1.ebuild b/app-text/robodoc/robodoc-4.99.43-r1.ebuild
new file mode 100644
index 000000000000..df1ddb680824
--- /dev/null
+++ b/app-text/robodoc/robodoc-4.99.43-r1.ebuild
@@ -0,0 +1,32 @@
+# 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
+}