diff options
author | Andreas Hüttel <dilfridge@gentoo.org> | 2010-09-25 20:27:27 +0000 |
---|---|---|
committer | Andreas Hüttel <dilfridge@gentoo.org> | 2010-09-25 20:27:27 +0000 |
commit | a0ec48a434dcbf23ae34ee6e00e54609fcc7da2d (patch) | |
tree | f7e679b4823fb7cef28aad720fc965c8130b17b4 /app-office | |
parent | Version bump (diff) | |
download | historical-a0ec48a434dcbf23ae34ee6e00e54609fcc7da2d.tar.gz historical-a0ec48a434dcbf23ae34ee6e00e54609fcc7da2d.tar.bz2 historical-a0ec48a434dcbf23ae34ee6e00e54609fcc7da2d.zip |
Version bump. Dummy placeholder since only in 2.2.x kchart is includen in koffice-libs.
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/kchart/ChangeLog | 10 | ||||
-rw-r--r-- | app-office/kchart/kchart-2.2.2.ebuild | 19 | ||||
-rw-r--r-- | app-office/kchart/metadata.xml | 4 |
3 files changed, 32 insertions, 1 deletions
diff --git a/app-office/kchart/ChangeLog b/app-office/kchart/ChangeLog index 045c5efd69aa..fa15fd3c43a7 100644 --- a/app-office/kchart/ChangeLog +++ b/app-office/kchart/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for app-office/kchart # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/kchart/ChangeLog,v 1.106 2010/03/31 21:51:21 tampakrap Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/kchart/ChangeLog,v 1.107 2010/09/25 20:27:27 dilfridge Exp $ + +*kchart-2.2.2 (25 Sep 2010) + + 25 Sep 2010; Andreas K. Huettel <dilfridge@gentoo.org> + +kchart-2.2.2.ebuild: + Version bump. Dummy ebuild since in koffice-2.2.x the kchart component has + to be built together with koffice-libs. Will be (hopefully) fixed upstream + in 2.3. *kchart-2.1.2 (31 Mar 2010) diff --git a/app-office/kchart/kchart-2.2.2.ebuild b/app-office/kchart/kchart-2.2.2.ebuild new file mode 100644 index 000000000000..2b9608256090 --- /dev/null +++ b/app-office/kchart/kchart-2.2.2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/kchart/kchart-2.2.2.ebuild,v 1.1 2010/09/25 20:27:27 dilfridge Exp $ + +EAPI=2 + +DESCRIPTION="KOffice chart application. Temporary dummy ebuild for compatibility." + +SRC_URI="" +HOMEPAGE="http://www.kde.org/" + +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +SLOT="2" +LICENSE="GPL-2" + +IUSE="reports" + +DEPEND="~app-office/koffice-libs-${PV}:${SLOT}[reports=]" +RDEPEND=${DEPEND} diff --git a/app-office/kchart/metadata.xml b/app-office/kchart/metadata.xml index 8d1e86a9cefb..e6c8f87eb7f9 100644 --- a/app-office/kchart/metadata.xml +++ b/app-office/kchart/metadata.xml @@ -2,4 +2,8 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>kde</herd> +<use> + <flag name="reports">Enable the reports koffice module in kchart, + also used by kplato and kexi</flag> +</use> </pkgmetadata> |