diff options
author | Theo Chatzimichos <tampakrap@gentoo.org> | 2011-04-23 17:12:50 +0000 |
---|---|---|
committer | Theo Chatzimichos <tampakrap@gentoo.org> | 2011-04-23 17:12:50 +0000 |
commit | 528971e3c0dcfb106b85a3327de08682290b715a (patch) | |
tree | f6405eb303251a12df79337a098ab43403922689 /kde-base/knotes | |
parent | Initial version. (diff) | |
download | historical-528971e3c0dcfb106b85a3327de08682290b715a.tar.gz historical-528971e3c0dcfb106b85a3327de08682290b715a.tar.bz2 historical-528971e3c0dcfb106b85a3327de08682290b715a.zip |
Version bump KDEPIM 4.5.95 (4.6 beta 5)
Package-Manager: portage-2.2.0_alpha30/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.5.95.ebuild | 22 |
2 files changed, 28 insertions, 1 deletions
diff --git a/kde-base/knotes/ChangeLog b/kde-base/knotes/ChangeLog index d973abb7eaa9..a82f91400d2e 100644 --- a/kde-base/knotes/ChangeLog +++ b/kde-base/knotes/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/knotes # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/knotes/ChangeLog,v 1.168 2011/04/22 12:12:51 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/knotes/ChangeLog,v 1.169 2011/04/23 17:12:49 tampakrap Exp $ + +*knotes-4.5.95 (23 Apr 2011) + + 23 Apr 2011; Theo Chatzimichos <tampakrap@gentoo.org> +knotes-4.5.95.ebuild: + Version bump KDEPIM 4.5.95 (4.6 beta 5) 22 Apr 2011; Andreas K. Huettel <dilfridge@gentoo.org> knotes-4.4.11.1.ebuild: diff --git a/kde-base/knotes/knotes-4.5.95.ebuild b/kde-base/knotes/knotes-4.5.95.ebuild new file mode 100644 index 000000000000..e12316f4ffbc --- /dev/null +++ b/kde-base/knotes/knotes-4.5.95.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/knotes/knotes-4.5.95.ebuild,v 1.1 2011/04/23 17:12:49 tampakrap Exp $ + +EAPI=4 + +KDE_HANDBOOK="optional" +KMNAME="kdepim" +KDE_SCM="git" +inherit kde4-meta + +DESCRIPTION="KDE Notes application" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + $(add_kdebase_dep kdepimlibs) + $(add_kdebase_dep kdepim-common-libs) +" +RDEPEND="${DEPEND}" + +KMLOADLIBS="kdepim-common-libs" |