diff options
author | Alex Alexander <wired@gentoo.org> | 2009-11-02 21:28:07 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2009-11-02 21:28:07 +0000 |
commit | 6b14b9d86a899873d4329b30f6f4703e92d172f6 (patch) | |
tree | c7a25fb9c2f2350796df9124463b594bee173c5c /kde-base/knotes | |
parent | Version bump KDE 4.3.3 (diff) | |
download | gentoo-2-6b14b9d86a899873d4329b30f6f4703e92d172f6.tar.gz gentoo-2-6b14b9d86a899873d4329b30f6f4703e92d172f6.tar.bz2 gentoo-2-6b14b9d86a899873d4329b30f6f4703e92d172f6.zip |
Version bump KDE 4.3.3
(Portage version: 2.2_rc48/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.3.ebuild | 18 |
2 files changed, 24 insertions, 1 deletions
diff --git a/kde-base/knotes/ChangeLog b/kde-base/knotes/ChangeLog index 8fa92b15d760..d990f8180279 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.122 2009/10/18 17:23:24 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/knotes/ChangeLog,v 1.123 2009/11/02 21:28:07 wired Exp $ + +*knotes-4.3.3 (02 Nov 2009) + + 02 Nov 2009; Alex Alexander <wired@gentoo.org> +knotes-4.3.3.ebuild: + Version bump 18 Oct 2009; Markus Meier <maekke@gentoo.org> knotes-4.3.1.ebuild: x86 stable, bug #287697 diff --git a/kde-base/knotes/knotes-4.3.3.ebuild b/kde-base/knotes/knotes-4.3.3.ebuild new file mode 100644 index 000000000000..08978bea310c --- /dev/null +++ b/kde-base/knotes/knotes-4.3.3.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.3.ebuild,v 1.1 2009/11/02 21:28:07 wired Exp $ + +EAPI="2" + +KMNAME="kdepim" + +inherit kde4-meta + +DESCRIPTION="KDE Notes application" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +IUSE="debug +handbook" + +DEPEND="$(add_kdebase_dep libkdepim)" +RDEPEND="${DEPEND}" + +KMLOADLIBS="libkdepim" |