diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-09 10:08:03 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-01-09 10:08:03 +0000 |
commit | 88fc48f8a3664c28bd134804b8c11666e137c04a (patch) | |
tree | e4bdfc02ee0d442d622a4ad26ab9548dceef2dff /app-office/kchart | |
parent | Automated update of use.local.desc (diff) | |
download | historical-88fc48f8a3664c28bd134804b8c11666e137c04a.tar.gz historical-88fc48f8a3664c28bd134804b8c11666e137c04a.tar.bz2 historical-88fc48f8a3664c28bd134804b8c11666e137c04a.zip |
Remove KOffice 1.6.3.
Package-Manager: portage-2.2_rc61/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-1.6.3_p20090204.ebuild | 47 |
2 files changed, 6 insertions, 49 deletions
diff --git a/app-office/kchart/ChangeLog b/app-office/kchart/ChangeLog index 6e9652e8128f..f02a68790120 100644 --- a/app-office/kchart/ChangeLog +++ b/app-office/kchart/ChangeLog @@ -1,6 +1,10 @@ # 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.100 2009/12/17 20:51:43 fauli Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/kchart/ChangeLog,v 1.101 2010/01/09 09:56:38 ssuominen Exp $ + + 09 Jan 2010; Samuli Suominen <ssuominen@gentoo.org> + -kchart-1.6.3_p20090204.ebuild: + Remove KOffice 1.6.3. 17 Dec 2009; Christian Faulhammer <fauli@gentoo.org> kchart-2.1.0.ebuild: stable x86, bug 295327 diff --git a/app-office/kchart/kchart-1.6.3_p20090204.ebuild b/app-office/kchart/kchart-1.6.3_p20090204.ebuild deleted file mode 100644 index f96c73cb4bda..000000000000 --- a/app-office/kchart/kchart-1.6.3_p20090204.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# 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-1.6.3_p20090204.ebuild,v 1.8 2009/09/27 12:29:53 ranger Exp $ - -ARTS_REQUIRED="never" - -KMNAME=koffice -inherit kde-meta eutils - -DESCRIPTION="KOffice integrated graph and chart drawing tool." -HOMEPAGE="http://www.koffice.org/" -LICENSE="GPL-2 LGPL-2" - -SLOT="3.5" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" - -DEPEND="~app-office/koffice-libs-1.6.3_p20090204" -RDEPEND="${DEPEND}" - -KMCOPYLIB="libkformula lib/kformula - libkofficecore lib/kofficecore - libkofficeui lib/kofficeui - libkopainter lib/kopainter - libkotext lib/kotext - libkwmf lib/kwmf - libkowmf lib/kwmf - libkstore lib/store - libkochart interfaces" - -KMEXTRACTONLY="lib/ - interfaces/" - -KMEXTRA="filters/kchart" - -KMCOMPILEONLY="filters/libdialogfilter" - -need-kde 3.5 - -src_unpack() { - kde-meta_src_unpack unpack - - # We need to compile liboofilter first - echo "SUBDIRS = libdialogfilter kchart" > "$S"/filters/Makefile.am - - kde-meta_src_unpack makefiles -} |