From 22d1cb5ae13c10ce122a85d7b1a7b3f1276b1858 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 7 Feb 2020 18:29:31 +0100 Subject: net-misc/connman-notify: Switch to PYTHON_MULTI_USEDEP API MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- .../connman-notify-0_pre20191003-r1.ebuild | 38 ++++++++++++++++++++++ .../connman-notify-0_pre20191003.ebuild | 36 -------------------- 2 files changed, 38 insertions(+), 36 deletions(-) create mode 100644 net-misc/connman-notify/connman-notify-0_pre20191003-r1.ebuild delete mode 100644 net-misc/connman-notify/connman-notify-0_pre20191003.ebuild (limited to 'net-misc/connman-notify') diff --git a/net-misc/connman-notify/connman-notify-0_pre20191003-r1.ebuild b/net-misc/connman-notify/connman-notify-0_pre20191003-r1.ebuild new file mode 100644 index 000000000000..d093e295fa63 --- /dev/null +++ b/net-misc/connman-notify/connman-notify-0_pre20191003-r1.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python3_{6,7,8} ) + +inherit desktop python-single-r1 vcs-snapshot + +MY_COMMIT="4f1e0a6b27ebf5d9b7508594188fe0f86c34ec52" + +DESCRIPTION="Desktop notification integration for connman" +HOMEPAGE="https://gitlab.com/wavexx/connman-notify/" +SRC_URI="https://gitlab.com/wavexx/connman-notify/repository/${MY_COMMIT}/archive.tar.bz2 -> ${P}.tar.bz2" + +EGIT_REPO_URI="https://gitlab.com/wavexx/connman-notify.git" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND="${PYTHON_DEPS} + $(python_gen_cond_dep ' + dev-python/dbus-python[${PYTHON_MULTI_USEDEP}] + dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}] + ') + net-misc/connman + virtual/notification-daemon" + +src_install() { + python_fix_shebang ${PN} + dobin ${PN} + dodoc README.rst + + make_desktop_entry ${PN} ${PN} ${PN} Network +} diff --git a/net-misc/connman-notify/connman-notify-0_pre20191003.ebuild b/net-misc/connman-notify/connman-notify-0_pre20191003.ebuild deleted file mode 100644 index 3f875e44e212..000000000000 --- a/net-misc/connman-notify/connman-notify-0_pre20191003.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_{6,7,8} ) - -inherit desktop python-single-r1 vcs-snapshot - -MY_COMMIT="4f1e0a6b27ebf5d9b7508594188fe0f86c34ec52" - -DESCRIPTION="Desktop notification integration for connman" -HOMEPAGE="https://gitlab.com/wavexx/connman-notify/" -SRC_URI="https://gitlab.com/wavexx/connman-notify/repository/${MY_COMMIT}/archive.tar.bz2 -> ${P}.tar.bz2" - -EGIT_REPO_URI="https://gitlab.com/wavexx/connman-notify.git" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - dev-python/dbus-python[${PYTHON_USEDEP}] - dev-python/pygobject:3[${PYTHON_USEDEP}] - net-misc/connman - virtual/notification-daemon" - -src_install() { - python_fix_shebang ${PN} - dobin ${PN} - dodoc README.rst - - make_desktop_entry ${PN} ${PN} ${PN} Network -} -- cgit v1.2.3-65-gdbad