Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/librfm/
Date: Sat, 26 Nov 2016 12:55:54
Message-Id: 1480164941.444a425d3db3aa13e941578c363e6ff83a84247f.pacho@gentoo
1 commit: 444a425d3db3aa13e941578c363e6ff83a84247f
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 26 12:12:08 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 26 12:55:41 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=444a425d
7
8 x11-libs/librfm: Fix deps, bug #595204 and #599736 by Toralf Förster
9
10 Package-Manager: portage-2.3.2
11
12 ...m-5.3.16.3.ebuild => librfm-5.3.16.3-r1.ebuild} | 32 +++++++++++-----------
13 1 file changed, 16 insertions(+), 16 deletions(-)
14
15 diff --git a/x11-libs/librfm/librfm-5.3.16.3.ebuild b/x11-libs/librfm/librfm-5.3.16.3-r1.ebuild
16 similarity index 58%
17 rename from x11-libs/librfm/librfm-5.3.16.3.ebuild
18 rename to x11-libs/librfm/librfm-5.3.16.3-r1.ebuild
19 index ea0262c..3692f5f 100644
20 --- a/x11-libs/librfm/librfm-5.3.16.3.ebuild
21 +++ b/x11-libs/librfm/librfm-5.3.16.3-r1.ebuild
22 @@ -1,13 +1,13 @@
23 -# Copyright 1999-2015 Gentoo Foundation
24 +# Copyright 1999-2016 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 # $Id$
27
28 -EAPI=5
29 +EAPI=6
30 inherit autotools eutils
31
32 -MY_P=${PN}5-${PV}
33 +MY_P="${PN}5-${PV}"
34
35 -DESCRIPTION="the basic library used by some rfm applications, such as Rodent filemanager"
36 +DESCRIPTION="The basic library used by some rfm applications, such as Rodent filemanager"
37 HOMEPAGE="http://xffm.org/libxffm.html"
38 SRC_URI="mirror://sourceforge/xffm/${PN}/${MY_P}.tar.bz2"
39
40 @@ -16,26 +16,26 @@ SLOT="0"
41 KEYWORDS="~amd64 ~x86"
42 IUSE=""
43
44 -RDEPEND=">=dev-libs/glib-2.22.5:2
45 +RDEPEND="
46 + >=dev-libs/glib-2.22.5:2
47 >=dev-libs/libdbh-5.0.13
48 >=dev-libs/libtubo-5.0.13
49 >=dev-libs/libxml2-2.4.0:2
50 - >=dev-libs/libzip-0.9
51 + >=dev-libs/libzip-0.9:0=
52 >=gnome-base/librsvg-2.26:2
53 - >=x11-libs/cairo-1.12.6
54 - >=x11-libs/gtk+-3.12:3
55 - >=x11-libs/pango-1.28.0
56 - !<x11-misc/rodent-5"
57 + >=x11-libs/cairo-1.12.6[X]
58 + >=x11-libs/gtk+-3.12:3[X]
59 + >=x11-libs/pango-1.28.0[X]
60 + !<x11-misc/rodent-5
61 +"
62 DEPEND="${RDEPEND}
63 - virtual/pkgconfig"
64 + virtual/pkgconfig
65 +"
66
67 -S="${WORKDIR}"/${MY_P}
68 -
69 -pkg_setup() {
70 - DOCS=( AUTHORS ChangeLog NEWS README TODO )
71 -}
72 +S="${WORKDIR}/${MY_P}"
73
74 src_prepare() {
75 + default
76 sed -i -e "s:-O2:${CFLAGS}:" m4/rfm-conditionals.m4 || die
77 eautoreconf
78 }