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/injeqt/, profiles/, dev-libs/injeqt/files/
Date: Wed, 30 Mar 2022 19:43:28
Message-Id: 1648669198.3af719404d8411e99ce65029a74ee775a5631a06.asturm@gentoo
1 commit: 3af719404d8411e99ce65029a74ee775a5631a06
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 30 19:38:48 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 30 19:39:58 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3af71940
7
8 dev-libs/injeqt: Remove last-rited package
9
10 Closes: https://bugs.gentoo.org/834317
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-libs/injeqt/Manifest | 1 -
14 dev-libs/injeqt/files/injeqt-1.2.0-gcc7.patch | 22 -------------
15 dev-libs/injeqt/files/injeqt-1.2.0-no-Werror.patch | 12 -------
16 dev-libs/injeqt/injeqt-1.2.0.ebuild | 38 ----------------------
17 dev-libs/injeqt/metadata.xml | 11 -------
18 profiles/package.mask | 5 ---
19 6 files changed, 89 deletions(-)
20
21 diff --git a/dev-libs/injeqt/Manifest b/dev-libs/injeqt/Manifest
22 deleted file mode 100644
23 index 9ac91cb6c7eb..000000000000
24 --- a/dev-libs/injeqt/Manifest
25 +++ /dev/null
26 @@ -1 +0,0 @@
27 -DIST injeqt-1.2.0.tar.gz 73787 BLAKE2B 1b265c14a04dff8380297905f1b717c09baff6e24aedf473a36ff37be83d7e58b7ccae7df0eaf9690cee8c40d5646cb0af43a54427630db5595a9fa59d10e194 SHA512 4783f662af3b7711ef639695350bf136e84a218c8e2f0ddd8a44cb9790e1db5dcb69168fd46c21a82bd76eaebc01e5067e11be87823409d6ca032d2b95bfb880
28
29 diff --git a/dev-libs/injeqt/files/injeqt-1.2.0-gcc7.patch b/dev-libs/injeqt/files/injeqt-1.2.0-gcc7.patch
30 deleted file mode 100644
31 index 33e51ce739e0..000000000000
32 --- a/dev-libs/injeqt/files/injeqt-1.2.0-gcc7.patch
33 +++ /dev/null
34 @@ -1,22 +0,0 @@
35 -From de025e0c472bdb2fcabbc9dc2fd443b91ab28e28 Mon Sep 17 00:00:00 2001
36 -From: =?UTF-8?q?Bart=C5=82omiej=20Burdukiewicz?=
37 - <bartlomiej.burdukiewicz@×××××.com>
38 -Date: Wed, 24 May 2017 18:52:20 +0200
39 -Subject: [PATCH] fix compilation for GCC 7.1.0
40 -
41 ----
42 - src/internal/containers.h | 1 +
43 - 1 file changed, 1 insertion(+)
44 -
45 -diff --git a/src/internal/containers.h b/src/internal/containers.h
46 -index 8da4298..78dd212 100644
47 ---- a/src/internal/containers.h
48 -+++ b/src/internal/containers.h
49 -@@ -23,6 +23,7 @@
50 - #include "internal.h"
51 -
52 - #include <algorithm>
53 -+#include <functional>
54 - #include <vector>
55 -
56 - /**
57
58 diff --git a/dev-libs/injeqt/files/injeqt-1.2.0-no-Werror.patch b/dev-libs/injeqt/files/injeqt-1.2.0-no-Werror.patch
59 deleted file mode 100644
60 index ffb8aae9b1b7..000000000000
61 --- a/dev-libs/injeqt/files/injeqt-1.2.0-no-Werror.patch
62 +++ /dev/null
63 @@ -1,12 +0,0 @@
64 -diff -ruN injeqt-1.2.0/CMakeLists.txt injeqt-my/CMakeLists.txt
65 ---- injeqt-1.2.0/CMakeLists.txt 2017-04-21 11:40:08.000000000 +0200
66 -+++ injeqt-my/CMakeLists.txt 2020-10-14 02:04:12.645803149 +0200
67 -@@ -37,7 +37,7 @@
68 - cmake_policy (SET CMP0043 NEW)
69 - endif ()
70 -
71 --set (WARNINGS "-Werror -W -Wall -Wextra -Wundef -Wunused -Wuninitialized -Wcast-align -Wpointer-arith -Woverloaded-virtual -Wnon-virtual-dtor -fno-common")
72 -+set (WARNINGS "-W -Wall -Wextra -Wundef -Wunused -Wuninitialized -Wcast-align -Wpointer-arith -Woverloaded-virtual -Wnon-virtual-dtor -fno-common")
73 - set (VISIBILITY "-fvisibility=hidden -fvisibility-inlines-hidden")
74 - set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 ${WARNINGS} ${VISIBILITY}")
75 -
76
77 diff --git a/dev-libs/injeqt/injeqt-1.2.0.ebuild b/dev-libs/injeqt/injeqt-1.2.0.ebuild
78 deleted file mode 100644
79 index 42410678e47c..000000000000
80 --- a/dev-libs/injeqt/injeqt-1.2.0.ebuild
81 +++ /dev/null
82 @@ -1,38 +0,0 @@
83 -# Copyright 1999-2021 Gentoo Authors
84 -# Distributed under the terms of the GNU General Public License v2
85 -
86 -EAPI=6
87 -
88 -inherit cmake-utils
89 -
90 -DESCRIPTION="Dependency injection framework for Qt5"
91 -HOMEPAGE="https://github.com/vogel/injeqt"
92 -SRC_URI="https://github.com/vogel/injeqt/archive/${PV}.tar.gz -> ${P}.tar.gz"
93 -
94 -LICENSE="LGPL-2.1"
95 -SLOT="0"
96 -KEYWORDS="amd64 x86"
97 -IUSE="test"
98 -
99 -RDEPEND="
100 - >=dev-qt/qtcore-5.4.2:5
101 -"
102 -DEPEND="${RDEPEND}
103 - test? ( >=dev-qt/qttest-5.4.2:5 )
104 -"
105 -
106 -# https://github.com/vogel/injeqt/issues/18
107 -RESTRICT=test
108 -
109 -PATCHES=(
110 - "${FILESDIR}/${P}-gcc7.patch"
111 - "${FILESDIR}/${PN}-1.2.0-no-Werror.patch"
112 -)
113 -
114 -src_configure() {
115 - local mycmakeargs=(
116 - -DDISABLE_EXAMPLES=ON
117 - -DDISABLE_TESTS=$(usex !test)
118 - )
119 - cmake-utils_src_configure
120 -}
121
122 diff --git a/dev-libs/injeqt/metadata.xml b/dev-libs/injeqt/metadata.xml
123 deleted file mode 100644
124 index f55520d1290a..000000000000
125 --- a/dev-libs/injeqt/metadata.xml
126 +++ /dev/null
127 @@ -1,11 +0,0 @@
128 -<?xml version="1.0" encoding="UTF-8"?>
129 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
130 -<pkgmetadata>
131 - <maintainer type="person">
132 - <email>reavertm@g.o</email>
133 - <name>Maciej Mrozowski</name>
134 - </maintainer>
135 - <upstream>
136 - <remote-id type="github">vogel/injeqt</remote-id>
137 - </upstream>
138 -</pkgmetadata>
139
140 diff --git a/profiles/package.mask b/profiles/package.mask
141 index 4cb37bd05303..eb062b7c5550 100644
142 --- a/profiles/package.mask
143 +++ b/profiles/package.mask
144 @@ -288,11 +288,6 @@ virtual/httpd-php:7.3
145 # Bug #773175. Removal on 2022-03-31.
146 sci-chemistry/votca-ctp
147
148 -# Andreas Sturmlechner <asturm@g.o> (2022-03-01)
149 -# No revdeps since 2020-11-28, still EAPI-6 and uses cmake-utils.eclass.
150 -# Bug #834317. Removal on 2022-03-31.
151 -dev-libs/injeqt
152 -
153 # Anton Fischl <github@×××××××××××××.de> (2022-02-23)
154 # Version 2.5.* is not meant for production according to upstream
155 =app-backup/burp-2.5*