summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2009-05-06 22:47:30 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2009-05-06 22:47:30 +0000
commit768d7e35906a12093d76b0b5728dc60f58a6f3b3 (patch)
tree28f768445c5fe5c3d60028c0a7d9049f8719700b /kde-base/ark
parentVersion bump KDE 4.2.3 (diff)
downloadgentoo-2-768d7e35906a12093d76b0b5728dc60f58a6f3b3.tar.gz
gentoo-2-768d7e35906a12093d76b0b5728dc60f58a6f3b3.tar.bz2
gentoo-2-768d7e35906a12093d76b0b5728dc60f58a6f3b3.zip
Version bump KDE 4.2.3
(Portage version: 2.2_rc31/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/ark')
-rw-r--r--kde-base/ark/ChangeLog7
-rw-r--r--kde-base/ark/ark-4.2.3.ebuild26
2 files changed, 32 insertions, 1 deletions
diff --git a/kde-base/ark/ChangeLog b/kde-base/ark/ChangeLog
index dba3dc7b22c6..691e5c510d42 100644
--- a/kde-base/ark/ChangeLog
+++ b/kde-base/ark/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/ark
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ark/ChangeLog,v 1.109 2009/04/17 06:05:59 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ark/ChangeLog,v 1.110 2009/05/06 22:47:30 scarabeus Exp $
+
+*ark-4.2.3 (06 May 2009)
+
+ 06 May 2009; Tomas Chvatal <scarabeus@gentoo.org> +ark-4.2.3.ebuild:
+ Version bump
17 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> ark-4.2.2:
Restore ~hppa keywords
diff --git a/kde-base/ark/ark-4.2.3.ebuild b/kde-base/ark/ark-4.2.3.ebuild
new file mode 100644
index 000000000000..428041678a36
--- /dev/null
+++ b/kde-base/ark/ark-4.2.3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ark/ark-4.2.3.ebuild,v 1.1 2009/05/06 22:47:30 scarabeus Exp $
+
+EAPI="2"
+
+KMNAME="kdeutils"
+inherit kde4-meta
+
+DESCRIPTION="KDE Archiving tool"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+IUSE="+archive debug doc +zip"
+
+DEPEND="
+ archive? ( >=app-arch/libarchive-2.6.1[bzip2,lzma,zlib] )
+ zip? ( >=dev-libs/libzip-0.8 )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ mycmakeargs="${mycmakeargs}
+ $(cmake-utils_use_with archive LibArchive)
+ $(cmake-utils_use_with zip LibZip)"
+
+ kde4-meta_src_configure
+}