summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus D. Hanwell <cryos@gentoo.org>2007-07-18 00:49:15 +0000
committerMarcus D. Hanwell <cryos@gentoo.org>2007-07-18 00:49:15 +0000
commit2d77ebe7c7eafcba74b0ecc810063aa20f04b99a (patch)
treeea4defde77100b312ad9fb17513dbbe014242710 /app-office/kchart
parentCleaned out old version. (diff)
downloadhistorical-2d77ebe7c7eafcba74b0ecc810063aa20f04b99a.tar.gz
historical-2d77ebe7c7eafcba74b0ecc810063aa20f04b99a.tar.bz2
historical-2d77ebe7c7eafcba74b0ecc810063aa20f04b99a.zip
Cleaned out old versions.
Package-Manager: portage-2.1.3_rc8
Diffstat (limited to 'app-office/kchart')
-rw-r--r--app-office/kchart/ChangeLog6
-rw-r--r--app-office/kchart/files/digest-kchart-1.5.23
-rw-r--r--app-office/kchart/files/digest-kchart-1.6.23
-rw-r--r--app-office/kchart/kchart-1.5.2.ebuild48
-rw-r--r--app-office/kchart/kchart-1.6.2.ebuild48
5 files changed, 5 insertions, 103 deletions
diff --git a/app-office/kchart/ChangeLog b/app-office/kchart/ChangeLog
index b46aa156f458..f5cdb46e0a94 100644
--- a/app-office/kchart/ChangeLog
+++ b/app-office/kchart/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-office/kchart
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/kchart/ChangeLog,v 1.75 2007/07/18 00:03:29 cryos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/kchart/ChangeLog,v 1.76 2007/07/18 00:44:47 cryos Exp $
+
+ 18 Jul 2007; Marcus D. Hanwell <cryos@gentoo.org> -kchart-1.5.2.ebuild,
+ -kchart-1.6.2.ebuild:
+ Cleaned out old versions.
18 Jul 2007; Marcus D. Hanwell <cryos@gentoo.org> kchart-1.6.3.ebuild:
Marked stable on amd64, bug 178697.
diff --git a/app-office/kchart/files/digest-kchart-1.5.2 b/app-office/kchart/files/digest-kchart-1.5.2
deleted file mode 100644
index d1ae4451f5cb..000000000000
--- a/app-office/kchart/files/digest-kchart-1.5.2
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 cbe9deeb7c811a6bb5a954989b25c1f2 koffice-1.5.2.tar.bz2 35878218
-RMD160 eb33d9e74adec0fc3409d38c2bfe84b5dfdd5546 koffice-1.5.2.tar.bz2 35878218
-SHA256 d57d8a7611337f2678a7e28b100b9ab64148bf5483c01dbd204529f07b148611 koffice-1.5.2.tar.bz2 35878218
diff --git a/app-office/kchart/files/digest-kchart-1.6.2 b/app-office/kchart/files/digest-kchart-1.6.2
deleted file mode 100644
index cfd7d14fcad4..000000000000
--- a/app-office/kchart/files/digest-kchart-1.6.2
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 74ef62a5f8f766fe8192d5b7d65a3928 koffice-1.6.2.tar.bz2 57049103
-RMD160 fb4ef5870870d80481a4a9d2864199428f495460 koffice-1.6.2.tar.bz2 57049103
-SHA256 fa5ca02eba02219d34c3c6efff92bf767060b4b1343da56eb63139661d53f380 koffice-1.6.2.tar.bz2 57049103
diff --git a/app-office/kchart/kchart-1.5.2.ebuild b/app-office/kchart/kchart-1.5.2.ebuild
deleted file mode 100644
index 9fa4ac52c68b..000000000000
--- a/app-office/kchart/kchart-1.5.2.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.5.2.ebuild,v 1.10 2006/10/24 15:20:36 blubb 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
-}
diff --git a/app-office/kchart/kchart-1.6.2.ebuild b/app-office/kchart/kchart-1.6.2.ebuild
deleted file mode 100644
index f5245fe85696..000000000000
--- a/app-office/kchart/kchart-1.6.2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/kchart/kchart-1.6.2.ebuild,v 1.1 2007/02/16 11:29:01 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="kdeenablefinal"
-
-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
-}