summaryrefslogtreecommitdiff
path: root/dev-libs/injeqt
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-04-06 22:33:41 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-04-06 22:33:41 +0100
commite68d405c5d712af4387159df07e226217bdda049 (patch)
tree009ab0f3d427f0813e62930d71802cb054c07e30 /dev-libs/injeqt
parent401101f9c8077911929d3f2b60a37098460a5d89 (diff)
gentoo resync : 06.04.2022
Diffstat (limited to 'dev-libs/injeqt')
-rw-r--r--dev-libs/injeqt/Manifest5
-rw-r--r--dev-libs/injeqt/files/injeqt-1.2.0-gcc7.patch22
-rw-r--r--dev-libs/injeqt/files/injeqt-1.2.0-no-Werror.patch12
-rw-r--r--dev-libs/injeqt/injeqt-1.2.0.ebuild38
-rw-r--r--dev-libs/injeqt/metadata.xml11
5 files changed, 0 insertions, 88 deletions
diff --git a/dev-libs/injeqt/Manifest b/dev-libs/injeqt/Manifest
deleted file mode 100644
index 8630f84c7bab..000000000000
--- a/dev-libs/injeqt/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-AUX injeqt-1.2.0-gcc7.patch 588 BLAKE2B a2baa067eb643613bdedc1b0249cd3aa9bcc5e0e1e06eb828e8ac8af73042836299d68cd1972c927d31e6f79780dc6439806b8292d7516b65f26fcf1f21972ef SHA512 d61fefd0150b5429123ba4fc3a361e22f3663a7cdd14a8244537ff82d042479e04c254b2521761a05032c25e265ad4a42f4a48f8b546a42dd9f66787e49bc5c7
-AUX injeqt-1.2.0-no-Werror.patch 716 BLAKE2B 3c16470c0f40a96fc46a8a194d8cc5f9ed936c0df9ee977fa74355ecbc99aa00bd726d1c8b6269f1b644d09ee624fb7ef20c49de400351cc668ded695b66b7ea SHA512 ea31cd3e81d06d601bddbc0fa007f3916d733c22854e809c903239d3f04d845954449e243ac02afbdfdfceb39efbca36cfc48a0fb88b3bed81c498c23756f55a
-DIST injeqt-1.2.0.tar.gz 73787 BLAKE2B 1b265c14a04dff8380297905f1b717c09baff6e24aedf473a36ff37be83d7e58b7ccae7df0eaf9690cee8c40d5646cb0af43a54427630db5595a9fa59d10e194 SHA512 4783f662af3b7711ef639695350bf136e84a218c8e2f0ddd8a44cb9790e1db5dcb69168fd46c21a82bd76eaebc01e5067e11be87823409d6ca032d2b95bfb880
-EBUILD injeqt-1.2.0.ebuild 738 BLAKE2B c20add47f5b127a20930daf9a7bca600a4001a4422473c6a9a610453014ce3dfc85667a3619fe470eff2a705776bd8d5a6e67acecc3c8f22011362278301ccb3 SHA512 8c4a84b349670ad2b809d4c66e385ed6a8dd9fbc5a4953481390d956a3743e9beec082b6907986fc73b6092a60c3acb641f65e0807c3ae5abf05c426b24d292e
-MISC metadata.xml 329 BLAKE2B b6e12614e3d32f0ff22645749a988f52e823c7402570b4f1a2dcf91d3d6454ec0b8c5f0905a81bea94bc15d905ce1424755dc7eebe6ad9ccdf478bfd783fe173 SHA512 8ff4589b8791c8b86e5c20d1885345521ac4b1b597eae160453a7dd8d5b03e868e138aa44522277d890e8b428e509b3f5570f3efcd56d6037e9404388802abce
diff --git a/dev-libs/injeqt/files/injeqt-1.2.0-gcc7.patch b/dev-libs/injeqt/files/injeqt-1.2.0-gcc7.patch
deleted file mode 100644
index 33e51ce739e0..000000000000
--- a/dev-libs/injeqt/files/injeqt-1.2.0-gcc7.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From de025e0c472bdb2fcabbc9dc2fd443b91ab28e28 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Bart=C5=82omiej=20Burdukiewicz?=
- <bartlomiej.burdukiewicz@gmail.com>
-Date: Wed, 24 May 2017 18:52:20 +0200
-Subject: [PATCH] fix compilation for GCC 7.1.0
-
----
- src/internal/containers.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/internal/containers.h b/src/internal/containers.h
-index 8da4298..78dd212 100644
---- a/src/internal/containers.h
-+++ b/src/internal/containers.h
-@@ -23,6 +23,7 @@
- #include "internal.h"
-
- #include <algorithm>
-+#include <functional>
- #include <vector>
-
- /**
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
deleted file mode 100644
index ffb8aae9b1b7..000000000000
--- a/dev-libs/injeqt/files/injeqt-1.2.0-no-Werror.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ruN injeqt-1.2.0/CMakeLists.txt injeqt-my/CMakeLists.txt
---- injeqt-1.2.0/CMakeLists.txt 2017-04-21 11:40:08.000000000 +0200
-+++ injeqt-my/CMakeLists.txt 2020-10-14 02:04:12.645803149 +0200
-@@ -37,7 +37,7 @@
- cmake_policy (SET CMP0043 NEW)
- endif ()
-
--set (WARNINGS "-Werror -W -Wall -Wextra -Wundef -Wunused -Wuninitialized -Wcast-align -Wpointer-arith -Woverloaded-virtual -Wnon-virtual-dtor -fno-common")
-+set (WARNINGS "-W -Wall -Wextra -Wundef -Wunused -Wuninitialized -Wcast-align -Wpointer-arith -Woverloaded-virtual -Wnon-virtual-dtor -fno-common")
- set (VISIBILITY "-fvisibility=hidden -fvisibility-inlines-hidden")
- set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 ${WARNINGS} ${VISIBILITY}")
-
diff --git a/dev-libs/injeqt/injeqt-1.2.0.ebuild b/dev-libs/injeqt/injeqt-1.2.0.ebuild
deleted file mode 100644
index 42410678e47c..000000000000
--- a/dev-libs/injeqt/injeqt-1.2.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="Dependency injection framework for Qt5"
-HOMEPAGE="https://github.com/vogel/injeqt"
-SRC_URI="https://github.com/vogel/injeqt/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-
-RDEPEND="
- >=dev-qt/qtcore-5.4.2:5
-"
-DEPEND="${RDEPEND}
- test? ( >=dev-qt/qttest-5.4.2:5 )
-"
-
-# https://github.com/vogel/injeqt/issues/18
-RESTRICT=test
-
-PATCHES=(
- "${FILESDIR}/${P}-gcc7.patch"
- "${FILESDIR}/${PN}-1.2.0-no-Werror.patch"
-)
-
-src_configure() {
- local mycmakeargs=(
- -DDISABLE_EXAMPLES=ON
- -DDISABLE_TESTS=$(usex !test)
- )
- cmake-utils_src_configure
-}
diff --git a/dev-libs/injeqt/metadata.xml b/dev-libs/injeqt/metadata.xml
deleted file mode 100644
index f55520d1290a..000000000000
--- a/dev-libs/injeqt/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>reavertm@gentoo.org</email>
- <name>Maciej Mrozowski</name>
- </maintainer>
- <upstream>
- <remote-id type="github">vogel/injeqt</remote-id>
- </upstream>
-</pkgmetadata>