diff options
author | Theo Chatzimichos <tampakrap@gentoo.org> | 2010-03-02 18:15:23 +0000 |
---|---|---|
committer | Theo Chatzimichos <tampakrap@gentoo.org> | 2010-03-02 18:15:23 +0000 |
commit | 36207e2c1a7bb0f37d88c16b2a65a7d4ae04c033 (patch) | |
tree | 59abc32c293975fca333d71b468c17a8d22f9867 /kde-base/knotify | |
parent | Version bump KDE 4.4.1 (diff) | |
download | gentoo-2-36207e2c1a7bb0f37d88c16b2a65a7d4ae04c033.tar.gz gentoo-2-36207e2c1a7bb0f37d88c16b2a65a7d4ae04c033.tar.bz2 gentoo-2-36207e2c1a7bb0f37d88c16b2a65a7d4ae04c033.zip |
Version bump KDE 4.4.1
(Portage version: 2.2_rc63/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/knotify')
-rw-r--r-- | kde-base/knotify/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/knotify/knotify-4.4.1.ebuild | 12 |
2 files changed, 19 insertions, 1 deletions
diff --git a/kde-base/knotify/ChangeLog b/kde-base/knotify/ChangeLog index 009e5d8075e8..11e24641d487 100644 --- a/kde-base/knotify/ChangeLog +++ b/kde-base/knotify/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/knotify # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/knotify/ChangeLog,v 1.54 2010/02/20 11:16:19 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/knotify/ChangeLog,v 1.55 2010/03/02 18:15:23 tampakrap Exp $ + +*knotify-4.4.1 (02 Mar 2010) + + 02 Mar 2010; Theo Chatzimichos <tampakrap@gentoo.org> + +knotify-4.4.1.ebuild: + Version bump 20 Feb 2010; Samuli Suominen <ssuominen@gentoo.org> knotify-4.3.5.ebuild: amd64/x86 stable wrt #300393 diff --git a/kde-base/knotify/knotify-4.4.1.ebuild b/kde-base/knotify/knotify-4.4.1.ebuild new file mode 100644 index 000000000000..f354bcec836c --- /dev/null +++ b/kde-base/knotify/knotify-4.4.1.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/knotify/knotify-4.4.1.ebuild,v 1.1 2010/03/02 18:15:23 tampakrap Exp $ + +EAPI="3" + +KMNAME="kdebase-runtime" +inherit kde4-meta + +DESCRIPTION="The KDE notification daemon." +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" |