summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Hüttel <dilfridge@gentoo.org>2011-04-21 22:10:21 +0000
committerAndreas Hüttel <dilfridge@gentoo.org>2011-04-21 22:10:21 +0000
commit4d798b59ab9a1a916b03899235ad8b210f1db2c3 (patch)
tree4556f7d543358ea9983b62a15583554444c77500 /kde-base/knode
parentAdd missing kdepim-l10n (diff)
downloadhistorical-4d798b59ab9a1a916b03899235ad8b210f1db2c3.tar.gz
historical-4d798b59ab9a1a916b03899235ad8b210f1db2c3.tar.bz2
historical-4d798b59ab9a1a916b03899235ad8b210f1db2c3.zip
Version bump
Package-Manager: portage-2.1.9.46/cvs/Linux x86_64
Diffstat (limited to 'kde-base/knode')
-rw-r--r--kde-base/knode/ChangeLog8
-rw-r--r--kde-base/knode/knode-4.4.11.1.ebuild41
2 files changed, 48 insertions, 1 deletions
diff --git a/kde-base/knode/ChangeLog b/kde-base/knode/ChangeLog
index ca0da1b5f0bb..647e9c6e8d0b 100644
--- a/kde-base/knode/ChangeLog
+++ b/kde-base/knode/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for kde-base/knode
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/knode/ChangeLog,v 1.173 2011/03/24 23:59:13 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/knode/ChangeLog,v 1.174 2011/04/21 21:51:13 dilfridge Exp $
+
+*knode-4.4.11.1 (21 Apr 2011)
+
+ 21 Apr 2011; Andreas K. Huettel <dilfridge@gentoo.org>
+ +knode-4.4.11.1.ebuild:
+ Version bump
24 Mar 2011; Andreas K. Huettel <dilfridge@gentoo.org>
-knode-4.4.5.ebuild:
diff --git a/kde-base/knode/knode-4.4.11.1.ebuild b/kde-base/knode/knode-4.4.11.1.ebuild
new file mode 100644
index 000000000000..8ba672d7b2b7
--- /dev/null
+++ b/kde-base/knode/knode-4.4.11.1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/knode/knode-4.4.11.1.ebuild,v 1.1 2011/04/21 21:51:14 dilfridge Exp $
+
+EAPI=4
+
+KDE_MINIMAL="4.6"
+KMNAME="kdepim"
+inherit kde4-meta
+
+DESCRIPTION="A newsreader for KDE"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug +handbook"
+
+# test fails, last checked for 4.2.96
+RESTRICT=test
+
+DEPEND="
+ $(add_kdebase_dep kdepimlibs)
+ $(add_kdebase_dep libkdepim)
+ $(add_kdebase_dep libkpgp)
+"
+RDEPEND="${DEPEND}"
+
+KMEXTRACTONLY="
+ libkpgp/
+"
+
+KMLOADLIBS="libkdepim"
+
+PATCHES=( "${FILESDIR}/${PN}"-4.4.10-enablefinal.patch )
+
+src_unpack() {
+ if use handbook; then
+ KMEXTRA="
+ doc/kioslave/news
+ "
+ fi
+
+ kde4-meta_src_unpack
+}