diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-05-07 10:48:07 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-05-07 10:48:07 +0000 |
commit | 4816953d7b880b98d593a026f8417178af0c61d9 (patch) | |
tree | f2e62f96dd734dff956565c230831b7cc368b4f5 /kde-base/knotify | |
parent | Version bump. Remove intermediate version. (diff) | |
download | historical-4816953d7b880b98d593a026f8417178af0c61d9.tar.gz historical-4816953d7b880b98d593a026f8417178af0c61d9.tar.bz2 historical-4816953d7b880b98d593a026f8417178af0c61d9.zip |
Version bump to KDE SC 4.6.3.
Package-Manager: portage-2.2.0_alpha31/cvs/Linux x86_64
RepoMan-Options: --force
Diffstat (limited to 'kde-base/knotify')
-rw-r--r-- | kde-base/knotify/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/knotify/knotify-4.6.3.ebuild | 12 |
2 files changed, 18 insertions, 1 deletions
diff --git a/kde-base/knotify/ChangeLog b/kde-base/knotify/ChangeLog index a2deea88437b..f4dd221ab978 100644 --- a/kde-base/knotify/ChangeLog +++ b/kde-base/knotify/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/knotify # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/knotify/ChangeLog,v 1.81 2011/04/06 14:19:12 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/knotify/ChangeLog,v 1.82 2011/05/07 10:48:06 scarabeus Exp $ + +*knotify-4.6.3 (07 May 2011) + + 07 May 2011; Tomáš Chvátal <scarabeus@gentoo.org> +knotify-4.6.3.ebuild: + Version bump KDE SC 4.6.3 *knotify-4.6.2 (06 Apr 2011) diff --git a/kde-base/knotify/knotify-4.6.3.ebuild b/kde-base/knotify/knotify-4.6.3.ebuild new file mode 100644 index 000000000000..c209f875e35a --- /dev/null +++ b/kde-base/knotify/knotify-4.6.3.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/knotify/knotify-4.6.3.ebuild,v 1.1 2011/05/07 10:48:06 scarabeus Exp $ + +EAPI=4 + +KMNAME="kdebase-runtime" +inherit kde4-meta + +DESCRIPTION="The KDE notification daemon." +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +IUSE="debug" |