diff options
author | 2009-01-13 22:28:05 +0000 | |
---|---|---|
committer | 2009-01-13 22:28:05 +0000 | |
commit | 806741269eb28f5e7c0758d35bbf43fe48b28c28 (patch) | |
tree | 0d8517c3daac52ce8c0343f60eb7c385837d6cc4 /kde-base/knotify | |
parent | Bump kde to 4.1.4 (diff) | |
download | gentoo-2-806741269eb28f5e7c0758d35bbf43fe48b28c28.tar.gz gentoo-2-806741269eb28f5e7c0758d35bbf43fe48b28c28.tar.bz2 gentoo-2-806741269eb28f5e7c0758d35bbf43fe48b28c28.zip |
Bump kde to 4.1.4
(Portage version: 2.2_rc21/cvs/Linux 2.6.28-gentoo x86_64)
Diffstat (limited to 'kde-base/knotify')
-rw-r--r-- | kde-base/knotify/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/knotify/knotify-4.1.4.ebuild | 15 |
2 files changed, 22 insertions, 2 deletions
diff --git a/kde-base/knotify/ChangeLog b/kde-base/knotify/ChangeLog index 11468644cf42..4cc5737be289 100644 --- a/kde-base/knotify/ChangeLog +++ b/kde-base/knotify/ChangeLog @@ -1,6 +1,11 @@ # 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.13 2008/11/16 07:49:43 vapier Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/knotify/ChangeLog,v 1.14 2009/01/13 22:28:05 alexxy Exp $ + +*knotify-4.1.4 (13 Jan 2009) + + 13 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> +knotify-4.1.4.ebuild: + Bump to 4.1.4 15 Nov 2008; Mike Frysinger <vapier@gentoo.org> knotify-4.1.3.ebuild: Add ppc/ppc64 love #244306. diff --git a/kde-base/knotify/knotify-4.1.4.ebuild b/kde-base/knotify/knotify-4.1.4.ebuild new file mode 100644 index 000000000000..d7ca08b5734f --- /dev/null +++ b/kde-base/knotify/knotify-4.1.4.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/knotify/knotify-4.1.4.ebuild,v 1.1 2009/01/13 22:28:05 alexxy Exp $ + +EAPI="2" + +KMNAME=kdebase-runtime +inherit kde4-meta + +DESCRIPTION="The KDE notification daemon." +IUSE="debug" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" + +DEPEND="media-sound/phonon" +RDEPEND="${DEPEND}" |