diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2004-11-23 17:47:53 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2004-11-23 17:47:53 +0000 |
commit | 7c768d980e9cdc52d8886038e10e5d2704a23e4c (patch) | |
tree | 1ed305aadf13ec147d259efb86bc4c72e7c0ffad /app-office | |
parent | Version bump. (Manifest recommit) (diff) | |
download | gentoo-2-7c768d980e9cdc52d8886038e10e5d2704a23e4c.tar.gz gentoo-2-7c768d980e9cdc52d8886038e10e5d2704a23e4c.tar.bz2 gentoo-2-7c768d980e9cdc52d8886038e10e5d2704a23e4c.zip |
version bump
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/koffice/ChangeLog | 7 | ||||
-rw-r--r-- | app-office/koffice/Manifest | 4 | ||||
-rw-r--r-- | app-office/koffice/files/digest-koffice-1.3.5 | 1 | ||||
-rw-r--r-- | app-office/koffice/koffice-1.3.5.ebuild | 33 |
4 files changed, 43 insertions, 2 deletions
diff --git a/app-office/koffice/ChangeLog b/app-office/koffice/ChangeLog index 03f8e6b248ab..1c1f7a63683c 100644 --- a/app-office/koffice/ChangeLog +++ b/app-office/koffice/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-office/koffice # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/ChangeLog,v 1.74 2004/11/23 15:04:56 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/ChangeLog,v 1.75 2004/11/23 17:46:54 carlo Exp $ + +*koffice-1.3.5 (23 Nov 2004) + + 23 Nov 2004; Carsten Lohrke <carlo@gentoo.org> +koffice-1.3.5.ebuild: + version bump 23 Nov 2004; Carsten Lohrke <carlo@gentoo.org> koffice-1.3.4-r1.ebuild: stable on x86 diff --git a/app-office/koffice/Manifest b/app-office/koffice/Manifest index 102a69503741..ede2fa7385d8 100644 --- a/app-office/koffice/Manifest +++ b/app-office/koffice/Manifest @@ -1,8 +1,10 @@ MD5 1f16f48b7c9dfce42b1ecfb1d96c3ff9 koffice-1.3.3-r2.ebuild 1148 MD5 d72f7a5763d3fecdedf25760b85b09d7 koffice-1.3.4-r1.ebuild 990 -MD5 4f97e50623a08627cf88c28bd6971809 ChangeLog 10855 +MD5 115320b0a0776633ac07ac9bb2e94362 koffice-1.3.5.ebuild 822 +MD5 e903afe936b1d2b316cb605cafe3dcf7 ChangeLog 10973 MD5 3567b0f5f53ad3a98e67fe21ecb23624 metadata.xml 225 MD5 20d32402fa6f6883dccb63cf1826a15f files/koffice_1_3_4_xpdf_security_integer_overflow.diff 3393 +MD5 12452317cab5461eb911114062f2cce2 files/digest-koffice-1.3.5 68 MD5 e5a6ea2ef1815721c7773577378931a2 files/digest-koffice-1.3.3-r2 68 MD5 d261da2eaab2f46cd2f06609e5f41885 files/digest-koffice-1.3.4-r1 68 MD5 4736559193af7398788799098e16c3c8 files/xpdf-CESA-2004-007-xpdf2-newer.diff 2828 diff --git a/app-office/koffice/files/digest-koffice-1.3.5 b/app-office/koffice/files/digest-koffice-1.3.5 new file mode 100644 index 000000000000..4835c6338154 --- /dev/null +++ b/app-office/koffice/files/digest-koffice-1.3.5 @@ -0,0 +1 @@ +MD5 dbc7e76c86647709a3e74f57c0fcf7f5 koffice-1.3.5.tar.bz2 10778584 diff --git a/app-office/koffice/koffice-1.3.5.ebuild b/app-office/koffice/koffice-1.3.5.ebuild new file mode 100644 index 000000000000..a257420dc781 --- /dev/null +++ b/app-office/koffice/koffice-1.3.5.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/koffice-1.3.5.ebuild,v 1.1 2004/11/23 17:46:54 carlo Exp $ + +inherit kde eutils + +# TODO : mysql support +# other refs from configure: jasper, qt-docs, doxygen, libxml2, libxslt, freetype, fontconfig, qt being built with sql support (???) + +DESCRIPTION="A free, integrated office suite for KDE, the K Desktop Environment." +HOMEPAGE="http://www.koffice.org/" +SRC_URI="mirror://kde/stable/${P}/src/${P}.tar.bz2" + +LICENSE="GPL-2 LGPL-2" +KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~ppc64" + +IUSE="" +SLOT="0" + +DEPEND=">=dev-lang/python-2.2.1 + >=media-libs/libart_lgpl-2.3.9 + >=media-gfx/imagemagick-5.4.5 + >=app-text/wv2-0.1.8 + dev-util/pkgconfig" +need-kde 3.1 + +src_unpack() { + kde_src_unpack +} +src_compile() { + export LIBPYTHON="`python-config --libs`" + kde_src_compile +} |