From: "Jakov Smolić" <jsmolic@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/NaturalDocs/
Date: Mon, 21 Mar 2022 19:26:12 +0000 (UTC) [thread overview]
Message-ID: <1647890756.0991a574e48c11153c5e4cf231de0bb5decabff8.jsmolic@gentoo> (raw)
commit: 0991a574e48c11153c5e4cf231de0bb5decabff8
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 21 19:15:54 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Mon Mar 21 19:25:56 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0991a574
app-doc/NaturalDocs: Port to EAPI 8
Closes: https://bugs.gentoo.org/832265
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
...alDocs-1.52-r1.ebuild => NaturalDocs-1.52-r2.ebuild} | 17 ++++++-----------
1 file changed, 6 insertions(+), 11 deletions(-)
diff --git a/app-doc/NaturalDocs/NaturalDocs-1.52-r1.ebuild b/app-doc/NaturalDocs/NaturalDocs-1.52-r2.ebuild
similarity index 87%
rename from app-doc/NaturalDocs/NaturalDocs-1.52-r1.ebuild
rename to app-doc/NaturalDocs/NaturalDocs-1.52-r2.ebuild
index 636ab0980ab3..df30ac907202 100644
--- a/app-doc/NaturalDocs/NaturalDocs-1.52-r1.ebuild
+++ b/app-doc/NaturalDocs/NaturalDocs-1.52-r2.ebuild
@@ -1,32 +1,27 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="5"
+EAPI=8
inherit perl-module
DESCRIPTION="Extensible, multi-language source code documentation generator"
HOMEPAGE="http://www.naturaldocs.org/"
SRC_URI="mirror://sourceforge/naturaldocs/${P}.zip"
+S="${WORKDIR}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND="dev-lang/perl"
-DEPEND="${RDEPEND}
- app-arch/unzip"
-
-S="${WORKDIR}"
+BDEPEND="app-arch/unzip"
src_install() {
insinto /usr/share/${PN}
doins -r Styles Info JavaScript
insinto /etc/${PN}
- doins -r Config/*
+ doins -r Config/.
dosym ../../../etc/${PN} /usr/share/${PN}/Config
perl_set_version
@@ -43,7 +38,7 @@ src_install() {
dosym ../share/${PN}/${PN} /usr/bin/${PN}
# Documentation
- dohtml -r Help/*
+ dodoc -r Help/.
dosym ../doc/${PF}/html /usr/share/${PN}/Help
}
next reply other threads:[~2022-03-21 19:26 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-21 19:26 Jakov Smolić [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-11-01 9:48 [gentoo-commits] repo/gentoo:master commit in: app-doc/NaturalDocs/ Yixun Lan
2021-01-09 6:56 Sam James
2017-08-30 18:13 Fabian Groffen
2017-08-22 21:27 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1647890756.0991a574e48c11153c5e4cf231de0bb5decabff8.jsmolic@gentoo \
--to=jsmolic@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox