diff options
Diffstat (limited to 'kde-base/knotes')
-rw-r--r-- | kde-base/knotes/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/knotes/knotes-4.1.3.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/kde-base/knotes/ChangeLog b/kde-base/knotes/ChangeLog index 080337cfa7e5..ab9ff9506915 100644 --- a/kde-base/knotes/ChangeLog +++ b/kde-base/knotes/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/knotes # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/knotes/ChangeLog,v 1.91 2008/10/17 18:33:05 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/knotes/ChangeLog,v 1.92 2008/11/09 00:52:56 scarabeus Exp $ + +*knotes-4.1.3 (09 Nov 2008) + + 09 Nov 2008; Tomas Chvatal <scarabeus@gentoo.org> +knotes-4.1.3.ebuild: + Version bump. 17 Oct 2008; Markus Meier <maekke@gentoo.org> metadata.xml: kontact USE-flag is global now diff --git a/kde-base/knotes/knotes-4.1.3.ebuild b/kde-base/knotes/knotes-4.1.3.ebuild new file mode 100644 index 000000000000..aee9043cab7b --- /dev/null +++ b/kde-base/knotes/knotes-4.1.3.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/knotes/knotes-4.1.3.ebuild,v 1.1 2008/11/09 00:52:56 scarabeus Exp $ + +EAPI="2" + +KMNAME=kdepim +inherit kde4-meta + +DESCRIPTION="KDE Notes" +IUSE="debug" +KEYWORDS="~amd64 ~x86" + +DEPEND="kde-base/libkdepim:${SLOT}" + +KMEXTRACTONLY="libkdepim" +KMLOADLIBS="libkdepim" |