diff options
author | 2014-11-14 11:02:32 +0000 | |
---|---|---|
committer | 2014-11-14 11:02:32 +0000 | |
commit | 8ea831634f2556957750ed4a597b6d57ba3f4183 (patch) | |
tree | 888106412fdbdbdaae9db8c0e6de4f4d5485aca9 /kde-frameworks/karchive/karchive-5.4.0.ebuild | |
parent | Removed, package now lives in net-misc (diff) | |
download | historical-8ea831634f2556957750ed4a597b6d57ba3f4183.tar.gz historical-8ea831634f2556957750ed4a597b6d57ba3f4183.tar.bz2 historical-8ea831634f2556957750ed4a597b6d57ba3f4183.zip |
Version bump.
Package-Manager: portage-2.2.14/cvs/Linux x86_64
Diffstat (limited to 'kde-frameworks/karchive/karchive-5.4.0.ebuild')
-rw-r--r-- | kde-frameworks/karchive/karchive-5.4.0.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/kde-frameworks/karchive/karchive-5.4.0.ebuild b/kde-frameworks/karchive/karchive-5.4.0.ebuild new file mode 100644 index 000000000000..27dd15075776 --- /dev/null +++ b/kde-frameworks/karchive/karchive-5.4.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-frameworks/karchive/karchive-5.4.0.ebuild,v 1.1 2014/11/14 11:01:34 mrueg 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" +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 +} |