Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/pangomm/
Date: Tue, 22 Jan 2019 12:39:09
Message-Id: 1548159743.a987e9a6451338cc569b462f148dd5a06ebcc8df.leio@gentoo
1 commit: a987e9a6451338cc569b462f148dd5a06ebcc8df
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 22 12:08:34 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 22 12:22:23 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a987e9a6
7
8 dev-cpp/pangomm: bump to 2.42.0
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 dev-cpp/pangomm/Manifest | 1 +
14 dev-cpp/pangomm/pangomm-2.42.0.ebuild | 39 +++++++++++++++++++++++++++++++++++
15 2 files changed, 40 insertions(+)
16
17 diff --git a/dev-cpp/pangomm/Manifest b/dev-cpp/pangomm/Manifest
18 index 3ebb7fdb5dc..4ad62b3935e 100644
19 --- a/dev-cpp/pangomm/Manifest
20 +++ b/dev-cpp/pangomm/Manifest
21 @@ -1 +1,2 @@
22 DIST pangomm-2.40.1.tar.xz 810384 BLAKE2B 18b875afe43fb561cc96d24e796dbaa4f4255346ced6ea510403f48047fbd30ec7d2bb89cfd316b0b1cf709cb39982814e90899084d098ad9bb8f5d6270e399c SHA512 bed19800b76e69cc51abeb5997bdc2f687f261ebcbe36aeee51f1fbf5010a46f4b9469033c34a912502001d9985135fd5c7f7574d3de8ba33cc5832520c6aa6f
23 +DIST pangomm-2.42.0.tar.xz 853064 BLAKE2B e0aac439565c4fc80c71cfdd430133373cca4c88c88484ab5b77a2a395154e3d381bc0158a9d312280f409ba325b547504016d8bc50830794dee13c199ee1e62 SHA512 2cebf76150414cde96b911eae947a6e1a073352927f01a44ddc276711151dffe0b9d8c54c3df16289d9002f982fa3e3386ddfe002be902f3086b44fff95fdb59
24
25 diff --git a/dev-cpp/pangomm/pangomm-2.42.0.ebuild b/dev-cpp/pangomm/pangomm-2.42.0.ebuild
26 new file mode 100644
27 index 00000000000..1f24ba137ac
28 --- /dev/null
29 +++ b/dev-cpp/pangomm/pangomm-2.42.0.ebuild
30 @@ -0,0 +1,39 @@
31 +# Copyright 1999-2019 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +inherit gnome2 multilib-minimal
36 +
37 +DESCRIPTION="C++ interface for pango"
38 +HOMEPAGE="https://www.gtkmm.org"
39 +
40 +LICENSE="LGPL-2.1+"
41 +SLOT="1.4"
42 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
43 +IUSE="doc"
44 +
45 +COMMON_DEPEND="
46 + >=x11-libs/pango-1.41.0[${MULTILIB_USEDEP}]
47 + >=dev-cpp/glibmm-2.48.0:2[${MULTILIB_USEDEP}]
48 + >=dev-cpp/cairomm-1.12.0[${MULTILIB_USEDEP}]
49 + >=dev-libs/libsigc++-2.3.2:2[${MULTILIB_USEDEP}]
50 +"
51 +DEPEND="${COMMON_DEPEND}
52 + virtual/pkgconfig[${MULTILIB_USEDEP}]
53 + doc? (
54 + media-gfx/graphviz
55 + dev-libs/libxslt
56 + app-doc/doxygen )
57 +"
58 +RDEPEND="${COMMON_DEPEND}
59 + !<dev-cpp/gtkmm-2.13:2.4
60 +"
61 +
62 +multilib_src_configure() {
63 + ECONF_SOURCE="${S}" gnome2_src_configure \
64 + $(multilib_native_use_enable doc documentation)
65 +}
66 +
67 +multilib_src_install() {
68 + gnome2_src_install
69 +}