summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWulf Krueger <philantrop@gentoo.org>2008-02-07 00:12:59 +0000
committerWulf Krueger <philantrop@gentoo.org>2008-02-07 00:12:59 +0000
commitb0cf2ebbfc7626d65b374788654d4e26028bda3f (patch)
tree473933e2eaf30d14938b24846be4b834a0d385d4 /kde-base/knotify
parentrename check_apache_threads to has_apache_threads as suggested by dberkholz (diff)
downloadgentoo-2-b0cf2ebbfc7626d65b374788654d4e26028bda3f.tar.gz
gentoo-2-b0cf2ebbfc7626d65b374788654d4e26028bda3f.tar.bz2
gentoo-2-b0cf2ebbfc7626d65b374788654d4e26028bda3f.zip
Version bump to KDE 4.0.1.
(Portage version: 2.1.4.1)
Diffstat (limited to 'kde-base/knotify')
-rw-r--r--kde-base/knotify/ChangeLog8
-rw-r--r--kde-base/knotify/knotify-4.0.1.ebuild15
2 files changed, 22 insertions, 1 deletions
diff --git a/kde-base/knotify/ChangeLog b/kde-base/knotify/ChangeLog
index a22983887be4..df5c346bf5d2 100644
--- a/kde-base/knotify/ChangeLog
+++ b/kde-base/knotify/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for kde-base/knotify
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/knotify/ChangeLog,v 1.1 2008/01/18 00:03:45 ingmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/knotify/ChangeLog,v 1.2 2008/02/07 00:11:20 philantrop Exp $
+
+*knotify-4.0.1 (06 Feb 2008)
+
+ 06 Feb 2008; Wulf C. Krueger <philantrop@gentoo.org>
+ +knotify-4.0.1.ebuild:
+ Version bump to KDE 4.0.1.
*knotify-4.0.0 (18 Jan 2008)
diff --git a/kde-base/knotify/knotify-4.0.1.ebuild b/kde-base/knotify/knotify-4.0.1.ebuild
new file mode 100644
index 000000000000..39119b8a5f65
--- /dev/null
+++ b/kde-base/knotify/knotify-4.0.1.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/knotify/knotify-4.0.1.ebuild,v 1.1 2008/02/07 00:11:20 philantrop Exp $
+
+EAPI="1"
+
+KMNAME=kdebase-runtime
+inherit kde4-meta
+
+DESCRIPTION="The KDE notification daemon."
+IUSE="debug"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=">=kde-base/phonon-${PV}:${SLOT}"
+RDEPEND="${DEPEND}"