From 71deace00d1a2b091313fe137ab7092418c6f87c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 10 Feb 2020 21:05:55 +0000 Subject: gentoo resync : 10.02.2020 --- net-misc/connman-notify/Manifest | 2 +- .../connman-notify-0_pre20191003-r1.ebuild | 38 ++++++++++++++++++++++ .../connman-notify-0_pre20191003.ebuild | 36 -------------------- 3 files changed, 39 insertions(+), 37 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/Manifest b/net-misc/connman-notify/Manifest index 299db987c5b5..774005939a05 100644 --- a/net-misc/connman-notify/Manifest +++ b/net-misc/connman-notify/Manifest @@ -1,3 +1,3 @@ DIST connman-notify-0_pre20191003.tar.bz2 9102 BLAKE2B 7c31de51b21f7cae475b543cf74bba1d969c779f00d1dab7ebce2da6758e1dec6c3c06ae1f0ab133292fc03c1dc61cd1c18c4719311f7a7b65f1771afb097b64 SHA512 6ca8dce104fc5c94af8ef4fab94e44f6a921017d58bbe12660f6bb6a6a0ab6b0808bb7584b75d2acaa486d4cbe718f436fcf7924d6baac97b59a2b77a13215f4 -EBUILD connman-notify-0_pre20191003.ebuild 905 BLAKE2B 1470c993bc2edaf3c20fc2bd57ca546d69119679455bd44bcdc288fd448afc6648b091239f92fa0aa6bf87585e13af10ed3218b596e72a6f9d4767033114af9b SHA512 d0c771eab2ade6db0bc41c554591591e51293978518e609c4be7f4c8f27bffef86ba07c53221c3444403e9b9442bf44de6963c63043644c764d1848eb32e65ba +EBUILD connman-notify-0_pre20191003-r1.ebuild 948 BLAKE2B 8b608d6576417ad978e1a1be91340cb8d449c91a591439e8450873907942725297fad523a287d21ad90af1afea08ad6f81d54a1ab6cc3c62bfbc091d20e90561 SHA512 976104fe1ea5e0131717146bcf1890fc935992e6c2823739b62b0bf908b5dc2df34d7e4a8dac5a2676280be09e926895c63cca5957c42faa5b83aa796c44e382 MISC metadata.xml 240 BLAKE2B 5caea4abbcf161615353b1f5ec499ae37ae67f08f6f1d48829d145694359169508d62173c091700e9a65d8ed461216caf12cc6728760784aa364d610250369ca SHA512 ee5c2cad860daff025c5d2bbc7e210767432dd09d1a74fc7b1d5994686d48739b9bfd446bf1ab7b1b92532f82767e722ea3e38d7a502a7a941f6ac5028000ce8 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