diff options
author | Johannes Huber <johu@gentoo.org> | 2016-07-19 13:31:47 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2016-07-19 13:31:47 +0200 |
commit | 200ffefe558460d975d8d9b091474212e43d6293 (patch) | |
tree | 5b38554277279c8d56960a016badd27579459855 /kde-frameworks | |
parent | sci-chemistry/GromacsWrapper: Version bump (diff) | |
download | gentoo-200ffefe558460d975d8d9b091474212e43d6293.tar.gz gentoo-200ffefe558460d975d8d9b091474212e43d6293.tar.bz2 gentoo-200ffefe558460d975d8d9b091474212e43d6293.zip |
kde-frameworks/karchive: Remove vulnerable versions
Gentoo-bug: 589054
Package-Manager: portage-2.3.0
Diffstat (limited to 'kde-frameworks')
-rw-r--r-- | kde-frameworks/karchive/karchive-5.21.0.ebuild | 28 | ||||
-rw-r--r-- | kde-frameworks/karchive/karchive-5.23.0.ebuild | 28 |
2 files changed, 0 insertions, 56 deletions
diff --git a/kde-frameworks/karchive/karchive-5.21.0.ebuild b/kde-frameworks/karchive/karchive-5.21.0.ebuild deleted file mode 100644 index a6a414eeef40..000000000000 --- a/kde-frameworks/karchive/karchive-5.21.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2016 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 -} diff --git a/kde-frameworks/karchive/karchive-5.23.0.ebuild b/kde-frameworks/karchive/karchive-5.23.0.ebuild deleted file mode 100644 index 9c165c72e72e..000000000000 --- a/kde-frameworks/karchive/karchive-5.23.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2016 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 -} |