Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/yelp: ChangeLog yelp-3.12.0.ebuild
Date: Sun, 27 Apr 2014 17:23:23
Message-Id: 20140427172320.58F5E2004B@flycatcher.gentoo.org
1 eva 14/04/27 17:23:20
2
3 Modified: ChangeLog
4 Added: yelp-3.12.0.ebuild
5 Log:
6 Version bump for Gnome 3.12.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key C6085806)
9
10 Revision Changes Path
11 1.314 gnome-extra/yelp/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/yelp/ChangeLog?rev=1.314&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/yelp/ChangeLog?rev=1.314&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/yelp/ChangeLog?r1=1.313&r2=1.314
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/yelp/ChangeLog,v
20 retrieving revision 1.313
21 retrieving revision 1.314
22 diff -u -r1.313 -r1.314
23 --- ChangeLog 27 Apr 2014 07:21:21 -0000 1.313
24 +++ ChangeLog 27 Apr 2014 17:23:20 -0000 1.314
25 @@ -1,6 +1,11 @@
26 # ChangeLog for gnome-extra/yelp
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/yelp/ChangeLog,v 1.313 2014/04/27 07:21:21 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/yelp/ChangeLog,v 1.314 2014/04/27 17:23:20 eva Exp $
30 +
31 +*yelp-3.12.0 (27 Apr 2014)
32 +
33 + 27 Apr 2014; Gilles Dartiguelongue <eva@g.o> +yelp-3.12.0.ebuild:
34 + Version bump for Gnome 3.12.
35
36 27 Apr 2014; Pacho Ramos <pacho@g.o> -yelp-3.10.1.ebuild,
37 -yelp-3.8.1.ebuild:
38
39
40
41 1.1 gnome-extra/yelp/yelp-3.12.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/yelp/yelp-3.12.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/yelp/yelp-3.12.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: yelp-3.12.0.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/yelp/yelp-3.12.0.ebuild,v 1.1 2014/04/27 17:23:20 eva Exp $
51
52 EAPI="5"
53 GCONF_DEBUG="yes"
54
55 inherit autotools eutils gnome2
56
57 DESCRIPTION="Help browser for GNOME"
58 HOMEPAGE="https://wiki.gnome.org/Apps/Yelp"
59
60 LICENSE="GPL-2+"
61 SLOT="0"
62 IUSE=""
63 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
64
65 RDEPEND="
66 app-arch/bzip2:=
67 >=app-arch/xz-utils-4.9:=
68 dev-db/sqlite:3=
69 >=dev-libs/glib-2.25.11:2
70 >=dev-libs/libxml2-2.6.5:2
71 >=dev-libs/libxslt-1.1.4
72 >=gnome-extra/yelp-xsl-3.6.1
73 >=net-libs/webkit-gtk-1.3.10:3
74 >=x11-libs/gtk+-3.8:3
75 x11-themes/gnome-icon-theme-symbolic
76 "
77 DEPEND="${RDEPEND}
78 >=dev-util/gtk-doc-am-1.13
79 >=dev-util/intltool-0.41.0
80 >=sys-devel/gettext-0.17
81 virtual/pkgconfig
82 gnome-base/gnome-common
83 "
84 # If eautoreconf:
85 # gnome-base/gnome-common
86
87 src_prepare() {
88 # Fix compatibility with Gentoo's sys-apps/man
89 # https://bugzilla.gnome.org/show_bug.cgi?id=648854
90 epatch "${FILESDIR}/${PN}-3.0.3-man-compatibility.patch"
91 eautoreconf
92 gnome2_src_prepare
93 }
94
95 src_configure() {
96 gnome2_src_configure \
97 --disable-static \
98 --enable-bz2 \
99 --enable-lzma \
100 ITSTOOL=$(type -P true)
101 }