From ad6182343997a405079870a2fe91c4e0c6b94595 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 25 Sep 2019 19:33:39 +0100 Subject: gentoo resync : 25.09.2019 --- net-im/skype-dbus-mock/Manifest | 3 ++ net-im/skype-dbus-mock/metadata.xml | 12 +++++++ .../skype-dbus-mock-0_pre20181011.ebuild | 40 ++++++++++++++++++++++ 3 files changed, 55 insertions(+) create mode 100644 net-im/skype-dbus-mock/Manifest create mode 100644 net-im/skype-dbus-mock/metadata.xml create mode 100644 net-im/skype-dbus-mock/skype-dbus-mock-0_pre20181011.ebuild (limited to 'net-im/skype-dbus-mock') diff --git a/net-im/skype-dbus-mock/Manifest b/net-im/skype-dbus-mock/Manifest new file mode 100644 index 000000000000..c88edd4ca216 --- /dev/null +++ b/net-im/skype-dbus-mock/Manifest @@ -0,0 +1,3 @@ +DIST skype-dbus-mock-0_pre20181011.tar.gz 2851 BLAKE2B fbb2d476d6a0402ea6ac70198d0aac87c24d7c9815fe27b03631625df10f24c71634f7f22eec2256869746cbf9d308ab3275380a755455ebbbb23ad2adcdd5a2 SHA512 d566a91cb279fe07626744e6196e3dcf7b36a5535bb8fe3cd7e6245d874bdf82f7948bd7f476f73c72f972894ee250d89a9eb055fdf55af9cbe97b1b05e39e16 +EBUILD skype-dbus-mock-0_pre20181011.ebuild 980 BLAKE2B 9ca12348bb402d57205590c3d795940390930f407b64b55562692446b3be47e1892b6437df103465f5983bdfc626e4ca69ae0428a454e2cc8fe37a1f93d26825 SHA512 1595782df58a6b730a7a7182a488875fa0bc51010209d7c83f1f240021630da5687397f801a36b12e541e386481e5c9783342f01ac609f5a5e098882691f5c3e +MISC metadata.xml 365 BLAKE2B a0239438b83a23bf9e4740b8890508e30ef0267f651bef287866c221b17334b3aa6461069bc53b786a49fd966ffbd3b48582ca2e1a029a0689067d7d4e20ecb0 SHA512 15bf377ca20fc54b149242c873b1dab128b5fbfe7b5c06b64393f748e1fef98b0f259627e64e5a8acbae1f5112fa35b9d90853133be00185a72a4a0886b213ec diff --git a/net-im/skype-dbus-mock/metadata.xml b/net-im/skype-dbus-mock/metadata.xml new file mode 100644 index 000000000000..fbd99da1cd1b --- /dev/null +++ b/net-im/skype-dbus-mock/metadata.xml @@ -0,0 +1,12 @@ + + + + + mattsch@gmail.com + Matthew Schultz + + + proxy-maint@gentoo.org + Proxy Maintainers + + diff --git a/net-im/skype-dbus-mock/skype-dbus-mock-0_pre20181011.ebuild b/net-im/skype-dbus-mock/skype-dbus-mock-0_pre20181011.ebuild new file mode 100644 index 000000000000..bac70bb79264 --- /dev/null +++ b/net-im/skype-dbus-mock/skype-dbus-mock-0_pre20181011.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} ) + +inherit python-r1 + +GIT_COMMIT="3a9e2882ac5c0ad6be3c5cb5c7da008b4cfa51da" +DESCRIPTION="Mocked systemd dbus interface for skype 8.30+" +HOMEPAGE="https://github.com/maelnor/skype-dbus-mock" +SRC_URI="https://github.com/maelnor/${PN}/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +DEPEND="${PYTHON_DEPS}" +RDEPEND="${DEPEND} + >=net-im/skypeforlinux-8.30 + dev-python/dbus-python[${PYTHON_USEDEP}] + !sys-apps/systemd + !sys-auth/elogind" + +S=${WORKDIR}/${PN}-${GIT_COMMIT} + +src_install() { + newbin skype-dbus-mock.py skype-dbus-mock + insinto /usr/share/dbus-1/system-services + doins org.freedesktop.login1.service + insinto /usr/share/dbus-1/system.d + doins skype-dbus-mock.conf +} + +pkg_postinst() { + ewarn "Restart dbus service to apply changes" +} -- cgit v1.2.3