diff options
author | Theo Chatzimichos <tampakrap@gentoo.org> | 2009-11-22 16:21:26 +0000 |
---|---|---|
committer | Theo Chatzimichos <tampakrap@gentoo.org> | 2009-11-22 16:21:26 +0000 |
commit | cfd3a761dbbba05a5d6deba7f1a290370789959a (patch) | |
tree | 24906ad9e094e65a2248a8f6d468a80c46fe2c0f /app-office/kchart | |
parent | Version bump (diff) | |
download | gentoo-2-cfd3a761dbbba05a5d6deba7f1a290370789959a.tar.gz gentoo-2-cfd3a761dbbba05a5d6deba7f1a290370789959a.tar.bz2 gentoo-2-cfd3a761dbbba05a5d6deba7f1a290370789959a.zip |
Version bump
(Portage version: 2.2_rc49/cvs/Linux x86_64)
Diffstat (limited to 'app-office/kchart')
-rw-r--r-- | app-office/kchart/ChangeLog | 8 | ||||
-rw-r--r-- | app-office/kchart/kchart-2.1.0.ebuild | 29 |
2 files changed, 36 insertions, 1 deletions
diff --git a/app-office/kchart/ChangeLog b/app-office/kchart/ChangeLog index c588a83e6585..196d84de5f6f 100644 --- a/app-office/kchart/ChangeLog +++ b/app-office/kchart/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-office/kchart # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/kchart/ChangeLog,v 1.96 2009/11/01 09:18:44 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/kchart/ChangeLog,v 1.97 2009/11/22 16:21:26 tampakrap Exp $ + +*kchart-2.1.0 (22 Nov 2009) + + 22 Nov 2009; Theo Chatzimichos <tampakrap@gentoo.org> + +kchart-2.1.0.ebuild: + version bump 01 Nov 2009; Jonathan Callen <abcd@gentoo.org> -kchart-1.6.3.ebuild, -kchart-2.0.0.ebuild, -kchart-2.0.1.ebuild: diff --git a/app-office/kchart/kchart-2.1.0.ebuild b/app-office/kchart/kchart-2.1.0.ebuild new file mode 100644 index 000000000000..6330226a3934 --- /dev/null +++ b/app-office/kchart/kchart-2.1.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/kchart/kchart-2.1.0.ebuild,v 1.1 2009/11/22 16:21:26 tampakrap Exp $ + +EAPI="2" + +KMNAME="koffice" +KMMODULE="${PN}" +inherit kde4-meta + +DESCRIPTION="KOffice chart application." + +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" + +KMEXTRACTONLY=" + libs/ + interfaces/ + filters/ + plugins/ +" +KMEXTRA=" + filters/${KMMODULE}/ +" + +KMLOADLIBS="koffice-libs" |