From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 17341138334 for ; Sun, 15 Dec 2019 13:10:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54B7EE0899; Sun, 15 Dec 2019 13:10:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3B51FE0899 for ; Sun, 15 Dec 2019 13:10:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2969234D7E3 for ; Sun, 15 Dec 2019 13:10:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29DA5905 for ; Sun, 15 Dec 2019 13:10:43 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1576415329.a37befed6d9c850fe0fe838aeca6c7b1f8b77a04.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/mugshot/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/mugshot/mugshot-0.4.2.ebuild X-VCS-Directories: x11-misc/mugshot/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: a37befed6d9c850fe0fe838aeca6c7b1f8b77a04 X-VCS-Branch: master Date: Sun, 15 Dec 2019 13:10:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4b03d0cf-eb81-4997-8fc6-9deebc992f01 X-Archives-Hash: 975ebdb523dc0f073fe862e0509f72ef commit: a37befed6d9c850fe0fe838aeca6c7b1f8b77a04 Author: Conrad Kostecki gentoo org> AuthorDate: Sun Dec 15 13:08:49 2019 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Dec 15 13:08:49 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a37befed x11-misc/mugshot: drop old version Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Conrad Kostecki gentoo.org> x11-misc/mugshot/mugshot-0.4.2.ebuild | 70 ----------------------------------- 1 file changed, 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 d554083db4a..00000000000 --- 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 -}