From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/crmsh/
Date: Sun, 13 Mar 2022 05:54:46 +0000 (UTC) [thread overview]
Message-ID: <1647150593.f2884cffd6f8b05d6324e9f63ed1c672b2b34be1.sam@gentoo> (raw)
commit: f2884cffd6f8b05d6324e9f63ed1c672b2b34be1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 13 05:49:21 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 13 05:49:53 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2884cff
sys-cluster/crmsh: [QA] use eautoreconf
- AUTOTOOLS_AUTORECONF was for autotools-utils.eclass, not autotools.eclass,
but autotools-utils.eclass (which is gone) wasn't being inherited anyway.
- Use eautoreconf instead of autogen.sh (handles everything we need, plus
inheriting autotools.eclass guarantees correct dependencies).
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-cluster/crmsh/crmsh-4.2.1-r2.ebuild | 43 +++++++++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
diff --git a/sys-cluster/crmsh/crmsh-4.2.1-r2.ebuild b/sys-cluster/crmsh/crmsh-4.2.1-r2.ebuild
new file mode 100644
index 000000000000..ffab4f2a9c1d
--- /dev/null
+++ b/sys-cluster/crmsh/crmsh-4.2.1-r2.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8,9} )
+
+if [[ ${PV} == *9999 ]]; then
+ EGIT_REPO_URI="https://github.com/crmsh/crmsh"
+ inherit git-3
+ S="${WORKDIR}/${PN}-${MY_TREE}"
+else
+ SRC_URI="https://github.com/crmsh/crmsh/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~hppa ~x86"
+fi
+
+inherit autotools python-r1
+
+DESCRIPTION="Pacemaker command line interface for management and configuration"
+HOMEPAGE="https://crmsh.github.io/"
+
+LICENSE="GPL-2"
+SLOT="0"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="${PYTHON_DEPS}
+ >=sys-cluster/pacemaker-1.1.9"
+RDEPEND="${DEPEND}
+ dev-python/lxml[${PYTHON_USEDEP}]
+ dev-python/parallax[${PYTHON_USEDEP}]
+"
+
+src_prepare() {
+ default
+
+ eautoreconf
+}
+
+src_install() {
+ emake DESTDIR="${D}" install
+ python_foreach_impl python_optimize
+}
next reply other threads:[~2022-03-13 5:54 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-13 5:54 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-17 8:14 [gentoo-commits] repo/gentoo:master commit in: sys-cluster/crmsh/ Michał Górny
2023-11-08 10:58 Sergey Popov
2022-11-25 8:56 Sergey Popov
2022-11-25 8:56 Sergey Popov
2022-08-10 3:31 Sam James
2021-05-08 12:43 Sergey Popov
2021-02-15 0:32 Sam James
2021-02-08 9:25 Alexys Jacob
2020-09-19 12:29 Michał Górny
2019-12-12 22:24 Alexys Jacob
2018-08-14 22:02 Alexys Jacob
2017-07-30 9:23 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=1647150593.f2884cffd6f8b05d6324e9f63ed1c672b2b34be1.sam@gentoo \
--to=sam@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