Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/libgnomeprintui: libgnomeprintui-2.18.6-r1.ebuild ChangeLog
Date: Sun, 29 Jun 2014 09:45:25
Message-Id: 20140629094522.79EFB2004E@flycatcher.gentoo.org
1 mgorny 14/06/29 09:45:22
2
3 Modified: ChangeLog
4 Added: libgnomeprintui-2.18.6-r1.ebuild
5 Log:
6 Enable multilib support, required for x11-libs/wxGTK:{2.8,2.9}. Remove useless USE=doc since HTML docs are bundled. Bug #515650.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
9
10 Revision Changes Path
11 1.179 gnome-base/libgnomeprintui/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog?rev=1.179&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog?rev=1.179&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog?r1=1.178&r2=1.179
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog,v
20 retrieving revision 1.178
21 retrieving revision 1.179
22 diff -u -r1.178 -r1.179
23 --- ChangeLog 29 May 2012 14:25:37 -0000 1.178
24 +++ ChangeLog 29 Jun 2014 09:45:22 -0000 1.179
25 @@ -1,6 +1,13 @@
26 # ChangeLog for gnome-base/libgnomeprintui
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog,v 1.178 2012/05/29 14:25:37 aballier Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/ChangeLog,v 1.179 2014/06/29 09:45:22 mgorny Exp $
31 +
32 +*libgnomeprintui-2.18.6-r1 (29 Jun 2014)
33 +
34 + 29 Jun 2014; Michał Górny <mgorny@g.o>
35 + +libgnomeprintui-2.18.6-r1.ebuild:
36 + Enable multilib support, required for x11-libs/wxGTK:{2.8,2.9}. Remove useless
37 + USE=doc since HTML docs are bundled. Bug #515650.
38
39 29 May 2012; Alexis Ballier <aballier@g.o>
40 libgnomeprintui-2.18.6.ebuild:
41
42
43
44 1.1 gnome-base/libgnomeprintui/libgnomeprintui-2.18.6-r1.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.6-r1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.6-r1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: libgnomeprintui-2.18.6-r1.ebuild
50 ===================================================================
51 # Copyright 1999-2014 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprintui/libgnomeprintui-2.18.6-r1.ebuild,v 1.1 2014/06/29 09:45:22 mgorny Exp $
54
55 EAPI="5"
56 GCONF_DEBUG="no"
57 GNOME_TARBALL_SUFFIX="bz2"
58
59 inherit gnome2 multilib-minimal
60
61 DESCRIPTION="User interface libraries for gnome print"
62 HOMEPAGE="http://www.gnome.org/"
63
64 LICENSE="GPL-2 LGPL-2.1"
65 SLOT="2.2"
66 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
67 IUSE=""
68
69 RDEPEND=">=x11-libs/gtk+-2.6:2[${MULTILIB_USEDEP}]
70 >=gnome-base/libgnomeprint-2.12.1[${MULTILIB_USEDEP}]
71 >=gnome-base/libgnomecanvas-1.117[${MULTILIB_USEDEP}]
72 >=x11-themes/gnome-icon-theme-1.1.92"
73 DEPEND="${RDEPEND}
74 sys-devel/gettext
75 virtual/pkgconfig[${MULTILIB_USEDEP}]"
76
77 src_prepare() {
78 gnome2_src_prepare
79
80 # Drop DEPRECATED flags, bug #384815
81 sed -i -e 's:-D[A-Z_]*DISABLE_DEPRECATED:$(NULL):g' \
82 libgnomeprintui/gpaui/Makefile.am libgnomeprintui/gpaui/Makefile.in \
83 libgnomeprintui/Makefile.am libgnomeprintui/Makefile.in \
84 tests/Makefile.am tests/Makefile.in || die
85 }
86
87 multilib_src_configure() {
88 ECONF_SOURCE=${S} \
89 gnome2_src_configure \
90 --disable-static
91 }
92
93 multilib_src_install() {
94 gnome2_src_install
95 }
96
97 multilib_src_install_all() {
98 DOCS="AUTHORS ChangeLog NEWS README"
99 einstalldocs
100 }