diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2008-04-03 21:19:26 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2008-04-03 21:19:26 +0000 |
commit | e5c2142938b8a398cbc2f9d22183cf02643c2108 (patch) | |
tree | 7bd91c683e55f0a7e2344fac1e06b7f064e1482f /kde-base/knotify | |
parent | Version bump to KDE 4.0.3. This is still not intended for mainstream so DO NO... (diff) | |
download | gentoo-2-e5c2142938b8a398cbc2f9d22183cf02643c2108.tar.gz gentoo-2-e5c2142938b8a398cbc2f9d22183cf02643c2108.tar.bz2 gentoo-2-e5c2142938b8a398cbc2f9d22183cf02643c2108.zip |
Version bump to KDE 4.0.3. This is still not intended for mainstream so DO NOT KEYWORD IT without talking to the KDE herd first.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base/knotify')
-rw-r--r-- | kde-base/knotify/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/knotify/knotify-4.0.3.ebuild | 15 |
2 files changed, 23 insertions, 1 deletions
diff --git a/kde-base/knotify/ChangeLog b/kde-base/knotify/ChangeLog index 3bf6115efa0f..38d7ab7f2276 100644 --- a/kde-base/knotify/ChangeLog +++ b/kde-base/knotify/ChangeLog @@ -1,6 +1,13 @@ # 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.5 2008/03/20 17:41:13 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/knotify/ChangeLog,v 1.6 2008/04/03 21:19:26 philantrop Exp $ + +*knotify-4.0.3 (03 Apr 2008) + + 03 Apr 2008; Wulf C. Krueger <philantrop@gentoo.org> + +knotify-4.0.3.ebuild: + Version bump to KDE 4.0.3. This is still not intended for mainstream so DO + NOT KEYWORD IT without talking to the KDE herd first. 20 Mar 2008; Ingmar Vanhassel <ingmar@gentoo.org> -knotify-4.0.1.ebuild: Old. diff --git a/kde-base/knotify/knotify-4.0.3.ebuild b/kde-base/knotify/knotify-4.0.3.ebuild new file mode 100644 index 000000000000..8198b2c1edb3 --- /dev/null +++ b/kde-base/knotify/knotify-4.0.3.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.3.ebuild,v 1.1 2008/04/03 21:19:26 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}" |