From: "Michael Orlitzky" <mjo@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/xjobs/
Date: Wed, 2 Oct 2024 11:30:09 +0000 (UTC) [thread overview]
Message-ID: <1727868601.e736cc9b07514dac3cde59ab6633d0d1a5efc989.mjo@gentoo> (raw)
commit: e736cc9b07514dac3cde59ab6633d0d1a5efc989
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 2 11:08:16 2024 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Wed Oct 2 11:30:01 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e736cc9b
sys-process/xjobs: update EAPI 7 -> 8, add missing BDEPEND
The ./configure script for this package needs sys-apps/which to detect
(f)lex. Obviously it would be better if it used "command -v", but to
avoid autoreconf'ing, this fixes the problem for now.
Closes: https://bugs.gentoo.org/940543
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
sys-process/xjobs/xjobs-20200726-r1.ebuild | 36 ++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/sys-process/xjobs/xjobs-20200726-r1.ebuild b/sys-process/xjobs/xjobs-20200726-r1.ebuild
new file mode 100644
index 000000000000..a9e6b55605c4
--- /dev/null
+++ b/sys-process/xjobs/xjobs-20200726-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Reads commands line by line and executes them in parallel"
+HOMEPAGE="https://www.maier-komor.de/xjobs.html"
+SRC_URI="https://www.maier-komor.de/${PN}/${P}.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples"
+
+# The ./configure script uses sys-apps/which to locate flex...
+BDEPEND="
+ app-alternatives/lex
+ sys-apps/which
+"
+
+# The ncurses/terminfo libraries are used to provide color and status
+# support; but, they're detected and enabled automagically by the build
+# system. Thus it would do no good to hide them behind a USE flag that
+# can't be turned off.
+DEPEND="sys-libs/ncurses:0="
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+ "${FILESDIR}/xjobs-20200726-command-v.patch"
+ "${FILESDIR}/xjobs-20200726-dont-page-tests.patch"
+)
+
+src_install() {
+ default
+ use examples && dodoc -r examples
+}
next reply other threads:[~2024-10-02 11:30 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-02 11:30 Michael Orlitzky [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-08 14:34 [gentoo-commits] repo/gentoo:master commit in: sys-process/xjobs/ Jakov Smolić
2025-03-08 11:20 Sam James
2024-10-12 1:00 Michael Orlitzky
2024-10-02 11:30 Michael Orlitzky
2024-01-08 12:03 Sam James
2020-09-17 14:56 Michael Orlitzky
2019-08-19 12:31 Michael Orlitzky
2019-08-19 11:37 Agostino Sarubbo
2019-08-19 5:57 Agostino Sarubbo
2018-08-23 12:42 Michael Orlitzky
2018-08-19 1:07 Mikle Kolyada
2018-08-18 22:15 Thomas Deutschmann
2018-02-17 17:46 Michael Orlitzky
2016-11-24 1:20 Michael Orlitzky
2016-11-24 1:20 Michael Orlitzky
2016-09-26 12:36 Agostino Sarubbo
2016-02-16 2:58 Michael Orlitzky
2015-12-24 15:58 Manuel Rüger
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=1727868601.e736cc9b07514dac3cde59ab6633d0d1a5efc989.mjo@gentoo \
--to=mjo@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