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/glibmm/
Date: Sat, 03 Feb 2018 19:40:18
Message-Id: 1517686692.a9dcb60b58ba42f1274991ee82cb75aeb43e1209.leio@gentoo
1 commit: a9dcb60b58ba42f1274991ee82cb75aeb43e1209
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 3 19:11:27 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 3 19:38:12 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9dcb60b
7
8 dev-cpp/glibmm: remove old
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-cpp/glibmm/Manifest | 1 -
13 dev-cpp/glibmm/glibmm-2.52.0.ebuild | 65 -------------------------------------
14 2 files changed, 66 deletions(-)
15
16 diff --git a/dev-cpp/glibmm/Manifest b/dev-cpp/glibmm/Manifest
17 index 331a1576e14..6aab3e1f752 100644
18 --- a/dev-cpp/glibmm/Manifest
19 +++ b/dev-cpp/glibmm/Manifest
20 @@ -1,3 +1,2 @@
21 DIST glibmm-2.50.1.tar.xz 6444576 BLAKE2B dbbdb79d8de9510f9bec770523ca7f4c93d287cbd9890b2fbc08712f6a2815186ee792f6339820a14aa9e4d49c9d1735c6c6651994cc4e03549f0d96b33f87ad SHA512 4f25c75c1628ca2f4db1c29cebc63187d372603066b06aa6a66c6da792f9e02cb4a413e41f058a81e2d5a2b38d625de13df76115b278f010ce2fc493fe6e6bbb
22 -DIST glibmm-2.52.0.tar.xz 6450592 BLAKE2B 2ea123bd193c7a745f52b2357c620fdaaef34c6e349100e732c8a1efde921db6bb0c97de3a61e0e300b98a04eb1c218f1b216c01d36e62d60ea9897a075826ec SHA512 45cbbe4ce4ba04dcadbcc3b46159dda194235c10a7287075724b0e1c19db2e4db061dc2a66823205f6884b30e2ef87ceafdf9cc2970212a2424535dbe3b9a262
23 DIST glibmm-2.52.1.tar.xz 6451164 BLAKE2B 740178b51a2263ecc4778833fa6f2fd3913cdfc4e93b1a732a1b0ec9d43eb4ed60ab6bea48e02081d75a3ec1f98a149ebff47ced54dcce07e7ae011b2d20452d SHA512 702158762cb28972b315ab98dc00a62e532bda08b6e76dc2a2556e8cb381c2021290891887a4af2fbff5a62bab4d50581be73037dc8e0dc47d5febd6cbeb7bda
24
25 diff --git a/dev-cpp/glibmm/glibmm-2.52.0.ebuild b/dev-cpp/glibmm/glibmm-2.52.0.ebuild
26 deleted file mode 100644
27 index 6b4fa664064..00000000000
28 --- a/dev-cpp/glibmm/glibmm-2.52.0.ebuild
29 +++ /dev/null
30 @@ -1,65 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
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 glib2"
38 -HOMEPAGE="https://www.gtkmm.org"
39 -
40 -LICENSE="LGPL-2.1+ GPL-2+" # GPL-2+ applies only to the build system
41 -SLOT="2"
42 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
43 -IUSE="doc debug test"
44 -
45 -RDEPEND="
46 - >=dev-libs/libsigc++-2.9.1:2[${MULTILIB_USEDEP}]
47 - >=dev-libs/glib-2.50.0:2[${MULTILIB_USEDEP}]
48 -"
49 -DEPEND="${RDEPEND}
50 - virtual/pkgconfig
51 - doc? ( app-doc/doxygen )
52 -"
53 -# dev-cpp/mm-common needed for eautoreconf
54 -
55 -src_prepare() {
56 - if ! use test; then
57 - # don't waste time building tests
58 - sed 's/^\(SUBDIRS =.*\)tests\(.*\)$/\1\2/' \
59 - -i Makefile.am Makefile.in || die "sed 1 failed"
60 - fi
61 -
62 - # don't build examples - we want to install example sources, not binaries
63 - sed 's/^\(SUBDIRS =.*\)examples\(.*\)$/\1\2/' \
64 - -i Makefile.am Makefile.in || die "sed 2 failed"
65 -
66 - gnome2_src_prepare
67 -}
68 -
69 -multilib_src_configure() {
70 - ECONF_SOURCE="${S}" gnome2_src_configure \
71 - $(use_enable debug debug-refcounting) \
72 - $(multilib_native_use_enable doc documentation) \
73 - --enable-deprecated-api
74 -}
75 -
76 -multilib_src_test() {
77 - cd tests
78 - default
79 -
80 - for i in */test; do
81 - ${i} || die "Running tests failed at ${i}"
82 - done
83 -}
84 -
85 -multilib_src_install() {
86 - gnome2_src_install
87 -}
88 -
89 -multilib_src_install_all() {
90 - einstalldocs
91 -
92 - find examples -type d -name '.deps' -exec rm -rf {} \; 2>/dev/null
93 - find examples -type f -name 'Makefile*' -exec rm -f {} \; 2>/dev/null
94 - dodoc -r examples
95 -}