summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2013-12-04 17:10:24 +0000
committerJohannes Huber <johu@gentoo.org>2013-12-04 17:10:24 +0000
commit00a2efee607e5c288408fab6cbac46e8591e5f5a (patch)
treea13c55d30073157584e976a9433c127f540fa0a5 /kde-base/ark
parentStable for HPPA (bug #493194). (diff)
downloadgentoo-2-00a2efee607e5c288408fab6cbac46e8591e5f5a.tar.gz
gentoo-2-00a2efee607e5c288408fab6cbac46e8591e5f5a.tar.bz2
gentoo-2-00a2efee607e5c288408fab6cbac46e8591e5f5a.zip
Remove KDE SC 4.11.3
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'kde-base/ark')
-rw-r--r--kde-base/ark/ChangeLog5
-rw-r--r--kde-base/ark/ark-4.11.3.ebuild41
2 files changed, 4 insertions, 42 deletions
diff --git a/kde-base/ark/ChangeLog b/kde-base/ark/ChangeLog
index 10c8e3d8a487..f59eebdbc509 100644
--- a/kde-base/ark/ChangeLog
+++ b/kde-base/ark/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/ark
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ark/ChangeLog,v 1.296 2013/12/03 22:35:39 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ark/ChangeLog,v 1.297 2013/12/04 17:10:18 johu Exp $
+
+ 04 Dec 2013; Johannes Huber <johu@gentoo.org> -ark-4.11.3.ebuild:
+ Remove KDE SC 4.11.3
*ark-4.11.4 (03 Dec 2013)
diff --git a/kde-base/ark/ark-4.11.3.ebuild b/kde-base/ark/ark-4.11.3.ebuild
deleted file mode 100644
index b393593bb4c1..000000000000
--- a/kde-base/ark/ark-4.11.3.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ark/ark-4.11.3.ebuild,v 1.1 2013/11/05 22:22:48 dilfridge Exp $
-
-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
-}