Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/yelp: yelp-3.8.0.ebuild ChangeLog
Date: Thu, 28 Mar 2013 17:32:22
Message-Id: 20130328173216.C2EC02171D@flycatcher.gentoo.org
1 pacho 13/03/28 17:32:16
2
3 Modified: ChangeLog
4 Added: yelp-3.8.0.ebuild
5 Log:
6 Version bump for Gnome 3.8
7
8 (Portage version: 2.1.11.58/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.301 gnome-extra/yelp/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/yelp/ChangeLog?rev=1.301&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/yelp/ChangeLog?rev=1.301&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/yelp/ChangeLog?r1=1.300&r2=1.301
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/yelp/ChangeLog,v
20 retrieving revision 1.300
21 retrieving revision 1.301
22 diff -u -r1.300 -r1.301
23 --- ChangeLog 2 Feb 2013 22:41:58 -0000 1.300
24 +++ ChangeLog 28 Mar 2013 17:32:16 -0000 1.301
25 @@ -1,6 +1,11 @@
26 # ChangeLog for gnome-extra/yelp
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/yelp/ChangeLog,v 1.300 2013/02/02 22:41:58 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/yelp/ChangeLog,v 1.301 2013/03/28 17:32:16 pacho Exp $
30 +
31 +*yelp-3.8.0 (28 Mar 2013)
32 +
33 + 28 Mar 2013; Pacho Ramos <pacho@g.o> +yelp-3.8.0.ebuild:
34 + Version bump for Gnome 3.8
35
36 02 Feb 2013; Agostino Sarubbo <ago@g.o> yelp-3.6.2.ebuild:
37 Add ~arm, wrt bug #449220
38
39
40
41 1.1 gnome-extra/yelp/yelp-3.8.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/yelp/yelp-3.8.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/yelp/yelp-3.8.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: yelp-3.8.0.ebuild
47 ===================================================================
48 # Copyright 1999-2013 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.8.0.ebuild,v 1.1 2013/03/28 17:32:16 pacho Exp $
51
52 EAPI="5"
53 GCONF_DEBUG="yes"
54
55 inherit autotools eutils gnome2
56
57 DESCRIPTION="Help browser for GNOME"
58 HOMEPAGE="http://www.gnome.org/"
59
60 LICENSE="GPL-2+"
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
63 IUSE=""
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+-2.91.8:3
75 x11-themes/gnome-icon-theme-symbolic"
76 DEPEND="${RDEPEND}
77 >=dev-util/gtk-doc-am-1.13
78 >=dev-util/intltool-0.41.0
79 >=sys-devel/gettext-0.17
80 virtual/pkgconfig
81 gnome-base/gnome-common"
82 # If eautoreconf:
83 # gnome-base/gnome-common
84
85 src_prepare() {
86 G2CONF="${G2CONF}
87 --disable-static
88 --enable-bz2
89 --enable-lzma
90 ITSTOOL=$(type -P true)"
91
92 # Fix compatibility with Gentoo's sys-apps/man
93 # https://bugzilla.gnome.org/show_bug.cgi?id=648854
94 epatch "${FILESDIR}/${PN}-3.0.3-man-compatibility.patch"
95
96 eautoreconf
97
98 gnome2_src_prepare
99 }