commit:     617dd340856d003eea475200f521822d1f255797
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 11 01:25:37 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Mar 23 00:38:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=617dd340

dev-cpp/pangomm: Version bump to 2.48.0

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 dev-cpp/pangomm/Manifest              |  1 +
 dev-cpp/pangomm/pangomm-2.48.0.ebuild | 48 +++++++++++++++++++++++++++++++++++
 profiles/package.mask                 |  1 +
 3 files changed, 50 insertions(+)

diff --git a/dev-cpp/pangomm/Manifest b/dev-cpp/pangomm/Manifest
index 36643b7d443..abb12cbafeb 100644
--- a/dev-cpp/pangomm/Manifest
+++ b/dev-cpp/pangomm/Manifest
@@ -1,2 +1,3 @@
 DIST pangomm-2.42.1.tar.xz 882508 BLAKE2B 
34b6a93d931e1a27c7859e3cc407c714588890122639a61d30d9886bc3d861f11e1fcb97a08b6be8bddcde776d86f8b6c4cdc4a53da245ea1dc81f50d402303c
 SHA512 
46ba375e61dd32e268397ecb8e69364b642ea3d9a6c4d9e3e52500e1e1c9fa0c6aa822c6d5046f49a2fe4d9a872c6c2b354134d39c17370abcfc6a1d752223b0
 DIST pangomm-2.42.2.tar.xz 656760 BLAKE2B 
8fae779aa78b2337b83759adc7aadec1f61c08c54d892e3cdd05180e2ab032a61faa72c39281fab649bcd08591c5d7ace9ea65b25f76ce17d6f4d96f38900b6a
 SHA512 
5e4826d64c0178527b4df73e901d2fdf5661d41777e189f5e2d4b26577e42689efaccf5a28502246c6b3926571ccd5876cb23d33267b44ace7ee164322c14667
+DIST pangomm-2.48.0.tar.xz 674516 BLAKE2B 
58c3e93c6127a14b5bc866b43bff4ab25a1ac1a06813c73e4f2a4d02adad3f51b7ec922f7c6e3d4af518a1f8f31c19de4df0c11b91a10ee61c2e16df8aa025ea
 SHA512 
0c1be5726740669c366214caf8b8b0bca1c7b223aafb2e6ce64f7a5a90d07c62ee509821ac787f3997ae78aa3a3ffd5cff7d33c73bc7ebd7fe642c56689d98a3

diff --git a/dev-cpp/pangomm/pangomm-2.48.0.ebuild 
b/dev-cpp/pangomm/pangomm-2.48.0.ebuild
new file mode 100644
index 00000000000..08b5bce4b56
--- /dev/null
+++ b/dev-cpp/pangomm/pangomm-2.48.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit gnome.org meson multilib-minimal
+
+DESCRIPTION="C++ interface for pango"
+HOMEPAGE="https://www.gtkmm.org";
+
+LICENSE="LGPL-2.1+"
+SLOT="1.4"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
+IUSE="doc"
+
+DEPEND="
+       >=x11-libs/pango-1.48.0[${MULTILIB_USEDEP}]
+       >=dev-cpp/glibmm-2.68.0:2.68[${MULTILIB_USEDEP}]
+       >=dev-cpp/cairomm-1.16.0:1.16[${MULTILIB_USEDEP}]
+       >=dev-libs/libsigc++-3:3[${MULTILIB_USEDEP}]
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+       virtual/pkgconfig
+       doc? (
+               media-gfx/graphviz
+               dev-libs/libxslt
+               app-doc/doxygen
+       )
+"
+
+multilib_src_configure() {
+       local emesonargs=(
+               $(meson_use doc build-documentation)
+       )
+       meson_src_configure
+}
+
+multilib_src_compile() {
+       meson_src_compile
+}
+
+multilib_src_install() {
+       meson_src_install
+}
+
+multilib_src_test() {
+       meson_src_test
+}

diff --git a/profiles/package.mask b/profiles/package.mask
index e5ba6e29bdc..c252a1cc748 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -541,6 +541,7 @@ net-misc/gnome-remote-desktop
 # Mart Raudsepp <l...@gentoo.org> (2020-02-03)
 # Needs news item, known breakages that need to be handled first, bug 698922
 >=x11-libs/pango-1.43
+>=dev-cpp/pangomm-2.48
 
 # Andrew Ammerlaan <andrewammerl...@riseup.net> (2020-01-26)
 # Proxy Maintainers <proxy-ma...@gentoo.org>

Reply via email to