diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-05-16 00:03:56 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-05-16 00:03:56 +0000 |
commit | e007f8f3d3b419cf2c574a5730209cc2ddb84106 (patch) | |
tree | 39b902df96282712906ff62f61125faabe401f9c /kde-base/knotify | |
parent | Added KDE 4.0.4 version of knewstuff. Thanks to Jorge Manuel B. S. Vicetto. (diff) | |
download | gentoo-2-e007f8f3d3b419cf2c574a5730209cc2ddb84106.tar.gz gentoo-2-e007f8f3d3b419cf2c574a5730209cc2ddb84106.tar.bz2 gentoo-2-e007f8f3d3b419cf2c574a5730209cc2ddb84106.zip |
Added KDE 4.0.4 version of knotify. Thanks to Jorge Manuel B. S. Vicetto.
(Portage version: 2.1.5)
Diffstat (limited to 'kde-base/knotify')
-rw-r--r-- | kde-base/knotify/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/knotify/knotify-4.0.4.ebuild | 15 |
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}" |