summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/knotes')
-rw-r--r--kde-base/knotes/ChangeLog7
-rw-r--r--kde-base/knotes/knotes-4.9.0.ebuild22
2 files changed, 28 insertions, 1 deletions
diff --git a/kde-base/knotes/ChangeLog b/kde-base/knotes/ChangeLog
index 58ca9057e33b..13faab21841b 100644
--- a/kde-base/knotes/ChangeLog
+++ b/kde-base/knotes/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/knotes
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/knotes/ChangeLog,v 1.205 2012/06/21 21:55:04 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/knotes/ChangeLog,v 1.206 2012/08/01 22:17:34 johu Exp $
+
+*knotes-4.9.0 (01 Aug 2012)
+
+ 01 Aug 2012; Johannes Huber <johu@gentoo.org> +knotes-4.9.0.ebuild:
+ Version bump KDE SC 4.9.0
*knotes-4.8.4 (21 Jun 2012)
diff --git a/kde-base/knotes/knotes-4.9.0.ebuild b/kde-base/knotes/knotes-4.9.0.ebuild
new file mode 100644
index 000000000000..83fea42157df
--- /dev/null
+++ b/kde-base/knotes/knotes-4.9.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/knotes/knotes-4.9.0.ebuild,v 1.1 2012/08/01 22:17:34 johu Exp $
+
+EAPI=4
+
+KDE_HANDBOOK="optional"
+KMNAME="kdepim"
+KDE_SCM="git"
+inherit kde4-meta
+
+DESCRIPTION="KDE Notes application"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug"
+
+DEPEND="
+ $(add_kdebase_dep kdepimlibs)
+ $(add_kdebase_dep kdepim-common-libs)
+"
+RDEPEND="${DEPEND}"
+
+KMLOADLIBS="kdepim-common-libs"