From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 31A24139694 for ; Thu, 16 Mar 2017 12:32:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70327E0CD5; Thu, 16 Mar 2017 12:32:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4D5C1E0CD5 for ; Thu, 16 Mar 2017 12:32:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6269A34163C for ; Thu, 16 Mar 2017 12:32:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE76C6A2F for ; Thu, 16 Mar 2017 12:32:20 +0000 (UTC) From: "Ettore Di Giacinto" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ettore Di Giacinto" Message-ID: <1489661503.54c201d346c546d58a7cbdd46bcd2962bbe26bb8.mudler@gentoo> Subject: [gentoo-commits] proj/gentoo-mate:1.18-bump commit in: app-text/atril/ X-VCS-Repository: proj/gentoo-mate X-VCS-Files: app-text/atril/atril-9999.ebuild X-VCS-Directories: app-text/atril/ X-VCS-Committer: mudler X-VCS-Committer-Name: Ettore Di Giacinto X-VCS-Revision: 54c201d346c546d58a7cbdd46bcd2962bbe26bb8 X-VCS-Branch: 1.18-bump Date: Thu, 16 Mar 2017 12:32:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: fd02c25e-583e-47d1-ac9f-0abb8cbd1712 X-Archives-Hash: 69ab7d1581d562c7cd5e5baa4d38fc98 commit: 54c201d346c546d58a7cbdd46bcd2962bbe26bb8 Author: Ettore Di Giacinto gentoo org> AuthorDate: Thu Mar 16 10:51:43 2017 +0000 Commit: Ettore Di Giacinto gentoo org> CommitDate: Thu Mar 16 10:51:43 2017 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=54c201d3 app-text/atril: sync live ebuild with upstream * Drop gtk3 useflag * Bump caja required version Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-text/atril/atril-9999.ebuild | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/app-text/atril/atril-9999.ebuild b/app-text/atril/atril-9999.ebuild index 25821be..e253873 100644 --- a/app-text/atril/atril-9999.ebuild +++ b/app-text/atril/atril-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,7 +15,7 @@ DESCRIPTION="Atril document viewer for MATE" LICENSE="GPL-2" SLOT="0" -IUSE="caja dbus debug djvu dvi epub +introspection gnome-keyring gtk3 +postscript t1lib tiff xps" +IUSE="caja dbus debug djvu dvi epub +introspection gnome-keyring +postscript t1lib tiff xps" REQUIRED_USE="t1lib? ( dvi )" @@ -25,27 +25,23 @@ COMMON_DEPEND=">=app-text/poppler-0.22:0=[cairo] >=dev-libs/libxml2-2.5:2 sys-libs/zlib:0 x11-libs/gdk-pixbuf:2 + >=x11-libs/gtk+-3.14:3[introspection?] x11-libs/libICE:0 >=x11-libs/libSM-1:0 x11-libs/libX11:0 >=x11-libs/cairo-1.9.10:0 x11-libs/pango:0 - caja? ( >=mate-base/caja-1.8[gtk3(-)=,introspection?] ) + caja? ( >=mate-base/caja-1.17.1[introspection?] ) djvu? ( >=app-text/djvu-3.5.17:0 ) dvi? ( virtual/tex-base:0 t1lib? ( >=media-libs/t1lib-5:5 ) ) - epub? ( dev-libs/mathjax ) - gnome-keyring? ( >=app-crypt/libsecret-0.5:0 ) - !gtk3? ( - >=x11-libs/gtk+-2.24.0:2[introspection?] - epub? ( >=net-libs/webkit-gtk-2.4.3:2 ) - ) - gtk3? ( - >=x11-libs/gtk+-3.0:3[introspection?] - epub? ( >=net-libs/webkit-gtk-2.4.3:4 ) + epub? ( + dev-libs/mathjax + >=net-libs/webkit-gtk-2.4.3:4 ) + gnome-keyring? ( >=app-crypt/libsecret-0.5:0 ) introspection? ( >=dev-libs/gobject-introspection-0.6:= ) postscript? ( >=app-text/libspectre-0.2:0 ) tiff? ( >=media-libs/tiff-3.6:0 ) @@ -78,7 +74,6 @@ src_configure() { --enable-pixbuf \ --enable-previewer \ --enable-thumbnailer \ - --with-gtk=$(usex gtk3 3.0 2.0) \ $(use_with gnome-keyring keyring) \ $(use_enable caja) \ $(use_enable dbus) \