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-5.60.0.ebuild16
2 files changed, 0 insertions, 17 deletions
diff --git a/kde-frameworks/kcodecs/Manifest b/kde-frameworks/kcodecs/Manifest
deleted file mode 100644
index 7d6df400a60..00000000000
--- a/kde-frameworks/kcodecs/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kcodecs-5.60.0.tar.xz 221104 BLAKE2B aa95d0ba857307318155f3b9a73320b3b97b8af9e2fad00f1e473391eb1b031a23b04eadbb1b0f2798ea5cda413a71151100735dcf40d8645c6aef6cade66132 SHA512 19bc25b0770412180024fb6be06ad5128cb28fe99fa084a6261a42aee28d8fd19ff3946c876755f4ad15d6a376d8696510d4f9afb4aa318f459680ad4c19d779
diff --git a/kde-frameworks/kcodecs/kcodecs-5.60.0.ebuild b/kde-frameworks/kcodecs/kcodecs-5.60.0.ebuild
deleted file mode 100644
index 0833545c9d0..00000000000
--- a/kde-frameworks/kcodecs/kcodecs-5.60.0.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit kde5
-
-DESCRIPTION="Framework for manipulating strings using various encodings"
-LICENSE="GPL-2+ LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="nls"
-
-BDEPEND="
- dev-util/gperf
- nls? ( $(add_qt_dep linguist-tools) )
-"