From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/autorandr/
Date: Fri, 25 Jun 2021 09:52:21 +0000 (UTC) [thread overview]
Message-ID: <1624614723.9a6b9601f9d481cbb92d9aeed667b7a1857f3e60.flow@gentoo> (raw)
commit: 9a6b9601f9d481cbb92d9aeed667b7a1857f3e60
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 25 09:52:03 2021 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Jun 25 09:52:03 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9a6b9601
x11-misc/autorandr: use distutils-r1
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
x11-misc/autorandr/autorandr-1.11.ebuild | 11 ++++++++---
x11-misc/autorandr/autorandr-9999.ebuild | 11 ++++++++---
2 files changed, 16 insertions(+), 6 deletions(-)
diff --git a/x11-misc/autorandr/autorandr-1.11.ebuild b/x11-misc/autorandr/autorandr-1.11.ebuild
index 0b461bc82..badd9b87c 100644
--- a/x11-misc/autorandr/autorandr-1.11.ebuild
+++ b/x11-misc/autorandr/autorandr-1.11.ebuild
@@ -3,7 +3,9 @@
EAPI=7
-inherit bash-completion-r1 systemd udev
+PYTHON_COMPAT=( python3_{7..10} )
+
+inherit bash-completion-r1 distutils-r1 systemd udev
if [[ "${PV}" = "9999" ]] ; then
inherit git-r3
@@ -18,7 +20,7 @@ HOMEPAGE="https://github.com/phillipberndt/autorandr"
LICENSE="GPL-3"
SLOT="0"
-IUSE="bash-completion +launcher systemd udev"
+IUSE="bash-completion launcher systemd udev"
RDEPEND="
launcher? ( x11-libs/libxcb )
@@ -30,16 +32,19 @@ DEPEND="
"
src_compile() {
+ distutils-r1_src_compile
+
if use launcher; then
emake contrib/autorandr_launcher/autorandr-launcher
fi
}
src_install() {
+ distutils-r1_src_install
+
doman autorandr.1
local targets=(
- autorandr
autostart_config
$(usex bash-completion bash_completion "")
$(usev launcher)
diff --git a/x11-misc/autorandr/autorandr-9999.ebuild b/x11-misc/autorandr/autorandr-9999.ebuild
index 0b461bc82..badd9b87c 100644
--- a/x11-misc/autorandr/autorandr-9999.ebuild
+++ b/x11-misc/autorandr/autorandr-9999.ebuild
@@ -3,7 +3,9 @@
EAPI=7
-inherit bash-completion-r1 systemd udev
+PYTHON_COMPAT=( python3_{7..10} )
+
+inherit bash-completion-r1 distutils-r1 systemd udev
if [[ "${PV}" = "9999" ]] ; then
inherit git-r3
@@ -18,7 +20,7 @@ HOMEPAGE="https://github.com/phillipberndt/autorandr"
LICENSE="GPL-3"
SLOT="0"
-IUSE="bash-completion +launcher systemd udev"
+IUSE="bash-completion launcher systemd udev"
RDEPEND="
launcher? ( x11-libs/libxcb )
@@ -30,16 +32,19 @@ DEPEND="
"
src_compile() {
+ distutils-r1_src_compile
+
if use launcher; then
emake contrib/autorandr_launcher/autorandr-launcher
fi
}
src_install() {
+ distutils-r1_src_install
+
doman autorandr.1
local targets=(
- autorandr
autostart_config
$(usex bash-completion bash_completion "")
$(usev launcher)
next reply other threads:[~2021-06-25 9:52 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-25 9:52 Florian Schmaus [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-06-28 10:59 [gentoo-commits] repo/proj/guru:master commit in: x11-misc/autorandr/ Florian Schmaus
2021-06-28 9:37 ` [gentoo-commits] repo/proj/guru:dev " Florian Schmaus
2021-06-25 9:03 Florian Schmaus
2021-06-25 9:01 Florian Schmaus
2021-06-15 13:07 Florian Schmaus
2021-06-15 13:00 Florian Schmaus
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=1624614723.9a6b9601f9d481cbb92d9aeed667b7a1857f3e60.flow@gentoo \
--to=flow@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