summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-02-10 20:26:38 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-02-10 20:26:38 +0000
commit8d0e3544908e805939982014f730e0a03e8cb61a (patch)
tree7254a5108b84482e250823d27033f9958c92ff10 /app-office/kchart
parentRemove old version. (diff)
downloadgentoo-2-8d0e3544908e805939982014f730e0a03e8cb61a.tar.gz
gentoo-2-8d0e3544908e805939982014f730e0a03e8cb61a.tar.bz2
gentoo-2-8d0e3544908e805939982014f730e0a03e8cb61a.zip
Remove old version.
(Portage version: 2.1.2-r9)
Diffstat (limited to 'app-office/kchart')
-rw-r--r--app-office/kchart/ChangeLog7
-rw-r--r--app-office/kchart/files/digest-kchart-1.6.03
-rw-r--r--app-office/kchart/kchart-1.6.0.ebuild48
3 files changed, 5 insertions, 53 deletions
diff --git a/app-office/kchart/ChangeLog b/app-office/kchart/ChangeLog
index c4ffed784384..30de96d5356a 100644
--- a/app-office/kchart/ChangeLog
+++ b/app-office/kchart/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-office/kchart
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/kchart/ChangeLog,v 1.63 2006/12/20 01:28:48 masterdriverz Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/kchart/ChangeLog,v 1.64 2007/02/10 20:26:38 flameeyes Exp $
+
+ 10 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> -kchart-1.6.0.ebuild:
+ Remove old version.
20 Dec 2006; Charlie Shepherd <masterdriverz@gentoo.org>
kchart-1.6.1.ebuild:
diff --git a/app-office/kchart/files/digest-kchart-1.6.0 b/app-office/kchart/files/digest-kchart-1.6.0
deleted file mode 100644
index 2e01d4cedd36..000000000000
--- a/app-office/kchart/files/digest-kchart-1.6.0
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 e669cf19b2e1c7db7029c0772c527c0d koffice-1.6.0.tar.bz2 56718478
-RMD160 be09c18005eb33f6dc35ab0359cc97a8a658ce7c koffice-1.6.0.tar.bz2 56718478
-SHA256 9eddaae640ada9bd184f001e2489854daf7094b73e5f15b0b8deffb4cc654ae2 koffice-1.6.0.tar.bz2 56718478
diff --git a/app-office/kchart/kchart-1.6.0.ebuild b/app-office/kchart/kchart-1.6.0.ebuild
deleted file mode 100644
index c50b24ab27e4..000000000000
--- a/app-office/kchart/kchart-1.6.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/kchart/kchart-1.6.0.ebuild,v 1.1 2006/10/19 16:03:34 flameeyes Exp $
-
-MAXKOFFICEVER=${PV}
-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="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND="$(deprange $PV $MAXKOFFICEVER app-office/koffice-libs)"
-
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-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.4
-
-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
-}