diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2008-03-10 23:46:47 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2008-03-10 23:46:47 +0000 |
commit | cb5628deb0f8dec23acf74ed2704f4da199e1ba9 (patch) | |
tree | aa790f9066e4c675da66e761663de8a0972bc28b /kde-base/knotify | |
parent | Version bump to KDE 4.0.2. (diff) | |
download | gentoo-2-cb5628deb0f8dec23acf74ed2704f4da199e1ba9.tar.gz gentoo-2-cb5628deb0f8dec23acf74ed2704f4da199e1ba9.tar.bz2 gentoo-2-cb5628deb0f8dec23acf74ed2704f4da199e1ba9.zip |
Version bump to KDE 4.0.2.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base/knotify')
-rw-r--r-- | kde-base/knotify/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/knotify/knotify-4.0.2.ebuild | 15 |
2 files changed, 22 insertions, 1 deletions
diff --git a/kde-base/knotify/ChangeLog b/kde-base/knotify/ChangeLog index 69f26ae05f5d..b5db91c34452 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.3 2008/02/17 02:58:05 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/knotify/ChangeLog,v 1.4 2008/03/10 23:46:47 philantrop Exp $ + +*knotify-4.0.2 (10 Mar 2008) + + 10 Mar 2008; Wulf C. Krueger <philantrop@gentoo.org> + +knotify-4.0.2.ebuild: + Version bump to KDE 4.0.2 16 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> -knotify-4.0.0.ebuild: Spring cleaning diff --git a/kde-base/knotify/knotify-4.0.2.ebuild b/kde-base/knotify/knotify-4.0.2.ebuild new file mode 100644 index 000000000000..e318eb6155fe --- /dev/null +++ b/kde-base/knotify/knotify-4.0.2.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.2.ebuild,v 1.1 2008/03/10 23:46:47 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}" |