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 BA1AD1395E3 for ; Sat, 26 Nov 2016 12:55:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E02821C072; Sat, 26 Nov 2016 12:55:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 0590221C072 for ; Sat, 26 Nov 2016 12:55:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 367B4341236 for ; Sat, 26 Nov 2016 12:55:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D021C49A for ; Sat, 26 Nov 2016 12:55:51 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1480164941.444a425d3db3aa13e941578c363e6ff83a84247f.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/librfm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/librfm/librfm-5.3.16.3-r1.ebuild x11-libs/librfm/librfm-5.3.16.3.ebuild X-VCS-Directories: x11-libs/librfm/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 444a425d3db3aa13e941578c363e6ff83a84247f X-VCS-Branch: master Date: Sat, 26 Nov 2016 12:55:51 +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: c3d73649-5d47-403e-b2ef-bc181272aad0 X-Archives-Hash: 594dd21187ac289d36e6f22a69b8e694 commit: 444a425d3db3aa13e941578c363e6ff83a84247f Author: Pacho Ramos gentoo org> AuthorDate: Sat Nov 26 12:12:08 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Nov 26 12:55:41 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=444a425d x11-libs/librfm: Fix deps, bug #595204 and #599736 by Toralf Förster Package-Manager: portage-2.3.2 ...m-5.3.16.3.ebuild => librfm-5.3.16.3-r1.ebuild} | 32 +++++++++++----------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/x11-libs/librfm/librfm-5.3.16.3.ebuild b/x11-libs/librfm/librfm-5.3.16.3-r1.ebuild similarity index 58% rename from x11-libs/librfm/librfm-5.3.16.3.ebuild rename to x11-libs/librfm/librfm-5.3.16.3-r1.ebuild index ea0262c..3692f5f 100644 --- a/x11-libs/librfm/librfm-5.3.16.3.ebuild +++ b/x11-libs/librfm/librfm-5.3.16.3-r1.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit autotools eutils -MY_P=${PN}5-${PV} +MY_P="${PN}5-${PV}" -DESCRIPTION="the basic library used by some rfm applications, such as Rodent filemanager" +DESCRIPTION="The basic library used by some rfm applications, such as Rodent filemanager" HOMEPAGE="http://xffm.org/libxffm.html" SRC_URI="mirror://sourceforge/xffm/${PN}/${MY_P}.tar.bz2" @@ -16,26 +16,26 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND=">=dev-libs/glib-2.22.5:2 +RDEPEND=" + >=dev-libs/glib-2.22.5:2 >=dev-libs/libdbh-5.0.13 >=dev-libs/libtubo-5.0.13 >=dev-libs/libxml2-2.4.0:2 - >=dev-libs/libzip-0.9 + >=dev-libs/libzip-0.9:0= >=gnome-base/librsvg-2.26:2 - >=x11-libs/cairo-1.12.6 - >=x11-libs/gtk+-3.12:3 - >=x11-libs/pango-1.28.0 - !=x11-libs/cairo-1.12.6[X] + >=x11-libs/gtk+-3.12:3[X] + >=x11-libs/pango-1.28.0[X] + !