summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-08-25 06:38:45 +1000
committerMichael Palimaka <kensington@gentoo.org>2016-08-25 20:46:59 +1000
commit37150fa963eb3aa155eb9e94c3d6b233154ca1de (patch)
tree8bce549e96d6e85c58e00d1b3cbd303869107118 /kde-apps/ark
parentmedia-libs/libart_lgpl: eapi bump, fix src_install phase (and, then, really d... (diff)
downloadgentoo-37150fa963eb3aa155eb9e94c3d6b233154ca1de.tar.gz
gentoo-37150fa963eb3aa155eb9e94c3d6b233154ca1de.tar.bz2
gentoo-37150fa963eb3aa155eb9e94c3d6b233154ca1de.zip
kde-apps: remove 15.12.3
Diffstat (limited to 'kde-apps/ark')
-rw-r--r--kde-apps/ark/Manifest1
-rw-r--r--kde-apps/ark/ark-15.12.3.ebuild66
2 files changed, 0 insertions, 67 deletions
diff --git a/kde-apps/ark/Manifest b/kde-apps/ark/Manifest
index ecdb81ad9fec..638c33f45608 100644
--- a/kde-apps/ark/Manifest
+++ b/kde-apps/ark/Manifest
@@ -1,2 +1 @@
-DIST ark-15.12.3.tar.xz 253632 SHA256 eecf4372f7bbd2a88dcc478bd70b6aedc6c7bc522e7413d84be1fd33e125f48e SHA512 968278bb500e8b39bbcd4b55e09f95358c680eb20200d6e58e9f0948ef46d36637e66da6939f5c417d3f7b162d04f1a35b83908cca055cdc4b01237522d2b225 WHIRLPOOL dc20d42c7ae369f75d7ebbc98fbdfd6f7d42d87f0260e0faee59d9503919bddc842e1b86c9b15db8e35e4d176d6483e2d3f7eef33e180919a27dabab43de6dc0
DIST ark-16.04.3.tar.xz 976200 SHA256 799c2272ddb66439a04ebae5d24fe6113aa67678eb296225b20168a2e0c42b10 SHA512 87d80073cb8f387763bb8a6f5a716ffba455b09fb437531eb435d192d270d9321e7a3c9c9106c3c076586856ecc05a85f08c5984535b8660d11b7259512c09cb WHIRLPOOL dfec7f1219179801e92ba134ec4ca601bd57773cf60118fd12814bbaf8a02363de4d189c8a6e3a60d9eff0fea9302dbcaf2c6c5a07072c2f519a5bfb7aa55f26
diff --git a/kde-apps/ark/ark-15.12.3.ebuild b/kde-apps/ark/ark-15.12.3.ebuild
deleted file mode 100644
index e9d941433134..000000000000
--- a/kde-apps/ark/ark-15.12.3.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-KDE_TEST="optional"
-inherit kde5
-
-DESCRIPTION="KDE Archiving tool"
-HOMEPAGE="https://www.kde.org/applications/utilities/ark
-https://utils.kde.org/projects/ark"
-KEYWORDS="amd64 x86"
-IUSE="bzip2 lzma zlib"
-
-RDEPEND="
- $(add_frameworks_dep karchive)
- $(add_frameworks_dep kcompletion)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kcrash)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kjobwidgets)
- $(add_frameworks_dep kparts)
- $(add_frameworks_dep kpty)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kxmlgui)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
- >=app-arch/libarchive-3.0.0[bzip2?,lzma?,zlib?]
-"
-DEPEND="${RDEPEND}
- sys-devel/gettext
-"
-
-# bug #560548, last checked with 16.04.1
-RESTRICT="test"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package bzip2 BZip2)
- $(cmake-utils_use_find_package lzma LibLZMA)
- $(cmake-utils_use_find_package zlib ZLIB)
- )
-
- kde5_src_configure
-}
-
-pkg_postinst() {
- kde5_pkg_postinst
-
- if ! has_version app-arch/rar ; then
- elog "For creating rar archives, install app-arch/rar"
- fi
-
- if ! has_version app-arch/p7zip ; then
- elog "For handling 7-Zip archives, install app-arch/p7zip"
- fi
-}