From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ananicy/
Date: Tue, 13 Jul 2021 04:13:57 +0000 (UTC) [thread overview]
Message-ID: <1626149594.af25363fd96c9802defaaff6ea38786d9c987d73.sam@gentoo> (raw)
commit: af25363fd96c9802defaaff6ea38786d9c987d73
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 13 04:13:14 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 13 04:13:14 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af25363f
app-admin/ananicy: update EAPI 7 -> 8
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-admin/ananicy/ananicy-2.2.1-r1.ebuild | 22 +++++++++++++---------
1 file changed, 13 insertions(+), 9 deletions(-)
diff --git a/app-admin/ananicy/ananicy-2.2.1-r1.ebuild b/app-admin/ananicy/ananicy-2.2.1-r1.ebuild
index 7f383bf3689..d2188b3b440 100644
--- a/app-admin/ananicy/ananicy-2.2.1-r1.ebuild
+++ b/app-admin/ananicy/ananicy-2.2.1-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="7"
+EAPI=8
PYTHON_COMPAT=( python3_{8..10} pypy3 )
@@ -15,15 +15,17 @@ S="${WORKDIR}/${P^}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
-
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+ sys-process/schedtool"
BDEPEND="${PYTHON_DEPS}"
-RDEPEND="
- ${BDEPEND}
- sys-process/schedtool
-"
+
DOCS=( README.md )
-PATCHES=( "${FILESDIR}/${PN}-fix-sysctl-path.patch" )
+
+PATCHES=(
+ "${FILESDIR}/${PN}-fix-sysctl-path.patch"
+)
src_compile() {
return
@@ -31,7 +33,9 @@ src_compile() {
src_install() {
emake PREFIX="${D}" install
- python_fix_shebang "${ED}/usr/bin/ananicy"
- doinitd "${FILESDIR}/ananicy.initd"
+
+ python_fix_shebang "${ED}"/usr/bin/ananicy
+ doinitd "${FILESDIR}"/ananicy.initd
+
einstalldocs
}
next reply other threads:[~2021-07-13 4:14 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-13 4:13 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-07-27 3:21 [gentoo-commits] repo/gentoo:master commit in: app-admin/ananicy/ Sam James
2021-07-27 3:27 Sam James
2023-01-10 2:59 Sam James
2023-05-31 5:45 Sam James
2024-03-24 20:30 Arthur Zamarin
2024-10-03 9:19 Sam James
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=1626149594.af25363fd96c9802defaaff6ea38786d9c987d73.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