summaryrefslogtreecommitdiff
path: root/kde-base/ark
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/ark')
-rw-r--r--kde-base/ark/Manifest1
-rw-r--r--kde-base/ark/ark-4.12.1.ebuild41
2 files changed, 0 insertions, 42 deletions
diff --git a/kde-base/ark/Manifest b/kde-base/ark/Manifest
deleted file mode 100644
index faf65637e5f..00000000000
--- a/kde-base/ark/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ark-4.12.1.tar.xz 229564 SHA256 a97df7ca521751c49ceeda55c8d076fc74ebaabe22acc23767655392eb360736 SHA512 e0c21aa9e2064f6029e32dd0a744912387ced950e20ca1973025c5572ddb047e735266fc6cab365fd85db03c3c46ff4edc9697a89cd3dbd967634855be02f0a3 WHIRLPOOL 15c2059babb06cf2c3b34cb324e017289170dafd3fd69099a47786626f39d7a25c180907eb54c51f6b09e9e0a8ab10da707c163e201b44cdddb92bca8046cc95
diff --git a/kde-base/ark/ark-4.12.1.ebuild b/kde-base/ark/ark-4.12.1.ebuild
deleted file mode 100644
index 952cb0d1fa0..00000000000
--- a/kde-base/ark/ark-4.12.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() {
- 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
-}