summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-11-15 23:56:40 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-11-16 00:26:58 +0100
commita2c27e5b1f9c46ed166fd8ef6411f3ccc28df9aa (patch)
tree269db84b543fb739181751554f5df18cc52db21f /kde-frameworks/karchive/karchive-5.39.0.ebuild
parentmedia-gfx/krita: Restrict tests (diff)
downloadgentoo-a2c27e5b1f9c46ed166fd8ef6411f3ccc28df9aa.tar.gz
gentoo-a2c27e5b1f9c46ed166fd8ef6411f3ccc28df9aa.tar.bz2
gentoo-a2c27e5b1f9c46ed166fd8ef6411f3ccc28df9aa.zip
kde-frameworks: Drop KDE Frameworks 5.39.0
Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'kde-frameworks/karchive/karchive-5.39.0.ebuild')
-rw-r--r--kde-frameworks/karchive/karchive-5.39.0.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/kde-frameworks/karchive/karchive-5.39.0.ebuild b/kde-frameworks/karchive/karchive-5.39.0.ebuild
deleted file mode 100644
index b3d6486e82e1..000000000000
--- a/kde-frameworks/karchive/karchive-5.39.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit kde5
-
-DESCRIPTION="Framework for reading, creation, and manipulation of various archive formats"
-LICENSE="GPL-2 LGPL-2.1"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="+bzip2 +lzma"
-
-RDEPEND="
- bzip2? ( app-arch/bzip2 )
- lzma? ( app-arch/xz-utils )
- sys-libs/zlib
-"
-DEPEND="${RDEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package bzip2 BZip2)
- $(cmake-utils_use_find_package lzma LibLZMA)
- )
-
- kde5_src_configure
-}