summaryrefslogtreecommitdiff
path: root/kde-frameworks/kcodecs
diff options
context:
space:
mode:
Diffstat (limited to 'kde-frameworks/kcodecs')
-rw-r--r--kde-frameworks/kcodecs/Manifest1
-rw-r--r--kde-frameworks/kcodecs/kcodecs-6.9.0.ebuild18
2 files changed, 0 insertions, 19 deletions
diff --git a/kde-frameworks/kcodecs/Manifest b/kde-frameworks/kcodecs/Manifest
deleted file mode 100644
index f5da669e365..00000000000
--- a/kde-frameworks/kcodecs/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kcodecs-6.9.0.tar.xz 2491432 BLAKE2B dc4f7747537e8ec77d4d349a897f6a4281f5587ca2b053c7c465a1ef7195aaa22b3c810a21e3ff296069e343c5c80602dc20732067aec3768ba97f147aeb236b SHA512 20c9283fd3efbb2a35a85d3c92f9ea4f69b50728ce15beb96e665ce816bb83038c12ca27a32bf34f7b75183bb4d4a7a5c9a446f8a47e20cd5c6c11acaedf22f9
diff --git a/kde-frameworks/kcodecs/kcodecs-6.9.0.ebuild b/kde-frameworks/kcodecs/kcodecs-6.9.0.ebuild
deleted file mode 100644
index d461937d4d6..00000000000
--- a/kde-frameworks/kcodecs/kcodecs-6.9.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-QTMIN=6.7.2
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework for manipulating strings using various encodings"
-
-LICENSE="GPL-2+ LGPL-2+"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE=""
-
-BDEPEND="
- >=dev-qt/qttools-${QTMIN}:6[linguist]
- dev-util/gperf
-"