summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/skype-dbus-mock/skype-dbus-mock-0_pre20181011.ebuild')
-rw-r--r--net-im/skype-dbus-mock/skype-dbus-mock-0_pre20181011.ebuild40
1 files changed, 0 insertions, 40 deletions
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
deleted file mode 100644
index 5b0c162a6955..000000000000
--- a/net-im/skype-dbus-mock/skype-dbus-mock-0_pre20181011.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python{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"
-}