Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libsigc++/, dev-libs/libsigc++/files/
Date: Tue, 30 Mar 2021 17:49:07
Message-Id: 1617126485.8a333e0d3e73088610cbdb946015f198aa6d96bb.asturm@gentoo
1 commit: 8a333e0d3e73088610cbdb946015f198aa6d96bb
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 30 12:43:46 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 30 17:48:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a333e0d
7
8 dev-libs/libsigc++: Drop 1.2.7, EAPI5--
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-libs/libsigc++/Manifest | 1 -
14 .../files/libsigc++-1.2.7-fix-install.patch | 11 ------
15 dev-libs/libsigc++/libsigc++-1.2.7.ebuild | 43 ----------------------
16 3 files changed, 55 deletions(-)
17
18 diff --git a/dev-libs/libsigc++/Manifest b/dev-libs/libsigc++/Manifest
19 index 9bc6d98f27f..2fa1778f689 100644
20 --- a/dev-libs/libsigc++/Manifest
21 +++ b/dev-libs/libsigc++/Manifest
22 @@ -1,4 +1,3 @@
23 -DIST libsigc++-1.2.7.tar.bz2 326205 BLAKE2B b316460178224c0b8177ce9a236c69a8b737bf7356b290b59eaeb60b09285c61d113bfc7de89bd712c3c049a492f5cc36d205ac77816aff73e587e8a42ade520 SHA512 79fd9657219459bce64fc069dbcb054959e324b5d546b5f11acaae5e5bedcc4dca699a21c949e3f6b2ec0dbe1c3dba3981158e5950d0aaba5028445b2ad5740f
24 DIST libsigc++-2.10.1.tar.xz 4062388 BLAKE2B 3bd988acae78b7d463c966fa5c8da68b35d8a0b0bf4762811b7a9fdf82357b29aaa48d64e19f4cb6bd0f42ee70ad77a64a4905d1ad609dbe11ca8ff7596527c6 SHA512 e2bd7b1a97019be010dee1594271bbf7cae92b28e31dcb3c6d7d60643a0996233f0a75a9337b4afcb5b7dc453bfc3159d82f6daacfbcd8993a39ccecaf811bb2
25 DIST libsigc++-2.10.3.tar.xz 4558428 BLAKE2B fcaaae7bf3a3aea30c0b8b63d7a7c5fa137d16128ef9652b611613118e323f7bcabafe28d42407df0e08c323c540143c152ac91e04e9f101c1971ddaf0f9144c SHA512 3c7f90be84724e39073c05624ad2bee6a5835e2c6cb6cf9e605edc6574eb7cd99ec153aaca6e8fcf7e3a6c031c4e9c334da32d04177d36788e64a17667c70b4e
26 DIST libsigc++-2.10.6.tar.xz 4791016 BLAKE2B c50283da7eb3ec1b595514ac805c5fe0b4f7687ec77478c7c703ce8915ea72e065f4e7cbe53fb90c13b81d266df74cade8f5a5c0ff2dcc3880e852f02508eaf9 SHA512 7dd57c061defe323de5721d187145dcf63346311d8993eb6346a33789f26c8509c1bf5a73d55776cc5ebe85fb14d54107553a652dd42f452aed6aed20047b549
27
28 diff --git a/dev-libs/libsigc++/files/libsigc++-1.2.7-fix-install.patch b/dev-libs/libsigc++/files/libsigc++-1.2.7-fix-install.patch
29 deleted file mode 100644
30 index 3b470363190..00000000000
31 --- a/dev-libs/libsigc++/files/libsigc++-1.2.7-fix-install.patch
32 +++ /dev/null
33 @@ -1,11 +0,0 @@
34 ---- sigc++/Makefile.am.orig 2010-11-27 20:40:35.301189910 +0930
35 -+++ sigc++/Makefile.am 2010-11-27 20:40:46.871110361 +0930
36 -@@ -12,7 +12,7 @@
37 - sigc_built_h = bind_return.h \
38 - object_slot.h retype_return.h slot.h bind.h \
39 - class_slot.h hide.h retype.h signal.h \
40 -- method_slot.h method_slot.h
41 -+ method_slot.h
42 -
43 - built_sources = $(sigc_built_cc) $(sigc_built_h)
44 - dist_sources = $(sigc_fixed_cc) $(sigc_fixed_h)
45
46 diff --git a/dev-libs/libsigc++/libsigc++-1.2.7.ebuild b/dev-libs/libsigc++/libsigc++-1.2.7.ebuild
47 deleted file mode 100644
48 index 25b6ed8ce02..00000000000
49 --- a/dev-libs/libsigc++/libsigc++-1.2.7.ebuild
50 +++ /dev/null
51 @@ -1,43 +0,0 @@
52 -# Copyright 1999-2020 Gentoo Authors
53 -# Distributed under the terms of the GNU General Public License v2
54 -
55 -EAPI=5
56 -GCONF_DEBUG="yes"
57 -GNOME_TARBALL_SUFFIX="bz2"
58 -
59 -inherit autotools gnome2 eutils
60 -
61 -DESCRIPTION="Typesafe callback system for standard C++"
62 -HOMEPAGE="https://libsigcplusplus.github.io/libsigcplusplus/
63 - https://github.com/libsigcplusplus/libsigcplusplus"
64 -
65 -LICENSE="GPL-2 LGPL-2.1+"
66 -SLOT="1.2"
67 -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 sparc x86"
68 -IUSE=""
69 -
70 -DEPEND="sys-devel/m4"
71 -RDEPEND=""
72 -
73 -src_prepare() {
74 - DOCS="AUTHORS ChangeLog FEATURES IDEAS README NEWS TODO"
75 -
76 - # fixes bug #219041
77 - sed -e 's:ACLOCAL_AMFLAGS = -I $(srcdir)/scripts:ACLOCAL_AMFLAGS = -I scripts:' \
78 - -i Makefile.{in,am}
79 -
80 - # fixes bug #469698
81 - sed -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:g' -i configure.in || die
82 -
83 - # Fix duplicated file installation, bug #346949
84 - epatch "${FILESDIR}/${P}-fix-install.patch"
85 -
86 - eautoreconf
87 - gnome2_src_prepare
88 -}
89 -
90 -src_configure() {
91 - gnome2_src_configure \
92 - --enable-maintainer-mode \
93 - --enable-threads
94 -}