summaryrefslogtreecommitdiff
path: root/dev-qt/qtnetworkauth/qtnetworkauth-5.15.12.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-04-06 00:30:33 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-04-06 00:30:33 +0100
commit9323524b4d44f4ec3dc923bd8e9ea04bdde8a067 (patch)
tree8ca7b8c58d4e70389d5d4672ebd86cb475cf9f80 /dev-qt/qtnetworkauth/qtnetworkauth-5.15.12.ebuild
parent8c11cf748cc296d6338a189106a8cc9e3a1e0948 (diff)
gentoo auto-resync : 06:04:2024 - 00:30:33
Diffstat (limited to 'dev-qt/qtnetworkauth/qtnetworkauth-5.15.12.ebuild')
-rw-r--r--dev-qt/qtnetworkauth/qtnetworkauth-5.15.12.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-qt/qtnetworkauth/qtnetworkauth-5.15.12.ebuild b/dev-qt/qtnetworkauth/qtnetworkauth-5.15.12.ebuild
deleted file mode 100644
index a609f61ec1a7..000000000000
--- a/dev-qt/qtnetworkauth/qtnetworkauth-5.15.12.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt5-build
-
-DESCRIPTION="Network authorization library for the Qt5 framework"
-LICENSE="GPL-3"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
-fi
-
-IUSE=""
-
-DEPEND="
- =dev-qt/qtcore-${QT5_PV}*
- =dev-qt/qtnetwork-${QT5_PV}*
-"
-RDEPEND="${DEPEND}"