diff options
Diffstat (limited to 'kde-base/ark')
| -rw-r--r-- | kde-base/ark/Manifest | 1 | ||||
| -rw-r--r-- | kde-base/ark/ark-4.14.1.ebuild | 41 |
2 files changed, 0 insertions, 42 deletions
diff --git a/kde-base/ark/Manifest b/kde-base/ark/Manifest deleted file mode 100644 index 43ef475c354..00000000000 --- a/kde-base/ark/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ark-4.14.1.tar.xz 236004 SHA256 08427dfae2edf93af52386a2aeaefed55718ca73299164b2dba1c9efee69359e SHA512 c04be4a8ab99d87287e85fae036fe853c0eaf6b85f90ed276bd4f570b1177e16b233d8b1fbe82112f52dfe5c49d61e4a07ccb42cec225c4eca3a4667504c8b1c WHIRLPOOL 2a701667366a469594d9455922cb60d4a957863a861104d0a9174a52f70d61a3fb2b99a9e721ef43c6e53a43beed50f7904317c35efadaf473b31b1772dee4a5 diff --git a/kde-base/ark/ark-4.14.1.ebuild b/kde-base/ark/ark-4.14.1.ebuild deleted file mode 100644 index 02daacabbc0..00000000000 --- a/kde-base/ark/ark-4.14.1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -KDE_HANDBOOK="optional" -inherit kde4-base - -DESCRIPTION="KDE Archiving tool" -HOMEPAGE="http://www.kde.org/applications/utilities/ark -http://utils.kde.org/projects/ark" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="+archive +bzip2 debug lzma" - -DEPEND=" - $(add_kdebase_dep libkonq) - sys-libs/zlib - archive? ( >=app-arch/libarchive-2.6.1:=[bzip2?,lzma?,zlib] ) -" -RDEPEND="${DEPEND}" - -RESTRICT="test" -# dbus problem - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_with archive LibArchive) - $(cmake-utils_use_with bzip2 BZip2) - $(cmake-utils_use_with lzma LibLZMA) - ) - kde4-base_src_configure -} - -pkg_postinst() { - kde4-base_pkg_postinst - - if ! has_version app-arch/rar ; then - elog "For creating rar archives, install app-arch/rar" - fi -} |
