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.11.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 65b32d29189..00000000000
--- a/kde-base/ark/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ark-4.11.1.tar.xz 233224 SHA256 501210ecfb63c75cdc4eab464a8a1a7e0a7e5f6b8e10023eda32f7e87dcd3e4e SHA512 137c6f6d772c725d86ab5c73471a2c80396d9af557d71f4e3a729de183d77d8c2f82ddc16f7488a7416d830f3614cdcd85f452051aa014440e83a30df0089353 WHIRLPOOL 0d52288519b72d67cedf1f645f05dba43007c1b07419eb4be6f90fcc2d0a8b99ebf58104b8377d0a62adabcbd0c99684621f65c2c351acb0f16f564df6631836
diff --git a/kde-base/ark/ark-4.11.1.ebuild b/kde-base/ark/ark-4.11.1.ebuild
deleted file mode 100644
index e9b36f4b3dd..00000000000
--- a/kde-base/ark/ark-4.11.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2013 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
-}