summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngmar Vanhassel <ingmar@gentoo.org>2008-05-16 00:03:56 +0000
committerIngmar Vanhassel <ingmar@gentoo.org>2008-05-16 00:03:56 +0000
commitc52795f618ea72e5633a9d33ef5d84dec5e5c65d (patch)
tree916fb09c7a960f6cd547f7e7e242a5c0f6faa833 /kde-base/knotify
parentAdded KDE 4.0.4 version of knewstuff. Thanks to Jorge Manuel B. S. Vicetto. (diff)
downloadhistorical-c52795f618ea72e5633a9d33ef5d84dec5e5c65d.tar.gz
historical-c52795f618ea72e5633a9d33ef5d84dec5e5c65d.tar.bz2
historical-c52795f618ea72e5633a9d33ef5d84dec5e5c65d.zip
Added KDE 4.0.4 version of knotify. Thanks to Jorge Manuel B. S. Vicetto.
Package-Manager: portage-2.1.5
Diffstat (limited to 'kde-base/knotify')
-rw-r--r--kde-base/knotify/ChangeLog7
-rw-r--r--kde-base/knotify/knotify-4.0.4.ebuild15
2 files changed, 21 insertions, 1 deletions
diff --git a/kde-base/knotify/ChangeLog b/kde-base/knotify/ChangeLog
index 38d7ab7f2276..eae69de3ba3b 100644
--- a/kde-base/knotify/ChangeLog
+++ b/kde-base/knotify/ChangeLog
@@ -1,6 +1,11 @@
# 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.6 2008/04/03 21:19:26 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/knotify/ChangeLog,v 1.7 2008/05/16 00:03:56 ingmar Exp $
+
+*knotify-4.0.4 (15 May 2008)
+
+ 15 May 2008; Ingmar Vanhassel <ingmar@gentoo.org> +knotify-4.0.4.ebuild:
+ Added KDE 4.0.4 version of knotify. Thanks to Jorge Manuel B. S. Vicetto.
*knotify-4.0.3 (03 Apr 2008)
diff --git a/kde-base/knotify/knotify-4.0.4.ebuild b/kde-base/knotify/knotify-4.0.4.ebuild
new file mode 100644
index 000000000000..687fa3e6770c
--- /dev/null
+++ b/kde-base/knotify/knotify-4.0.4.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.4.ebuild,v 1.1 2008/05/16 00:03:56 ingmar 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}"