Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-cpp/cairomm: cairomm-1.10.0.ebuild ChangeLog cairomm-1.10.0-r1.ebuild
Date: Fri, 06 Mar 2015 05:04:01
Message-Id: 20150306050355.BDD2F1323F@oystercatcher.gentoo.org
1 tetromino 15/03/06 05:03:55
2
3 Modified: cairomm-1.10.0.ebuild ChangeLog
4 Added: cairomm-1.10.0-r1.ebuild
5 Log:
6 Add multilib support, update license, install docs where other *mm packages expect them (bug #443950)
7
8 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x18E5B6F2D8D5EC8D)
9
10 Revision Changes Path
11 1.10 dev-cpp/cairomm/cairomm-1.10.0.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/cairomm/cairomm-1.10.0.ebuild?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/cairomm/cairomm-1.10.0.ebuild?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/cairomm/cairomm-1.10.0.ebuild?r1=1.9&r2=1.10
16
17 Index: cairomm-1.10.0.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/cairomm/cairomm-1.10.0.ebuild,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- cairomm-1.10.0.ebuild 29 Sep 2013 11:05:31 -0000 1.9
24 +++ cairomm-1.10.0.ebuild 6 Mar 2015 05:03:55 -0000 1.10
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2013 Gentoo Foundation
27 +# Copyright 1999-2015 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/cairomm/cairomm-1.10.0.ebuild,v 1.9 2013/09/29 11:05:31 pacho Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/cairomm/cairomm-1.10.0.ebuild,v 1.10 2015/03/06 05:03:55 tetromino Exp $
31
32 EAPI=5
33 GCONF_DEBUG="no"
34 @@ -11,7 +11,7 @@
35 HOMEPAGE="http://cairographics.org/cairomm"
36 SRC_URI="http://cairographics.org/releases/${P}.tar.gz"
37
38 -LICENSE="LGPL-2"
39 +LICENSE="LGPL-2+"
40 SLOT="0"
41 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
42 IUSE="doc +svg"
43
44
45
46 1.64 dev-cpp/cairomm/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/cairomm/ChangeLog?rev=1.64&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/cairomm/ChangeLog?rev=1.64&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/cairomm/ChangeLog?r1=1.63&r2=1.64
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/cairomm/ChangeLog,v
55 retrieving revision 1.63
56 retrieving revision 1.64
57 diff -u -r1.63 -r1.64
58 --- ChangeLog 29 Sep 2013 11:05:31 -0000 1.63
59 +++ ChangeLog 6 Mar 2015 05:03:55 -0000 1.64
60 @@ -1,6 +1,13 @@
61 # ChangeLog for dev-cpp/cairomm
62 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/cairomm/ChangeLog,v 1.63 2013/09/29 11:05:31 pacho Exp $
64 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
65 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/cairomm/ChangeLog,v 1.64 2015/03/06 05:03:55 tetromino Exp $
66 +
67 +*cairomm-1.10.0-r1 (06 Mar 2015)
68 +
69 + 06 Mar 2015; Alexandre Rostovtsev <tetromino@g.o>
70 + cairomm-1.10.0.ebuild, +cairomm-1.10.0-r1.ebuild:
71 + Add multilib support, update license, install docs where other *mm packages
72 + expect them (bug #443950)
73
74 29 Sep 2013; Pacho Ramos <pacho@g.o> cairomm-1.10.0.ebuild:
75 Fix docs installation patch, #443950 by Chris Mayo
76
77
78
79 1.1 dev-cpp/cairomm/cairomm-1.10.0-r1.ebuild
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/cairomm/cairomm-1.10.0-r1.ebuild?rev=1.1&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/cairomm/cairomm-1.10.0-r1.ebuild?rev=1.1&content-type=text/plain
83
84 Index: cairomm-1.10.0-r1.ebuild
85 ===================================================================
86 # Copyright 1999-2015 Gentoo Foundation
87 # Distributed under the terms of the GNU General Public License v2
88 # $Header: /var/cvsroot/gentoo-x86/dev-cpp/cairomm/cairomm-1.10.0-r1.ebuild,v 1.1 2015/03/06 05:03:55 tetromino Exp $
89
90 EAPI=5
91 GCONF_DEBUG="no"
92
93 inherit eutils gnome2 multilib-minimal
94
95 DESCRIPTION="C++ bindings for the Cairo vector graphics library"
96 HOMEPAGE="http://cairographics.org/cairomm"
97 SRC_URI="http://cairographics.org/releases/${P}.tar.gz"
98
99 LICENSE="LGPL-2+"
100 SLOT="0"
101 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
102 IUSE="doc +svg"
103
104 # FIXME: svg support is automagic
105 COMMON_DEPEND="
106 >=x11-libs/cairo-1.12.10[svg?,${MULTILIB_USEDEP}]
107 >=dev-libs/libsigc++-2.3.2:2[${MULTILIB_USEDEP}]
108 "
109 RDEPEND="${COMMON_DEPEND}
110 abi_x86_32? (
111 !<=app-emulation/emul-linux-x86-gtkmmlibs-20140508
112 !app-emulation/emul-linux-x86-gtkmmlibs[-abi_x86_32(-)] )
113 "
114 DEPEND="${COMMON_DEPEND}
115 virtual/pkgconfig
116 doc? (
117 app-doc/doxygen
118 dev-libs/libxslt
119 media-gfx/graphviz )
120 "
121
122 src_prepare() {
123 # don't waste time building examples because they are marked as "noinst"
124 sed -i 's/^\(SUBDIRS =.*\)examples\(.*\)$/\1\2/' Makefile.in || die
125
126 # don't waste time building tests
127 # they require the boost Unit Testing framework, that's not in base boost
128 sed -i 's/^\(SUBDIRS =.*\)tests\(.*\)$/\1\2/' Makefile.in || die
129
130 gnome2_src_prepare
131 }
132
133 multilib_src_configure() {
134 ECONF_SOURCE="${S}" gnome2_src_configure \
135 --disable-tests \
136 $(multilib_native_use_enable doc documentation)
137 }
138
139 multilib_src_install() {
140 gnome2_src_install
141 }