From: "Kurt Kanzenbach" <kurt@kmk-computers.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-embedded/rauc/
Date: Fri, 1 May 2020 11:45:49 +0000 (UTC) [thread overview]
Message-ID: <1588333496.ae18ad5d3112bd7511749a2235d0f20cdf60f09a.KurtKanzenbach@gentoo> (raw)
commit: ae18ad5d3112bd7511749a2235d0f20cdf60f09a
Author: Kurt Kanzenbach <kurt <AT> kmk-computers <DOT> de>
AuthorDate: Fri May 1 11:44:52 2020 +0000
Commit: Kurt Kanzenbach <kurt <AT> kmk-computers <DOT> de>
CommitDate: Fri May 1 11:44:56 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ae18ad5d
dev-embedded/rauc: Use docs eclass
That one takes care of everything regarding the documentation.
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Kurt Kanzenbach <kurt <AT> kmk-computers.de>
dev-embedded/rauc/rauc-1.3.ebuild | 18 ++++++------------
1 file changed, 6 insertions(+), 12 deletions(-)
diff --git a/dev-embedded/rauc/rauc-1.3.ebuild b/dev-embedded/rauc/rauc-1.3.ebuild
index 5fb6586..686a41b 100644
--- a/dev-embedded/rauc/rauc-1.3.ebuild
+++ b/dev-embedded/rauc/rauc-1.3.ebuild
@@ -3,6 +3,11 @@
EAPI=7
+DOCBUILDER="sphinx"
+DOCDIR="${S}/docs"
+
+inherit docs
+
DESCRIPTION="Lightweight update client that runs on your Embedded Linux device"
HOMEPAGE="https://rauc.io/"
SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz"
@@ -10,13 +15,12 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz"
SLOT="0"
LICENSE="LGPL-2.1"
KEYWORDS="~amd64 ~x86"
-IUSE="doc json network service test"
+IUSE="json network service test"
RESTRICT="!test? ( test )"
BDEPEND="
virtual/pkgconfig
- doc? ( dev-python/sphinx )
test? ( sys-fs/squashfs-tools )
"
RDEPEND="
@@ -40,13 +44,3 @@ src_configure() {
)
econf "${myconf[@]}"
}
-
-src_compile() {
- default
- use doc && emake doc
-}
-
-src_install() {
- use doc && local HTML_DOCS=( docs/build/html/. )
- default
-}
next reply other threads:[~2020-05-01 11:45 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-01 11:45 Kurt Kanzenbach [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-07 20:08 [gentoo-commits] repo/proj/guru:dev commit in: dev-embedded/rauc/ Kurt Kanzenbach
2024-02-14 18:04 Kurt Kanzenbach
2024-01-26 16:25 Kurt Kanzenbach
2023-08-16 19:03 Kurt Kanzenbach
2022-10-02 13:36 Kurt Kanzenbach
2021-08-29 11:07 Kurt Kanzenbach
2020-12-06 10:49 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-12-06 10:46 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-06-05 17:35 Kurt Kanzenbach
2020-05-30 8:50 Kurt Kanzenbach
2020-05-01 15:58 Kurt Kanzenbach
2020-05-01 15:58 Kurt Kanzenbach
2020-05-01 9:31 Kurt Kanzenbach
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=1588333496.ae18ad5d3112bd7511749a2235d0f20cdf60f09a.KurtKanzenbach@gentoo \
--to=kurt@kmk-computers.de \
--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