summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-misc/ark2/ark2-4.11.0_p20130612.ebuild4
-rw-r--r--kde-misc/ark2/ark2-9999.ebuild45
2 files changed, 2 insertions, 47 deletions
diff --git a/kde-misc/ark2/ark2-4.11.0_p20130612.ebuild b/kde-misc/ark2/ark2-4.11.0_p20130612.ebuild
index 453503c29f2..fa3d9de9191 100644
--- a/kde-misc/ark2/ark2-4.11.0_p20130612.ebuild
+++ b/kde-misc/ark2/ark2-4.11.0_p20130612.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -7,7 +7,7 @@ EAPI=5
KDE_HANDBOOK="optional"
inherit kde4-base
-SRC_URI="http://212.158.157.7/gentoo/${P}.tar.xz"
+SRC_URI="http://download.ixit.cz/distfiles/${P}.tar.xz"
DESCRIPTION="KDE Archiving tool"
HOMEPAGE="http://lamarque-lvs.blogspot.cz/2013/06/my-work-in-basyskom.html"
diff --git a/kde-misc/ark2/ark2-9999.ebuild b/kde-misc/ark2/ark2-9999.ebuild
deleted file mode 100644
index 950e5d9ad83..00000000000
--- a/kde-misc/ark2/ark2-9999.ebuild
+++ /dev/null
@@ -1,45 +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
-
-EGIT_REPO_URI="git://anongit.kde.org/clones/ark/lvsouza/ark2"
-EGIT_BRANCH="ark2"
-
-DESCRIPTION="KDE Archiving tool"
-HOMEPAGE="http://lamarque-lvs.blogspot.cz/2013/06/my-work-in-basyskom.html"
-LICENSE="GPL-2"
-KEYWORDS=""
-IUSE="+archive +bzip2 debug lzma"
-SLOT="4"
-
-DEPEND="
- sys-libs/zlib
- archive? ( >=app-arch/libarchive-2.6.1:=[bzip2?,lzma?,zlib] )
- !kde-base/ark
-"
-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
-}