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 DF705138336 for ; Fri, 28 Jun 2019 18:21:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4EDDE07D4; Fri, 28 Jun 2019 18:21:26 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9BA5DE07D4 for ; Fri, 28 Jun 2019 18:21:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0AEE6346C3C for ; Fri, 28 Jun 2019 18:21:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C704629 for ; Fri, 28 Jun 2019 18:21:23 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1561746058.e7366cf6ea3c3bd35b870183a61ddfbf7c80a62c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-desktop-common/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/wine-desktop-common/wine-desktop-common-20150204.ebuild X-VCS-Directories: app-emulation/wine-desktop-common/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e7366cf6ea3c3bd35b870183a61ddfbf7c80a62c X-VCS-Branch: master Date: Fri, 28 Jun 2019 18:21:23 +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: 6cc60507-2bcb-46b0-bb84-921dfed3c157 X-Archives-Hash: f15dbbb5d5f1852117a5465e6f85f223 commit: e7366cf6ea3c3bd35b870183a61ddfbf7c80a62c Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Jun 28 18:13:51 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Jun 28 18:20:58 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7366cf6 app-emulation/wine-desktop-common: Drop 20150204 (r0) Package-Manager: Portage-2.3.67, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner gentoo.org> .../wine-desktop-common-20150204.ebuild | 45 ---------------------- 1 file changed, 45 deletions(-) diff --git a/app-emulation/wine-desktop-common/wine-desktop-common-20150204.ebuild b/app-emulation/wine-desktop-common/wine-desktop-common-20150204.ebuild deleted file mode 100644 index 66ba3caad5c..00000000000 --- a/app-emulation/wine-desktop-common/wine-desktop-common-20150204.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit gnome2-utils - -DESCRIPTION="Various desktop menu items and icons for wine" -HOMEPAGE="https://github.com/NP-Hardass/wine-desktop-common - https://dev.gentoo.org/~tetromino/distfiles/wine - https://bazaar.launchpad.net/~ubuntu-wine/wine/ubuntu-debian-dir/files/head:/debian/" -SRC_URI="https://github.com/NP-Hardass/${PN}/archive/${PV//./}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="-* amd64 x86 ~x86-fbsd" -IUSE="" - -RDEPEND="!!app-emulation/wine:0" -PDEPEND="app-eselect/eselect-wine" - -# These use a non-standard "Wine" category, which is provided by -# /etc/xdg/applications-merged/wine.menu -QA_DESKTOP_FILE="usr/share/applications/wine-browsedrive.desktop -usr/share/applications/wine-notepad.desktop -usr/share/applications/wine-uninstaller.desktop -usr/share/applications/wine-winecfg.desktop" - -S=${WORKDIR}/${PN}-${PV//./} - -src_install() { - emake install DESTDIR="${D}" EPREFIX="${EPREFIX}" -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -}