diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-06-25 12:32:41 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-06-25 12:32:41 +0000 |
commit | f7a72984e28a714ae4d58eedb2ead9a37ed6ac42 (patch) | |
tree | 05b081c8990e3a36ff2abde24d7d3007d5e20520 /app-office/kchart | |
parent | Version bump to 2.0.1 (diff) | |
download | gentoo-2-f7a72984e28a714ae4d58eedb2ead9a37ed6ac42.tar.gz gentoo-2-f7a72984e28a714ae4d58eedb2ead9a37ed6ac42.tar.bz2 gentoo-2-f7a72984e28a714ae4d58eedb2ead9a37ed6ac42.zip |
Version bump to 2.0.1
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'app-office/kchart')
-rw-r--r-- | app-office/kchart/ChangeLog | 7 | ||||
-rw-r--r-- | app-office/kchart/kchart-2.0.1.ebuild | 29 |
2 files changed, 35 insertions, 1 deletions
diff --git a/app-office/kchart/ChangeLog b/app-office/kchart/ChangeLog index 742146b1df7b..a40dfabd1a56 100644 --- a/app-office/kchart/ChangeLog +++ b/app-office/kchart/ChangeLog @@ -1,6 +1,11 @@ # 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.86 2009/05/28 08:19:58 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/kchart/ChangeLog,v 1.87 2009/06/25 12:32:41 scarabeus Exp $ + +*kchart-2.0.1 (25 Jun 2009) + + 25 Jun 2009; Tomáš Chvátal <scarabeus@gentoo.org> +kchart-2.0.1.ebuild: + Version bump to 2.0.1 *kchart-2.0.0 (28 May 2009) diff --git a/app-office/kchart/kchart-2.0.1.ebuild b/app-office/kchart/kchart-2.0.1.ebuild new file mode 100644 index 000000000000..7dfa903ffcbe --- /dev/null +++ b/app-office/kchart/kchart-2.0.1.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.0.1.ebuild,v 1.1 2009/06/25 12:32:41 scarabeus 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" |