Gentoo Archives: gentoo-commits

From: Jimi Huotari <chiitoo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/wine:master commit in: app-emulation/wine-desktop-common/
Date: Sun, 10 Mar 2019 13:48:34
Message-Id: 1552225620.18b1dc7da9cd4ae53060f79cc36cc7f9a20359f0.chiitoo@gentoo
1 commit: 18b1dc7da9cd4ae53060f79cc36cc7f9a20359f0
2 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 10 13:42:53 2019 +0000
4 Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 10 13:47:00 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=18b1dc7d
7
8 app-emulation/wine-desktop-common: bump to EAPI="7"
9
10 Also remove references to a retired developer's dev-space.
11
12 Package-Manager: Portage-2.3.62, Repoman-2.3.12
13 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
14
15 app-emulation/wine-desktop-common/Manifest | 2 +-
16 .../wine-desktop-common-20150204-r1.ebuild | 32 ++++++++++++++++++++++
17 2 files changed, 33 insertions(+), 1 deletion(-)
18
19 diff --git a/app-emulation/wine-desktop-common/Manifest b/app-emulation/wine-desktop-common/Manifest
20 index e51e126..06c178b 100644
21 --- a/app-emulation/wine-desktop-common/Manifest
22 +++ b/app-emulation/wine-desktop-common/Manifest
23 @@ -1 +1 @@
24 -DIST wine-desktop-common-20150204.tar.gz 99491 SHA256 444ad6b52b5290ec7d160e2cc40e4ba0910b4c4983dba1ceb054b81b09b24b5e SHA512 1f3d7022c5cff87ed3b8fd3b7cd14397c6f23b98fe6a7c583ac0d2f439ff29d943f57375f23687aa6519ff1d84ff07624a9a712d6f19fa207fd26d01edcb6688 WHIRLPOOL e9810b2952d25c05d831000e00e423de86809ec31b9a033fd4c64a70709da7338a9afc9e632e678f49c789a8a3702fbd0113226770cdb806623f2de371a16f54
25 +DIST wine-desktop-common-20150204.tar.gz 99491 BLAKE2B 7427c08d00a7ec11319908c908c5833e1a3fc297ec2ebfd942ccdf2adb9e657d1fd751da74bd67e7efb3d4b8ad769a11b1aa5e1a56e33e181f149f4f6245fac3 SHA512 1f3d7022c5cff87ed3b8fd3b7cd14397c6f23b98fe6a7c583ac0d2f439ff29d943f57375f23687aa6519ff1d84ff07624a9a712d6f19fa207fd26d01edcb6688
26
27 diff --git a/app-emulation/wine-desktop-common/wine-desktop-common-20150204-r1.ebuild b/app-emulation/wine-desktop-common/wine-desktop-common-20150204-r1.ebuild
28 new file mode 100644
29 index 0000000..c6fa33c
30 --- /dev/null
31 +++ b/app-emulation/wine-desktop-common/wine-desktop-common-20150204-r1.ebuild
32 @@ -0,0 +1,32 @@
33 +# Copyright 1999-2019 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=7
37 +
38 +inherit xdg
39 +
40 +DESCRIPTION="Various desktop menu items and icons for wine"
41 +HOMEPAGE="https://github.com/NP-Hardass/wine-desktop-common
42 + https://bazaar.launchpad.net/~ubuntu-wine/wine/ubuntu-debian-dir/files/head:/debian/"
43 +SRC_URI="https://github.com/NP-Hardass/${PN}/archive/${PV//./}.tar.gz -> ${P}.tar.gz"
44 +
45 +LICENSE="LGPL-2.1"
46 +SLOT="0"
47 +KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd"
48 +IUSE=""
49 +
50 +RDEPEND="!app-emulation/wine:0"
51 +PDEPEND="app-eselect/eselect-wine"
52 +
53 +# These use a non-standard "Wine" category, which is provided by
54 +# /etc/xdg/applications-merged/wine.menu
55 +QA_DESKTOP_FILE="usr/share/applications/wine-browsedrive.desktop
56 +usr/share/applications/wine-notepad.desktop
57 +usr/share/applications/wine-uninstaller.desktop
58 +usr/share/applications/wine-winecfg.desktop"
59 +
60 +S="${WORKDIR}/${PN}-${PV//./}"
61 +
62 +src_install() {
63 + emake install DESTDIR="${D}" EPREFIX="${EPREFIX}"
64 +}