summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2019-12-15 14:08:49 +0100
committerConrad Kostecki <conikost@gentoo.org>2019-12-15 14:08:49 +0100
commita37befed6d9c850fe0fe838aeca6c7b1f8b77a04 (patch)
tree172d3e8355ac9310b1c97567295f104978b9a6dc /x11-misc
parentx11-misc/mugshot: add python3_8 support (diff)
downloadgentoo-a37befed6d9c850fe0fe838aeca6c7b1f8b77a04.tar.gz
gentoo-a37befed6d9c850fe0fe838aeca6c7b1f8b77a04.tar.bz2
gentoo-a37befed6d9c850fe0fe838aeca6c7b1f8b77a04.zip
x11-misc/mugshot: drop old version
Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/mugshot/mugshot-0.4.2.ebuild70
1 files changed, 0 insertions, 70 deletions
diff --git a/x11-misc/mugshot/mugshot-0.4.2.ebuild b/x11-misc/mugshot/mugshot-0.4.2.ebuild
deleted file mode 100644
index d554083db4a8..000000000000
--- a/x11-misc/mugshot/mugshot-0.4.2.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{5,6,7} )
-
-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"
-
-RDEPEND="
- dev-libs/gobject-introspection
- dev-python/dbus-python[${PYTHON_USEDEP}]
- dev-python/pexpect[${PYTHON_USEDEP}]
- dev-python/pycairo[${PYTHON_USEDEP}]
- dev-python/pygobject:3[${PYTHON_USEDEP}]
- sys-apps/accountsservice
- x11-libs/gtk+:3
- 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="
- ${RDEPEND}
- dev-python/python-distutils-extra[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
- dev-util/intltool
-"
-
-S="${WORKDIR}/${PN}-${P}"
-
-python_install() {
- distutils-r1_python_install
-
- # 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
-}