Gentoo Archives: gentoo-commits

From: Davide Pesavento <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/q4wine/files/, app-emulation/q4wine/
Date: Mon, 30 May 2016 17:00:23
Message-Id: 1464627588.cbf46de0b383ed6920c78c53a7c2679f2275ce44.pesa@gentoo
1 commit: cbf46de0b383ed6920c78c53a7c2679f2275ce44
2 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 30 16:11:20 2016 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Mon May 30 16:59:48 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbf46de0
7
8 app-emulation/q4wine: remove old
9
10 Package-Manager: portage-2.3.0_rc1
11
12 app-emulation/q4wine/Manifest | 1 -
13 .../q4wine/files/q4wine-qtsingleapp.patch | 15 ------
14 app-emulation/q4wine/q4wine-1.1_p2-r1.ebuild | 62 ----------------------
15 3 files changed, 78 deletions(-)
16
17 diff --git a/app-emulation/q4wine/Manifest b/app-emulation/q4wine/Manifest
18 index 5dbb9f0..015b01c 100644
19 --- a/app-emulation/q4wine/Manifest
20 +++ b/app-emulation/q4wine/Manifest
21 @@ -1,3 +1,2 @@
22 DIST q4wine-1.0-r3.tar.bz2 889308 SHA256 9f1319dd0baff3834a3938e0a048c1529cb9ea521158370176b706fce0d4d2ff SHA512 df10a2fbf6874f4c4e02dd9c43031453a46c76f03d83321f2d6e9544d0540dd07da1bc9246767c5c91ce17d67d5d236227294efaed9de09f3d5a18afbd60b224 WHIRLPOOL 51b5b4cfc157da6b99154269ef4ef9f38ff91f861864158b789352505af485d8b523a21c6d4b59544804ed3c15cb1c6c756db3f3203c8e3ba55c8396c3630df3
23 -DIST q4wine-1.1-r2.tar.bz2 888990 SHA256 01463f9ec3ef9f7ef987d2b77425f2806cf2b60f574deb6644458366782eafc7 SHA512 8aaeec46d239a86a9eb10377842d63d84a35864f920f9dc46a022ae1cf3e010273d3759701595e058a089f6418a297a0bf94ed62b580a71fa1c8c27a80f4ec7e WHIRLPOOL 6ae891e33a2bf3759c45930820e21a273b2bf36f2c386a841a96c3bf14cfdb6741871d3c90383dde3b6b01df1a87f5b1537ae40bac5a494bdd3023248c526244
24 DIST q4wine-1.2-r2.tar.bz2 690922 SHA256 44bac78060233504d0db945533e5da4a92bf8b4ca4ef87928032d14451e42160 SHA512 c47fc3adc756ea4bc33dc10f6de03e0a0e72258d1b4b238930136653a7938869d221ce08f6fcafcd5f012583b28227cf827505a59ee5322e9ab90c2c819fd7cb WHIRLPOOL 564eb944097528248f340ac59462f63bec22211d554ad26f125d46382a30ee2a8b7c8d00dd8874fabe92ae939f6bcf13665158957e0e8dad26e077018e495c0d
25
26 diff --git a/app-emulation/q4wine/files/q4wine-qtsingleapp.patch b/app-emulation/q4wine/files/q4wine-qtsingleapp.patch
27 deleted file mode 100644
28 index 803284d..0000000
29 --- a/app-emulation/q4wine/files/q4wine-qtsingleapp.patch
30 +++ /dev/null
31 @@ -1,15 +0,0 @@
32 -https://github.com/brezerk/q4wine/issues/39
33 -
34 -diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
35 -index adb8db6..7c0d0d2 100644
36 ---- a/src/CMakeLists.txt
37 -+++ b/src/CMakeLists.txt
38 -@@ -275,7 +275,7 @@ SET ( Q4WINE_HEADERS_DIR
39 -
40 - IF (${WITH_SYSTEM_SINGLEAPP} MATCHES ON )
41 - MESSAGE(STATUS "Searching for QtSingleApplication package (WITH_SYSTEM_SINGLEAPP=ON) --\n")
42 -- find_path(QTSINGLEAPPLIB_INCLUDE_DIR QtSingleApplication PATH_SUFFIXES QtSolutions)
43 -+ find_path(QTSINGLEAPPLIB_INCLUDE_DIR QtSingleApplication PATH_SUFFIXES QtSolutions PATHS /usr/include/qt4)
44 - find_library(QTSINGLEAPPLIB QtSolutions_SingleApplication-2.6)
45 -
46 - IF (QTSINGLEAPPLIB_INCLUDE_DIR AND QTSINGLEAPPLIB )
47
48 diff --git a/app-emulation/q4wine/q4wine-1.1_p2-r1.ebuild b/app-emulation/q4wine/q4wine-1.1_p2-r1.ebuild
49 deleted file mode 100644
50 index d63a106..0000000
51 --- a/app-emulation/q4wine/q4wine-1.1_p2-r1.ebuild
52 +++ /dev/null
53 @@ -1,62 +0,0 @@
54 -# Copyright 1999-2015 Gentoo Foundation
55 -# Distributed under the terms of the GNU General Public License v2
56 -# $Id$
57 -
58 -EAPI=5
59 -
60 -PLOCALES="af_ZA cs_CZ de_DE en_US es_ES fa_IR he_IL it_IT pl_PL pt_BR ru_RU uk_UA"
61 -PLOCALE_BACKUP="en_US"
62 -
63 -inherit cmake-utils l10n
64 -
65 -DESCRIPTION="Qt4 GUI configuration tool for Wine"
66 -HOMEPAGE="http://q4wine.brezblock.org.ua/"
67 -
68 -# Upstream names the package PV-rX. We change that to
69 -# PV_pX so we can use portage revisions.
70 -MY_PV="${PV/_p/-r}"
71 -MY_P="${PN}-${MY_PV}"
72 -SRC_URI="mirror://sourceforge/${PN}/${PN}/${PN}%20${MY_PV}/${MY_P}.tar.bz2"
73 -
74 -LICENSE="GPL-3"
75 -SLOT="0"
76 -KEYWORDS="~amd64 ~x86"
77 -IUSE="+dbus debug +icoutils +wineappdb"
78 -
79 -DEPEND="
80 - dev-qt/qtcore:4
81 - dev-qt/qtgui:4
82 - dev-qt/qtsingleapplication[qt4(+),X]
83 - dev-qt/qtsql:4[sqlite]
84 - dbus? ( dev-qt/qtdbus:4 )
85 -"
86 -RDEPEND="${DEPEND}
87 - app-admin/sudo
88 - app-emulation/wine
89 - >=sys-apps/which-2.19
90 - sys-fs/fuseiso
91 - icoutils? ( >=media-gfx/icoutils-0.26.0 )
92 -"
93 -
94 -S="${WORKDIR}/${MY_P}"
95 -
96 -DOCS=( AUTHORS ChangeLog README )
97 -
98 -src_configure() {
99 - local enabled_linguas
100 - construct_LINGUAS() {
101 - local current_locale="$(echo ${1} | tr '[:upper:]' '[:lower:]')"
102 - enabled_linguas="${enabled_linguas};${current_locale}"
103 - }
104 - l10n_for_each_locale_do construct_LINGUAS
105 - local mycmakeargs=(
106 - -DLINGUAS="${enabled_linguas}"
107 - -DQT5=OFF
108 - -DWITH_SYSTEM_SINGLEAPP=ON
109 - $(cmake-utils_use debug)
110 - $(cmake-utils_use_with dbus)
111 - $(cmake-utils_use_with icoutils)
112 - $(cmake-utils_use_with wineappdb)
113 - )
114 - cmake-utils_src_configure
115 -}