commit:     d34c168d584776d1ecb98edcb6c734460d2fac67
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  9 21:45:37 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Wed Feb  9 22:56:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d34c168d

x11-misc/mugshot: drop 0.4.3

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 x11-misc/mugshot/mugshot-0.4.3.ebuild | 79 -----------------------------------
 1 file changed, 79 deletions(-)

diff --git a/x11-misc/mugshot/mugshot-0.4.3.ebuild 
b/x11-misc/mugshot/mugshot-0.4.3.ebuild
deleted file mode 100644
index 1b7d2a746548..000000000000
--- a/x11-misc/mugshot/mugshot-0.4.3.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS="no"
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1 gnome2-utils xdg-utils
-
-DESCRIPTION="A lightweight user-configuration application"
-HOMEPAGE="https://github.com/bluesabre/mugshot";
-SRC_URI="https://github.com/bluesabre/${PN}/archive/${P}.tar.gz";
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="gnome libreoffice webcam"
-
-COMMON_DEPEND="
-       dev-libs/gobject-introspection
-       dev-python/dbus-python[${PYTHON_USEDEP}]
-       dev-python/pexpect[${PYTHON_USEDEP}]
-       dev-python/pygobject:3[${PYTHON_USEDEP}]
-
-"
-
-RDEPEND="
-       ${COMMON_DEPEND}
-       dev-python/pycairo[${PYTHON_USEDEP}]
-       sys-apps/accountsservice
-       sys-apps/shadow
-       gnome? ( gnome-base/gnome-control-center )
-       libreoffice? (
-               || (
-                       app-office/libreoffice-bin
-                       app-office/libreoffice
-               )
-       )
-       webcam? (
-               media-libs/gstreamer:1.0
-               media-libs/gst-plugins-good:1.0
-               gnome? (
-                       media-libs/clutter-gtk[introspection]
-                       media-video/cheese[introspection]
-               )
-       )
-"
-
-DEPEND="
-       ${COMMON_DEPEND}
-       x11-libs/gtk+:3[introspection]
-"
-
-BDEPEND="
-       dev-python/python-distutils-extra[${PYTHON_USEDEP}]
-       dev-util/intltool
-"
-
-S="${WORKDIR}/${PN}-${P}"
-
-python_install() {
-       distutils-r1_python_install
-
-       python_optimize
-
-       # Since DOCS are installed twice, remove the wrong path
-       rm -r "${ED}"/usr/share/doc/mugshot || die
-}
-
-pkg_postinst() {
-       gnome2_schemas_update
-       xdg_icon_cache_update
-}
-
-pkg_postrm() {
-       gnome2_schemas_update
-       xdg_icon_cache_update
-}

Reply via email to