Gentoo Archives: gentoo-commits

From: Adam Feldman <np-hardass@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoo-mate:master commit in: mate-extra/caja-dropbox/
Date: Wed, 09 Jun 2021 02:05:42
Message-Id: 1623204294.29283d8638801e841bcd4bdef39e3255758ade82.np-hardass@gentoo
1 commit: 29283d8638801e841bcd4bdef39e3255758ade82
2 Author: Adam Feldman <NP-Hardass <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 9 01:43:22 2021 +0000
4 Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 9 02:04:54 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=29283d86
7
8 mate-extra/caja-dropbox: Sync with ::gentoo
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>
12
13 mate-extra/caja-dropbox/caja-dropbox-1.24.0-r1.ebuild | 6 +++---
14 mate-extra/caja-dropbox/caja-dropbox-1.24.0.ebuild | 8 ++++----
15 2 files changed, 7 insertions(+), 7 deletions(-)
16
17 diff --git a/mate-extra/caja-dropbox/caja-dropbox-1.24.0-r1.ebuild b/mate-extra/caja-dropbox/caja-dropbox-1.24.0-r1.ebuild
18 index 6632e04..4a219c9 100644
19 --- a/mate-extra/caja-dropbox/caja-dropbox-1.24.0-r1.ebuild
20 +++ b/mate-extra/caja-dropbox/caja-dropbox-1.24.0-r1.ebuild
21 @@ -1,15 +1,15 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27
28 -PYTHON_COMPAT=( python3_{6,7,8} )
29 +PYTHON_COMPAT=( python3_{7,8} )
30 MATE_LA_PUNT="yes"
31
32 inherit eapi7-ver mate python-single-r1 linux-info
33
34 if [[ ${PV} != 9999 ]]; then
35 - KEYWORDS="~amd64 ~x86"
36 + KEYWORDS="amd64 x86"
37 fi
38
39 DESCRIPTION="Store, Sync and Share Files Online"
40
41 diff --git a/mate-extra/caja-dropbox/caja-dropbox-1.24.0.ebuild b/mate-extra/caja-dropbox/caja-dropbox-1.24.0.ebuild
42 index 9528233..13c899c 100644
43 --- a/mate-extra/caja-dropbox/caja-dropbox-1.24.0.ebuild
44 +++ b/mate-extra/caja-dropbox/caja-dropbox-1.24.0.ebuild
45 @@ -1,12 +1,12 @@
46 -# Copyright 1999-2020 Gentoo Authors
47 +# Copyright 1999-2021 Gentoo Authors
48 # Distributed under the terms of the GNU General Public License v2
49
50 EAPI=6
51
52 -PYTHON_COMPAT=( python3_{6,7} )
53 +PYTHON_COMPAT=( python3_7 )
54 MATE_LA_PUNT="yes"
55
56 -inherit mate python-single-r1 linux-info user
57 +inherit mate python-single-r1 linux-info toolchain-funcs user
58
59 if [[ ${PV} != 9999 ]]; then
60 KEYWORDS="amd64 x86"
61 @@ -77,7 +77,7 @@ src_install() {
62
63 mate_src_install
64
65 - local extensiondir="$(pkg-config --variable=extensiondir libcaja-extension)"
66 + local extensiondir="$($(tc-getPKG_CONFIG) --variable=extensiondir libcaja-extension)"
67 [ -z ${extensiondir} ] && die "pkg-config unable to get caja extensions dir"
68
69 # Strip $EPREFIX from $extensiondir as fowners/fperms act on $ED not $D.