Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/pangomm/
Date: Mon, 31 May 2021 02:20:00
Message-Id: 1622427587.5f2a540129065de236e1b2f39ba37101c729959d.mattst88@gentoo
1 commit: 5f2a540129065de236e1b2f39ba37101c729959d
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 31 02:12:30 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon May 31 02:19:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f2a5401
7
8 dev-cpp/pangomm: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 dev-cpp/pangomm/Manifest | 1 -
13 dev-cpp/pangomm/pangomm-2.48.0.ebuild | 51 -----------------------------------
14 2 files changed, 52 deletions(-)
15
16 diff --git a/dev-cpp/pangomm/Manifest b/dev-cpp/pangomm/Manifest
17 index bff92fb80b4..3fdd6184d2b 100644
18 --- a/dev-cpp/pangomm/Manifest
19 +++ b/dev-cpp/pangomm/Manifest
20 @@ -1,3 +1,2 @@
21 DIST pangomm-2.42.2.tar.xz 656760 BLAKE2B 8fae779aa78b2337b83759adc7aadec1f61c08c54d892e3cdd05180e2ab032a61faa72c39281fab649bcd08591c5d7ace9ea65b25f76ce17d6f4d96f38900b6a SHA512 5e4826d64c0178527b4df73e901d2fdf5661d41777e189f5e2d4b26577e42689efaccf5a28502246c6b3926571ccd5876cb23d33267b44ace7ee164322c14667
22 -DIST pangomm-2.48.0.tar.xz 674516 BLAKE2B 58c3e93c6127a14b5bc866b43bff4ab25a1ac1a06813c73e4f2a4d02adad3f51b7ec922f7c6e3d4af518a1f8f31c19de4df0c11b91a10ee61c2e16df8aa025ea SHA512 0c1be5726740669c366214caf8b8b0bca1c7b223aafb2e6ce64f7a5a90d07c62ee509821ac787f3997ae78aa3a3ffd5cff7d33c73bc7ebd7fe642c56689d98a3
23 DIST pangomm-2.48.1.tar.xz 675452 BLAKE2B bb012fc5cb66d5cb98f522e3706fdd35bcc5692fcd942f86ee1e20116590ceca26874c5a58bd3f8fac4f154700dfb37ea060747a6c3069e67adf83ba551e7abc SHA512 c204a1cb7a404f055d62880a760716c5567a835ca495cc5e01589ed59fabb332490e529de716c3438cefbc4428c025d6d01c71e4412b2843e3ab3a3175ccc2f4
24
25 diff --git a/dev-cpp/pangomm/pangomm-2.48.0.ebuild b/dev-cpp/pangomm/pangomm-2.48.0.ebuild
26 deleted file mode 100644
27 index 924043617bf..00000000000
28 --- a/dev-cpp/pangomm/pangomm-2.48.0.ebuild
29 +++ /dev/null
30 @@ -1,51 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -PYTHON_COMPAT=( python3_{7..9} )
37 -inherit gnome.org meson multilib-minimal python-any-r1
38 -
39 -DESCRIPTION="C++ interface for pango"
40 -HOMEPAGE="https://www.gtkmm.org"
41 -
42 -LICENSE="LGPL-2.1+"
43 -SLOT="2.48"
44 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
45 -IUSE="doc"
46 -
47 -DEPEND="
48 - >=dev-cpp/cairomm-1.16.0:1.16[doc?,${MULTILIB_USEDEP}]
49 - >=dev-cpp/glibmm-2.68.0:2.68[doc?,${MULTILIB_USEDEP}]
50 - >=dev-libs/libsigc++-3:3[doc?,${MULTILIB_USEDEP}]
51 - >=x11-libs/pango-1.48.0[${MULTILIB_USEDEP}]
52 -"
53 -RDEPEND="${DEPEND}"
54 -BDEPEND="
55 - virtual/pkgconfig
56 - doc? (
57 - app-doc/doxygen[dot]
58 - dev-lang/perl
59 - dev-libs/libxslt
60 - )
61 - ${PYTHON_DEPS}
62 -"
63 -
64 -multilib_src_configure() {
65 - local emesonargs=(
66 - -Dbuild-documentation=$(multilib_native_usex doc true false)
67 - )
68 - meson_src_configure
69 -}
70 -
71 -multilib_src_compile() {
72 - meson_src_compile
73 -}
74 -
75 -multilib_src_install() {
76 - meson_src_install
77 -}
78 -
79 -multilib_src_test() {
80 - meson_src_test
81 -}