summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2017-02-11 15:53:43 +0100
committerJohannes Huber <johu@gentoo.org>2017-02-11 16:30:44 +0100
commit45b640891a25a0b23464b3b4aec0bd877edda263 (patch)
tree352563555a299d70ee3dfc7ad94b9f9ec03f0e26 /kde-frameworks/karchive/karchive-5.30.0.ebuild
parentprofiles: Mask USE="openmpi_rm_pbs" on arm (diff)
downloadgentoo-45b640891a25a0b23464b3b4aec0bd877edda263.tar.gz
gentoo-45b640891a25a0b23464b3b4aec0bd877edda263.tar.bz2
gentoo-45b640891a25a0b23464b3b4aec0bd877edda263.zip
kde-frameworks: Remove KDE Frameworks 5.30.0
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'kde-frameworks/karchive/karchive-5.30.0.ebuild')
-rw-r--r--kde-frameworks/karchive/karchive-5.30.0.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/kde-frameworks/karchive/karchive-5.30.0.ebuild b/kde-frameworks/karchive/karchive-5.30.0.ebuild
deleted file mode 100644
index dbfe1c35b4e7..000000000000
--- a/kde-frameworks/karchive/karchive-5.30.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit kde5
-
-DESCRIPTION="Framework for reading, creation, and manipulation of various archive formats"
-LICENSE="GPL-2 LGPL-2.1"
-KEYWORDS="~amd64 ~arm ~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
-}