diff options
author | 2007-07-18 00:46:09 +0000 | |
---|---|---|
committer | 2007-07-18 00:46:09 +0000 | |
commit | d5ea611b95fb80e50546e22c8c9e0cdb89729fac (patch) | |
tree | a00141329268f2d6cf8e13fcb682593df77e8757 /app-office/karbon | |
parent | Cleaned out old versions. (diff) | |
download | historical-d5ea611b95fb80e50546e22c8c9e0cdb89729fac.tar.gz historical-d5ea611b95fb80e50546e22c8c9e0cdb89729fac.tar.bz2 historical-d5ea611b95fb80e50546e22c8c9e0cdb89729fac.zip |
Cleaned out old version.
Package-Manager: portage-2.1.3_rc8
Diffstat (limited to 'app-office/karbon')
-rw-r--r-- | app-office/karbon/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/karbon/files/digest-karbon-1.5.2 | 3 | ||||
-rw-r--r-- | app-office/karbon/karbon-1.5.2.ebuild | 52 |
3 files changed, 4 insertions, 56 deletions
diff --git a/app-office/karbon/ChangeLog b/app-office/karbon/ChangeLog index 94eff3facfb9..dcb473221b54 100644 --- a/app-office/karbon/ChangeLog +++ b/app-office/karbon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/karbon # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/karbon/ChangeLog,v 1.74 2007/07/18 00:02:10 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/karbon/ChangeLog,v 1.75 2007/07/18 00:46:09 cryos Exp $ + + 18 Jul 2007; Marcus D. Hanwell <cryos@gentoo.org> -karbon-1.5.2.ebuild: + Cleaned out old version. 18 Jul 2007; Marcus D. Hanwell <cryos@gentoo.org> karbon-1.6.2.ebuild: Marked stable on amd64, bug 178697. diff --git a/app-office/karbon/files/digest-karbon-1.5.2 b/app-office/karbon/files/digest-karbon-1.5.2 deleted file mode 100644 index d1ae4451f5cb..000000000000 --- a/app-office/karbon/files/digest-karbon-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/karbon/karbon-1.5.2.ebuild b/app-office/karbon/karbon-1.5.2.ebuild deleted file mode 100644 index f90955a54990..000000000000 --- a/app-office/karbon/karbon-1.5.2.ebuild +++ /dev/null @@ -1,52 +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/karbon/karbon-1.5.2.ebuild,v 1.10 2006/10/24 15:20:21 blubb Exp $ - -MAXKOFFICEVER=${PV} -KMNAME=koffice -inherit kde-meta eutils - -DESCRIPTION="KOffice vector drawing application." -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) - >=media-gfx/imagemagick-5.5.2 - >=media-libs/freetype-2 - media-libs/fontconfig - media-libs/libart_lgpl" - -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -KMCOPYLIB=" - libkformula lib/kformula - libkofficecore lib/kofficecore - libkofficeui lib/kofficeui - libkopainter lib/kopainter - libkopalette lib/kopalette - libkotext lib/kotext - libkwmf lib/kwmf - libkowmf lib/kwmf - libkstore lib/store" - -KMEXTRACTONLY="lib/" - -KMCOMPILEONLY="filters/liboofilter" - -KMEXTRA="filters/karbon" - -need-kde 3.4 - -src_unpack() { - kde-meta_src_unpack unpack - - # We need to compile liboofilter first - echo "SUBDIRS = liboofilter karbon" > $S/filters/Makefile.am - - kde-meta_src_unpack makefiles -} |