summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2015-08-02 12:48:26 +0000
committerJohannes Huber <johu@gentoo.org>2015-08-02 12:48:26 +0000
commitb26eb150ea76ba804c426272bda0c124e3016b58 (patch)
tree27dfb99f9bde53640888e40642309fabd5785aea /kde-frameworks/karchive/karchive-5.11.0.ebuild
parentAdd patch to remove bogus deps by Andreas Sturmlechner <andreas.sturmlechner@... (diff)
downloadgentoo-2-b26eb150ea76ba804c426272bda0c124e3016b58.tar.gz
gentoo-2-b26eb150ea76ba804c426272bda0c124e3016b58.tar.bz2
gentoo-2-b26eb150ea76ba804c426272bda0c124e3016b58.zip
Remove KDE Frameworks 5.11.0
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xFDF4F788)
Diffstat (limited to 'kde-frameworks/karchive/karchive-5.11.0.ebuild')
-rw-r--r--kde-frameworks/karchive/karchive-5.11.0.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/kde-frameworks/karchive/karchive-5.11.0.ebuild b/kde-frameworks/karchive/karchive-5.11.0.ebuild
deleted file mode 100644
index 89b0d5470b7a..000000000000
--- a/kde-frameworks/karchive/karchive-5.11.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-frameworks/karchive/karchive-5.11.0.ebuild,v 1.1 2015/06/15 18:35:12 kensington Exp $
-
-EAPI=5
-
-inherit kde5
-
-DESCRIPTION="Framework for easy reading, creation, and manipulation of various archive formats"
-LICENSE="GPL-2 LGPL-2.1"
-KEYWORDS="~amd64 ~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
-}