Gentoo Archives: gentoo-commits

From: Ettore Di Giacinto <mudler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoo-mate:master commit in: app-arch/engrampa/
Date: Sun, 29 Jan 2017 12:53:54
Message-Id: 1485694376.816f7c738f9a746d7f7421db72a9f4073a26eaa9.mudler@gentoo
1 commit: 816f7c738f9a746d7f7421db72a9f4073a26eaa9
2 Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 18 20:32:35 2017 +0000
4 Commit: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 29 12:52:56 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=816f7c73
7
8 app-arch/engrampa: Drop dep on gtk3 for caja
9
10 As per https://github.com/mate-desktop/engrampa/pull/140, gtk3 selection
11 not necessary in engrampa, and is automagically selected based on what caja
12 has selected. Handle gtk3 only in caja rather than in engrampa
13
14 Package-Manager: portage-2.3.0
15
16 .../engrampa/{engrampa-1.16.0.ebuild => engrampa-1.16.0-r1.ebuild} | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/app-arch/engrampa/engrampa-1.16.0.ebuild b/app-arch/engrampa/engrampa-1.16.0-r1.ebuild
20 similarity index 95%
21 rename from app-arch/engrampa/engrampa-1.16.0.ebuild
22 rename to app-arch/engrampa/engrampa-1.16.0-r1.ebuild
23 index 2e1da1b..dd3c180 100644
24 --- a/app-arch/engrampa/engrampa-1.16.0.ebuild
25 +++ b/app-arch/engrampa/engrampa-1.16.0-r1.ebuild
26 @@ -1,4 +1,4 @@
27 -# Copyright 1999-2016 Gentoo Foundation
28 +# Copyright 1999-2017 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 # $Id$
31
32 @@ -24,7 +24,7 @@ COMMON_DEPEND="
33 x11-libs/gdk-pixbuf:2
34 x11-libs/pango:0
35 virtual/libintl:0
36 - caja? ( >=mate-base/caja-1.12[gtk3(+)] )
37 + caja? ( >=mate-base/caja-1.1.0 )
38 >=x11-libs/gtk+-3.14:3
39 magic? ( sys-apps/file )
40 packagekit? ( app-admin/packagekit-base )