app-misc/byobu: Switch to PYTHON_MULTI_USEDEP API
authorMichał Górny <mgorny@gentoo.org>
Fri, 7 Feb 2020 09:40:42 +0000 (10:40 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 9 Feb 2020 16:10:48 +0000 (17:10 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-misc/byobu/byobu-5.123-r1.ebuild [moved from app-misc/byobu/byobu-5.123.ebuild with 89% similarity]
app-misc/byobu/byobu-5.124.ebuild
app-misc/byobu/byobu-5.125.ebuild
app-misc/byobu/byobu-5.129.ebuild
app-misc/byobu/byobu-5.130-r1.ebuild [moved from app-misc/byobu/byobu-5.130.ebuild with 92% similarity]

similarity index 89%
rename from app-misc/byobu/byobu-5.123.ebuild
rename to app-misc/byobu/byobu-5.123-r1.ebuild
index 33c36ce0cdc58af59f693d3c35036442192c3b38..058f7590d8933bc9e10f70285766673c3e6c5950 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,7 +17,9 @@ IUSE="screen"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
-       dev-libs/newt[${PYTHON_USEDEP}]
+       $(python_gen_cond_dep '
+               dev-libs/newt[${PYTHON_MULTI_USEDEP}]
+       ')
        screen? ( app-misc/screen )
        !screen? ( app-misc/tmux )"
 
index f67cbf99d559f854cf3a23b52fd16d7f04c336e9..b8e2216b67cffdd90e332e150e17be4ce004d5d3 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,7 +17,9 @@ IUSE="screen"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
-       dev-libs/newt[${PYTHON_USEDEP}]
+       $(python_gen_cond_dep '
+               dev-libs/newt[${PYTHON_MULTI_USEDEP}]
+       ')
        screen? ( app-misc/screen )
        !screen? ( app-misc/tmux )"
 
index d3b11ec6f89f7d25ed7d484ba9cbd97fdbe18acb..b8e2216b67cffdd90e332e150e17be4ce004d5d3 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,7 +17,9 @@ IUSE="screen"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
-       dev-libs/newt[${PYTHON_USEDEP}]
+       $(python_gen_cond_dep '
+               dev-libs/newt[${PYTHON_MULTI_USEDEP}]
+       ')
        screen? ( app-misc/screen )
        !screen? ( app-misc/tmux )"
 
index ccb44bcb8188ab1585896262caf3c7d94687a991..2719fbfec1c45634be4d9a9af6325cf2ca336f7f 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -17,7 +17,9 @@ IUSE="screen"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
-       dev-libs/newt[${PYTHON_USEDEP}]
+       $(python_gen_cond_dep '
+               dev-libs/newt[${PYTHON_MULTI_USEDEP}]
+       ')
        screen? ( app-misc/screen )
        !screen? ( app-misc/tmux )"
 
similarity index 92%
rename from app-misc/byobu/byobu-5.130.ebuild
rename to app-misc/byobu/byobu-5.130-r1.ebuild
index 9a6ddebbb407edfed1b22852c3c40078f723865e..59b72cc7ec6439df548579aca99bc28e3e21dc55 100644 (file)
@@ -17,7 +17,9 @@ IUSE="screen"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
-       dev-libs/newt[${PYTHON_USEDEP}]
+       $(python_gen_cond_dep '
+               dev-libs/newt[${PYTHON_MULTI_USEDEP}]
+       ')
        screen? ( app-misc/screen )
        !screen? ( app-misc/tmux )"