summaryrefslogtreecommitdiff
path: root/kde-frameworks/kcodecs
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-04-10 20:45:51 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-04-10 20:45:51 +0200
commitcbd2207bf80935a1901b24307af883e2d8f5d16a (patch)
tree9f101c825c2b48f51cdfa908f42a7a80851ae917 /kde-frameworks/kcodecs
parent9e10d09a3c726252f2bd238cc50530b221d325de (diff)
downloadkde-cbd2207bf80935a1901b24307af883e2d8f5d16a.tar.gz
kde-cbd2207bf80935a1901b24307af883e2d8f5d16a.tar.bz2
kde-cbd2207bf80935a1901b24307af883e2d8f5d16a.zip
kde-frameworks/kcodecs: drop 5.81.0*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kcodecs')
-rw-r--r--kde-frameworks/kcodecs/Manifest1
-rw-r--r--kde-frameworks/kcodecs/kcodecs-5.81.0.ebuild24
2 files changed, 0 insertions, 25 deletions
diff --git a/kde-frameworks/kcodecs/Manifest b/kde-frameworks/kcodecs/Manifest
deleted file mode 100644
index f0059799e1b..00000000000
--- a/kde-frameworks/kcodecs/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kcodecs-5.81.0.tar.xz 230460 BLAKE2B 3b584772eb39afb62e04f82016db52243cf83916d3f1683116b2ca0e248975572e7429f2762803c7d53f7f39513aea49d9b5d1dbbcd3407f9485c807cd85268f SHA512 7c247201231ac0d4393779a28ab8c12e7f4eaedd2fa43ac48f23a96593f7c9635aaeb811a340c5a13607e9942ebff288875ca746faf054b00f53b93d6c14dd68
diff --git a/kde-frameworks/kcodecs/kcodecs-5.81.0.ebuild b/kde-frameworks/kcodecs/kcodecs-5.81.0.ebuild
deleted file mode 100644
index 151dde78056..00000000000
--- a/kde-frameworks/kcodecs/kcodecs-5.81.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-QTMIN=5.15.2
-inherit ecm kde.org
-
-DESCRIPTION="Framework for manipulating strings using various encodings"
-LICENSE="GPL-2+ LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE="nls"
-
-BDEPEND="
- dev-util/gperf
- nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
-"
-
-src_configure() {
- local mycmakeargs=(
- -DCMAKE_DISABLE_FIND_PACKAGE_PythonModuleGeneration=ON # bug 746866
- )
- ecm_src_configure
-}