diff options
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/skype-dbus-mock/Manifest | 1 | ||||
-rw-r--r-- | net-im/skype-dbus-mock/metadata.xml | 5 | ||||
-rw-r--r-- | net-im/skype-dbus-mock/skype-dbus-mock-0_pre20181011.ebuild | 36 |
3 files changed, 0 insertions, 42 deletions
diff --git a/net-im/skype-dbus-mock/Manifest b/net-im/skype-dbus-mock/Manifest deleted file mode 100644 index 891c4cd4f5f8..000000000000 --- a/net-im/skype-dbus-mock/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST skype-dbus-mock-0_pre20181011.tar.gz 2851 BLAKE2B fbb2d476d6a0402ea6ac70198d0aac87c24d7c9815fe27b03631625df10f24c71634f7f22eec2256869746cbf9d308ab3275380a755455ebbbb23ad2adcdd5a2 SHA512 d566a91cb279fe07626744e6196e3dcf7b36a5535bb8fe3cd7e6245d874bdf82f7948bd7f476f73c72f972894ee250d89a9eb055fdf55af9cbe97b1b05e39e16 diff --git a/net-im/skype-dbus-mock/metadata.xml b/net-im/skype-dbus-mock/metadata.xml deleted file mode 100644 index 115e9d64a669..000000000000 --- a/net-im/skype-dbus-mock/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> -</pkgmetadata> 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 10a65d6831c3..000000000000 --- a/net-im/skype-dbus-mock/skype-dbus-mock-0_pre20181011.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} ) -inherit python-single-r1 - -GIT_COMMIT="3a9e2882ac5c0ad6be3c5cb5c7da008b4cfa51da" -DESCRIPTION="Mocked systemd dbus interface for skype 8.30+" -HOMEPAGE="https://github.com/maelnor/skype-dbus-mock" -S="${WORKDIR}/${PN}-${GIT_COMMIT}" -SRC_URI="https://github.com/maelnor/${PN}/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - $(python_gen_cond_dep 'dev-python/dbus-python[${PYTHON_USEDEP}]') - >=net-im/skypeforlinux-8.30 - !sys-apps/systemd - !sys-auth/elogind" - -src_install() { - python_doscript skype-dbus-mock.py - 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" -} |