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.55.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 b1a5737139a..00000000000
--- a/kde-frameworks/kcodecs/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kcodecs-5.55.0.tar.xz 220108 BLAKE2B 16e4ddf530845508484777ede994975d5f855da477e1c02455808ef667d66717b9add2f3eaea65522287a2e4285f0f3823305686fe5e6211ea64c9073473c400 SHA512 6df8f2c7ea3d74b60c4b21c2790729e57903b813c52533f290d5f2adc5895c9da5c027b78d5527b2673e15f8dd2039af430a8d9a0108787390d12cb668c2f1d6
diff --git a/kde-frameworks/kcodecs/kcodecs-5.55.0.ebuild b/kde-frameworks/kcodecs/kcodecs-5.55.0.ebuild
deleted file mode 100644
index 0833545c9d0..00000000000
--- a/kde-frameworks/kcodecs/kcodecs-5.55.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) )
-"