diff options
author | Alex Alexander <wired@gentoo.org> | 2009-12-01 10:51:34 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2009-12-01 10:51:34 +0000 |
commit | 7b813e6875bab192cc52a0da7c7110cd9ab4363e (patch) | |
tree | 5945c9598aa604abc66bb11c5bfc01a4579b75a5 /kde-base/knotes | |
parent | Version bump KDE 4.3.4 (diff) | |
download | gentoo-2-7b813e6875bab192cc52a0da7c7110cd9ab4363e.tar.gz gentoo-2-7b813e6875bab192cc52a0da7c7110cd9ab4363e.tar.bz2 gentoo-2-7b813e6875bab192cc52a0da7c7110cd9ab4363e.zip |
Version bump KDE 4.3.4
(Portage version: 2.2_rc54/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/knotes')
-rw-r--r-- | kde-base/knotes/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/knotes/knotes-4.3.4.ebuild | 18 |
2 files changed, 24 insertions, 1 deletions
diff --git a/kde-base/knotes/ChangeLog b/kde-base/knotes/ChangeLog index 9af4f59d46f9..c09dc06abdd1 100644 --- a/kde-base/knotes/ChangeLog +++ b/kde-base/knotes/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/knotes # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/knotes/ChangeLog,v 1.129 2009/11/30 06:54:14 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/knotes/ChangeLog,v 1.130 2009/12/01 10:51:34 wired Exp $ + +*knotes-4.3.4 (01 Dec 2009) + + 01 Dec 2009; Alex Alexander <wired@gentoo.org> +knotes-4.3.4.ebuild: + Version bump 30 Nov 2009; Joseph Jezak <josejx@gentoo.org> knotes-4.3.3.ebuild: Marked ppc/ppc64 stable for bug #292455. diff --git a/kde-base/knotes/knotes-4.3.4.ebuild b/kde-base/knotes/knotes-4.3.4.ebuild new file mode 100644 index 000000000000..1c53f1b26369 --- /dev/null +++ b/kde-base/knotes/knotes-4.3.4.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/knotes/knotes-4.3.4.ebuild,v 1.1 2009/12/01 10:51:34 wired Exp $ + +EAPI="2" + +KMNAME="kdepim" + +inherit kde4-meta + +DESCRIPTION="KDE Notes application" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="debug +handbook" + +DEPEND="$(add_kdebase_dep libkdepim)" +RDEPEND="${DEPEND}" + +KMLOADLIBS="libkdepim" |