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.9.80.ebuild36
-rw-r--r--kde-base/ark/ark-9999.ebuild2
3 files changed, 38 insertions, 1 deletions
diff --git a/kde-base/ark/Manifest b/kde-base/ark/Manifest
new file mode 100644
index 00000000000..4af23854ce4
--- /dev/null
+++ b/kde-base/ark/Manifest
@@ -0,0 +1 @@
+DIST ark-4.9.80.tar.xz 234704 SHA256 70681709bfa18455f18898f68c8d47b36e7fde6614fb470d9c5d98f0025b2ba8 SHA512 38fb7b4f3baae8ed004325285d56978b445571b5cd11fa38737f6755656645d87420bc019799bfb48fe2e676f45a2260813b4e3c3761abef918e7b6a983c72c3 WHIRLPOOL e879cc5fe0092c8d49331fa57658b048904e6cc287c730b9e93b5991e438effbe8e80e2c06a523a22736afbb14209fea28875803589f91f061cc2632f182b4f1
diff --git a/kde-base/ark/ark-4.9.80.ebuild b/kde-base/ark/ark-4.9.80.ebuild
new file mode 100644
index 00000000000..0c6e88a13c7
--- /dev/null
+++ b/kde-base/ark/ark-4.9.80.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2012 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"
+KEYWORDS="~amd64 ~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
+ elog "For creating rar archives, install app-arch/rar"
+}
diff --git a/kde-base/ark/ark-9999.ebuild b/kde-base/ark/ark-9999.ebuild
index 93f446eb2f8..be9b2d88aef 100644
--- a/kde-base/ark/ark-9999.ebuild
+++ b/kde-base/ark/ark-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=4
+EAPI=5
KDE_HANDBOOK="optional"
inherit kde4-base