public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Rick Farina" <zerochaos@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-ppm-wiegand/
Date: Tue, 31 Mar 2020 15:04:02 +0000 (UTC)	[thread overview]
Message-ID: <1585667045.b6dc22cfdea85d2a07e7973fada179be756aa386.zerochaos@gentoo> (raw)

commit:     b6dc22cfdea85d2a07e7973fada179be756aa386
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 31 15:03:56 2020 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Tue Mar 31 15:04:05 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6dc22cf

net-wireless/gr-ppm-wiegand: fix qa warning

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 net-wireless/gr-ppm-wiegand/gr-ppm-wiegand-9999.ebuild | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/net-wireless/gr-ppm-wiegand/gr-ppm-wiegand-9999.ebuild b/net-wireless/gr-ppm-wiegand/gr-ppm-wiegand-9999.ebuild
index 793f5725988..6807b68ba67 100644
--- a/net-wireless/gr-ppm-wiegand/gr-ppm-wiegand-9999.ebuild
+++ b/net-wireless/gr-ppm-wiegand/gr-ppm-wiegand-9999.ebuild
@@ -27,3 +27,17 @@ RDEPEND="${PYTHON_DEPS}
 DEPEND="${RDEPEND}
 	dev-libs/boost:=
 	dev-util/cppunit"
+
+src_configure() {
+	#not supported by upstream...yet
+	mycmakeargs=(
+		-DGR_PKG_DOC_DIR="${EPREFIX}/usr/share/doc/${PF}"
+	)
+	cmake-utils_src_configure
+}
+
+src_install(){
+	default
+	dodir "/usr/share/doc/${PF}"
+	mv "${ED}/usr/share/doc/${PN}" "${ED}/usr/share/doc/${PF}"
+}


             reply	other threads:[~2020-03-31 15:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-31 15:04 Rick Farina [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-03-26 20:20 [gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-ppm-wiegand/ Rick Farina

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=1585667045.b6dc22cfdea85d2a07e7973fada179be756aa386.zerochaos@gentoo \
    --to=zerochaos@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