Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/gnumeric/
Date: Sun, 09 Feb 2020 16:11:21
Message-Id: 1581264653.707c612db997ff1be84d16dde4c532560969e918.mgorny@gentoo
1 commit: 707c612db997ff1be84d16dde4c532560969e918
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 7 09:48:36 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 16:10:53 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=707c612d
7
8 app-office/gnumeric: Switch to PYTHON_MULTI_USEDEP API
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../{gnumeric-1.12.39.ebuild => gnumeric-1.12.39-r1.ebuild} | 7 +++++--
13 .../{gnumeric-1.12.44.ebuild => gnumeric-1.12.44-r1.ebuild} | 0
14 2 files changed, 5 insertions(+), 2 deletions(-)
15
16 diff --git a/app-office/gnumeric/gnumeric-1.12.39.ebuild b/app-office/gnumeric/gnumeric-1.12.39-r1.ebuild
17 similarity index 91%
18 rename from app-office/gnumeric/gnumeric-1.12.39.ebuild
19 rename to app-office/gnumeric/gnumeric-1.12.39-r1.ebuild
20 index 2ff8d6609df..f12e005b4ce 100644
21 --- a/app-office/gnumeric/gnumeric-1.12.39.ebuild
22 +++ b/app-office/gnumeric/gnumeric-1.12.39-r1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2018 Gentoo Authors
25 +# Copyright 1999-2020 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI="6"
29 @@ -39,7 +39,10 @@ RDEPEND="
30 introspection? ( >=dev-libs/gobject-introspection-1:= )
31 perl? ( dev-lang/perl:= )
32 python? ( ${PYTHON_DEPS}
33 - >=dev-python/pygobject-3:3[${PYTHON_USEDEP}] )
34 + $(python_gen_cond_dep '
35 + >=dev-python/pygobject-3:3[${PYTHON_MULTI_USEDEP}]
36 + ')
37 + )
38 libgda? ( gnome-extra/libgda:5[gtk] )
39 "
40 DEPEND="${RDEPEND}
41
42 diff --git a/app-office/gnumeric/gnumeric-1.12.44.ebuild b/app-office/gnumeric/gnumeric-1.12.44-r1.ebuild
43 similarity index 100%
44 rename from app-office/gnumeric/gnumeric-1.12.44.ebuild
45 rename to app-office/gnumeric/gnumeric-1.12.44-r1.ebuild