diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-01-25 16:26:09 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-01-25 16:26:09 +0000 |
commit | 3427b4d0f5464731d4c3fc6419fd06f79d5ff3b8 (patch) | |
tree | 9faf62ac9b0acf5c6ae4dcdc23a8999057793c3f /kde-base/knotify | |
parent | Version bump KDE 4.3.5 (diff) | |
download | gentoo-2-3427b4d0f5464731d4c3fc6419fd06f79d5ff3b8.tar.gz gentoo-2-3427b4d0f5464731d4c3fc6419fd06f79d5ff3b8.tar.bz2 gentoo-2-3427b4d0f5464731d4c3fc6419fd06f79d5ff3b8.zip |
Version bump KDE 4.3.5
(Portage version: 2.2_rc61/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.3.5.ebuild | 12 |
2 files changed, 19 insertions, 1 deletions
diff --git a/kde-base/knotify/ChangeLog b/kde-base/knotify/ChangeLog index 954657110706..674752fb1d92 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.51 2010/01/23 17:12:33 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/knotify/ChangeLog,v 1.52 2010/01/25 16:26:08 scarabeus Exp $ + +*knotify-4.3.5 (25 Jan 2010) + + 25 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org> + +knotify-4.3.5.ebuild: + Version bump 23 Jan 2010; Raúl Porcel <armin76@gentoo.org> knotify-4.3.4.ebuild: Add ~arm diff --git a/kde-base/knotify/knotify-4.3.5.ebuild b/kde-base/knotify/knotify-4.3.5.ebuild new file mode 100644 index 000000000000..ee0df881651f --- /dev/null +++ b/kde-base/knotify/knotify-4.3.5.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.3.5.ebuild,v 1.1 2010/01/25 16:26:09 scarabeus Exp $ + +EAPI="2" + +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" |