Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-desktop-common/
Date: Fri, 28 Jun 2019 18:21:27
Message-Id: 1561746058.e7366cf6ea3c3bd35b870183a61ddfbf7c80a62c.asturm@gentoo
1 commit: e7366cf6ea3c3bd35b870183a61ddfbf7c80a62c
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 28 18:13:51 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 28 18:20:58 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7366cf6
7
8 app-emulation/wine-desktop-common: Drop 20150204 (r0)
9
10 Package-Manager: Portage-2.3.67, Repoman-2.3.16
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 .../wine-desktop-common-20150204.ebuild | 45 ----------------------
14 1 file changed, 45 deletions(-)
15
16 diff --git a/app-emulation/wine-desktop-common/wine-desktop-common-20150204.ebuild b/app-emulation/wine-desktop-common/wine-desktop-common-20150204.ebuild
17 deleted file mode 100644
18 index 66ba3caad5c..00000000000
19 --- a/app-emulation/wine-desktop-common/wine-desktop-common-20150204.ebuild
20 +++ /dev/null
21 @@ -1,45 +0,0 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -inherit gnome2-utils
28 -
29 -DESCRIPTION="Various desktop menu items and icons for wine"
30 -HOMEPAGE="https://github.com/NP-Hardass/wine-desktop-common
31 - https://dev.gentoo.org/~tetromino/distfiles/wine
32 - https://bazaar.launchpad.net/~ubuntu-wine/wine/ubuntu-debian-dir/files/head:/debian/"
33 -SRC_URI="https://github.com/NP-Hardass/${PN}/archive/${PV//./}.tar.gz -> ${P}.tar.gz"
34 -
35 -LICENSE="LGPL-2.1"
36 -SLOT="0"
37 -KEYWORDS="-* amd64 x86 ~x86-fbsd"
38 -IUSE=""
39 -
40 -RDEPEND="!!app-emulation/wine:0"
41 -PDEPEND="app-eselect/eselect-wine"
42 -
43 -# These use a non-standard "Wine" category, which is provided by
44 -# /etc/xdg/applications-merged/wine.menu
45 -QA_DESKTOP_FILE="usr/share/applications/wine-browsedrive.desktop
46 -usr/share/applications/wine-notepad.desktop
47 -usr/share/applications/wine-uninstaller.desktop
48 -usr/share/applications/wine-winecfg.desktop"
49 -
50 -S=${WORKDIR}/${PN}-${PV//./}
51 -
52 -src_install() {
53 - emake install DESTDIR="${D}" EPREFIX="${EPREFIX}"
54 -}
55 -
56 -pkg_preinst() {
57 - gnome2_icon_savelist
58 -}
59 -
60 -pkg_postinst() {
61 - gnome2_icon_cache_update
62 -}
63 -
64 -pkg_postrm() {
65 - gnome2_icon_cache_update
66 -}