Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/worklog-assistant-bin/
Date: Sat, 26 Nov 2016 20:24:25
Message-Id: 1480191811.cdb7079208b3899fc0a5c2ca554cc479469631a6.ulm@gentoo
1 commit: cdb7079208b3899fc0a5c2ca554cc479469631a6
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 26 18:55:39 2016 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 26 20:23:31 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdb70792
7
8 app-office/worklog-assistant-bin: [QA] Add missing bindist restriction.
9
10 Also fix variables blocks to be in canonical order.
11
12 Package-Manager: portage-2.3.2
13
14 app-office/worklog-assistant-bin/worklog-assistant-bin-2.1.3577.ebuild | 3 +--
15 1 file changed, 1 insertion(+), 2 deletions(-)
16
17 diff --git a/app-office/worklog-assistant-bin/worklog-assistant-bin-2.1.3577.ebuild b/app-office/worklog-assistant-bin/worklog-assistant-bin-2.1.3577.ebuild
18 index e5e0a2c..268081d 100644
19 --- a/app-office/worklog-assistant-bin/worklog-assistant-bin-2.1.3577.ebuild
20 +++ b/app-office/worklog-assistant-bin/worklog-assistant-bin-2.1.3577.ebuild
21 @@ -13,13 +13,12 @@ SRC_URI="https://worklogassistant.com/downloads/${MY_PN}-v2_${PV}_amd64.deb"
22 LICENSE="worklog-assistant"
23 SLOT="0"
24 KEYWORDS="~amd64"
25 -IUSE=""
26 +RESTRICT="fetch bindist strip"
27
28 RDEPEND=""
29 DEPEND="${RDEPEND}"
30
31 S="${WORKDIR}"
32 -RESTRICT="fetch strip"
33
34 PATCHES=(
35 "${FILESDIR}/${P}-fix-desktop.patch"