From: "Rick Farina" <zerochaos@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-ieee802154/
Date: Fri, 18 Dec 2020 19:41:36 +0000 (UTC) [thread overview]
Message-ID: <1608320481.802dbf62ec24ebbab5f5d7294d88e2a5b6fe9e7a.zerochaos@gentoo> (raw)
commit: 802dbf62ec24ebbab5f5d7294d88e2a5b6fe9e7a
Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 18 17:20:35 2020 +0000
Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Fri Dec 18 19:41:21 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=802dbf62
net-wireless/gr-ieee802154: migrate from cmake-utils
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
net-wireless/gr-ieee802154/gr-ieee802154-0.0_p20191006-r1.ebuild | 8 ++++----
net-wireless/gr-ieee802154/gr-ieee802154-9999.ebuild | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/net-wireless/gr-ieee802154/gr-ieee802154-0.0_p20191006-r1.ebuild b/net-wireless/gr-ieee802154/gr-ieee802154-0.0_p20191006-r1.ebuild
index 56c457f84ab..22dfebd4833 100644
--- a/net-wireless/gr-ieee802154/gr-ieee802154-0.0_p20191006-r1.ebuild
+++ b/net-wireless/gr-ieee802154/gr-ieee802154-0.0_p20191006-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
-inherit cmake-utils python-single-r1
+inherit cmake python-single-r1
DESCRIPTION="IEEE 802.15.4 ZigBee Transceiver"
HOMEPAGE="https://github.com/bastibl/gr-ieee802-15-4"
@@ -41,7 +41,7 @@ src_prepare() {
sed -i '/${CPPUNIT_INCLUDE_DIRS}/d' CMakeLists.txt
sed -i '/${CPPUNIT_LIBRARY_DIRS}/d' CMakeLists.txt
sed -i '/GR_PKG_DOC_DIR/d' CMakeLists.txt
- cmake-utils_src_prepare
+ cmake_src_prepare
}
src_configure() {
@@ -49,10 +49,10 @@ src_configure() {
-DPYTHON_EXECUTABLE="${PYTHON}"
-DGR_PKG_DOC_DIR="/usr/share/doc/${P}"
)
- cmake-utils_src_configure
+ cmake_src_configure
}
src_install() {
- cmake-utils_src_install
+ cmake_src_install
python_optimize "${ED}/$(python_get_sitedir)"
}
diff --git a/net-wireless/gr-ieee802154/gr-ieee802154-9999.ebuild b/net-wireless/gr-ieee802154/gr-ieee802154-9999.ebuild
index 56c457f84ab..22dfebd4833 100644
--- a/net-wireless/gr-ieee802154/gr-ieee802154-9999.ebuild
+++ b/net-wireless/gr-ieee802154/gr-ieee802154-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
-inherit cmake-utils python-single-r1
+inherit cmake python-single-r1
DESCRIPTION="IEEE 802.15.4 ZigBee Transceiver"
HOMEPAGE="https://github.com/bastibl/gr-ieee802-15-4"
@@ -41,7 +41,7 @@ src_prepare() {
sed -i '/${CPPUNIT_INCLUDE_DIRS}/d' CMakeLists.txt
sed -i '/${CPPUNIT_LIBRARY_DIRS}/d' CMakeLists.txt
sed -i '/GR_PKG_DOC_DIR/d' CMakeLists.txt
- cmake-utils_src_prepare
+ cmake_src_prepare
}
src_configure() {
@@ -49,10 +49,10 @@ src_configure() {
-DPYTHON_EXECUTABLE="${PYTHON}"
-DGR_PKG_DOC_DIR="/usr/share/doc/${P}"
)
- cmake-utils_src_configure
+ cmake_src_configure
}
src_install() {
- cmake-utils_src_install
+ cmake_src_install
python_optimize "${ED}/$(python_get_sitedir)"
}
next reply other threads:[~2020-12-18 19:41 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-18 19:41 Rick Farina [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-04 11:46 [gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-ieee802154/ Thomas Beierlein
2025-04-04 11:46 Thomas Beierlein
2025-04-04 11:46 Thomas Beierlein
2024-06-11 10:13 Rick Farina
2023-04-06 2:18 Rick Farina
2023-04-04 23:55 Sam James
2022-12-21 23:19 Sam James
2022-09-08 0:58 Rick Farina
2022-09-04 21:30 Rick Farina
2022-09-04 12:12 David Seifert
2022-09-01 15:50 Rick Farina
2022-06-14 17:59 Thomas Beierlein
2021-02-15 2:19 Rick Farina
2021-01-28 3:55 Rick Farina
2020-12-22 15:46 Rick Farina
2020-12-18 19:41 Rick Farina
2020-10-11 14:36 Mikle Kolyada
2020-06-01 20:45 Rick Farina
2020-06-01 20:45 Rick Farina
2020-02-09 16:34 Michał Górny
2018-08-21 17:23 Richard Farina
2016-11-09 19:39 Richard 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=1608320481.802dbf62ec24ebbab5f5d7294d88e2a5b6fe9e7a.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