diff options
author | Tobias Heinlein <keytoaster@gentoo.org> | 2008-06-05 22:05:48 +0000 |
---|---|---|
committer | Tobias Heinlein <keytoaster@gentoo.org> | 2008-06-05 22:05:48 +0000 |
commit | 22192d4da7016d46f9f1984890a8cce94477e84e (patch) | |
tree | 3c3b3accb5264d23304fa37e6585d477b4deab41 | |
parent | Added the KDE 4.0.5 version of knewstuff. (diff) | |
download | gentoo-2-22192d4da7016d46f9f1984890a8cce94477e84e.tar.gz gentoo-2-22192d4da7016d46f9f1984890a8cce94477e84e.tar.bz2 gentoo-2-22192d4da7016d46f9f1984890a8cce94477e84e.zip |
Added the KDE 4.0.5 version of knotify.
(Portage version: 2.2_pre7/cvs/Linux 2.6.25-gentoo-r4 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+)
-rw-r--r-- | kde-base/knotify/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/knotify/knotify-4.0.5.ebuild | 15 |
2 files changed, 22 insertions, 1 deletions
diff --git a/kde-base/knotify/ChangeLog b/kde-base/knotify/ChangeLog index eae69de3ba3b..7dffd850f03e 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.7 2008/05/16 00:03:56 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/knotify/ChangeLog,v 1.8 2008/06/05 22:05:48 keytoaster Exp $ + +*knotify-4.0.5 (05 Jun 2008) + + 05 Jun 2008; Tobias Heinlein <keytoaster@gentoo.org> + +knotify-4.0.5.ebuild: + Added the KDE 4.0.5 version of knotify. *knotify-4.0.4 (15 May 2008) diff --git a/kde-base/knotify/knotify-4.0.5.ebuild b/kde-base/knotify/knotify-4.0.5.ebuild new file mode 100644 index 000000000000..4c720c58a9c9 --- /dev/null +++ b/kde-base/knotify/knotify-4.0.5.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.5.ebuild,v 1.1 2008/06/05 22:05:48 keytoaster 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}" |