diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-12-20 15:12:52 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-12-20 15:25:47 +0100 |
commit | 3ffb8e47bede60dad9dc7dbc34af2ce19e0d4f29 (patch) | |
tree | ed79e5b3d4848c86739b1f78e83e1f4a08dff530 /net-im | |
parent | sci-libs/bmrblib: treeclean (diff) | |
download | gentoo-3ffb8e47bede60dad9dc7dbc34af2ce19e0d4f29.tar.gz gentoo-3ffb8e47bede60dad9dc7dbc34af2ce19e0d4f29.tar.bz2 gentoo-3ffb8e47bede60dad9dc7dbc34af2ce19e0d4f29.zip |
net-im/skype-dbus-mock: treeclean
Closes: https://bugs.gentoo.org/846134
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
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" -} |