diff options
author | 2004-07-09 15:33:05 +0000 | |
---|---|---|
committer | 2004-07-09 15:33:05 +0000 | |
commit | 9df8ccf4f3826cd70638280212d54354c2400121 (patch) | |
tree | b2ca3de2abe190eacafbb8f53b3af5534050ad48 /app-office/koffice | |
parent | Version bump for kernel attribute vulnerabilities, bug #56479. (diff) | |
download | historical-9df8ccf4f3826cd70638280212d54354c2400121.tar.gz historical-9df8ccf4f3826cd70638280212d54354c2400121.tar.bz2 historical-9df8ccf4f3826cd70638280212d54354c2400121.zip |
version bump
Diffstat (limited to 'app-office/koffice')
-rw-r--r-- | app-office/koffice/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/koffice/Manifest | 4 | ||||
-rw-r--r-- | app-office/koffice/files/digest-koffice-1.3.2 | 1 | ||||
-rw-r--r-- | app-office/koffice/koffice-1.3.2.ebuild | 30 |
4 files changed, 38 insertions, 2 deletions
diff --git a/app-office/koffice/ChangeLog b/app-office/koffice/ChangeLog index 201bb28c9d8a..98d293da7e60 100644 --- a/app-office/koffice/ChangeLog +++ b/app-office/koffice/ChangeLog @@ -1,6 +1,9 @@ # 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.51 2004/07/02 13:11:05 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/koffice/ChangeLog,v 1.52 2004/07/09 15:33:05 carlo Exp $ + + 09 Jul 2004; Carsten Lohrke <carlo@gentoo.org> : + version bump 02 Jul 2004; Caleb Tennis <caleb@gentoo.org> files/koffice-1.3.1-gcc34.patch: diff --git a/app-office/koffice/Manifest b/app-office/koffice/Manifest index 194f1dbba471..c5c322eb8194 100644 --- a/app-office/koffice/Manifest +++ b/app-office/koffice/Manifest @@ -2,11 +2,13 @@ MD5 82d58e79457d600e2e1eb47c83d9fb8d koffice-1.2.1-r1.ebuild 875 MD5 f073cce5ca5665ca1e11d32d285374aa koffice-1.3.ebuild 863 MD5 ed7d6a329bdae14fbb43a40819100887 koffice-1.3.1.ebuild 873 MD5 bab9a6560c48cec935644c4866e84ec3 koffice-1.3.1-r1.ebuild 955 -MD5 678c6099e3a0e6084ee55bc35f3c4463 ChangeLog 7568 +MD5 f7ea0675ae78bdb48375911032b66f02 ChangeLog 7635 MD5 3567b0f5f53ad3a98e67fe21ecb23624 metadata.xml 225 +MD5 03e38f6b2d55030acaf272dfacad22f9 koffice-1.3.2.ebuild 882 MD5 3b1ec49bae2cb0bcdd35223574324335 files/koffice-1.3.1-gcc34.patch 482 MD5 bd89862f0c15396ad54e30a1c9f2f5d9 files/koffice-1.2.1-kword-crashes.diff 3840 MD5 65a32b814eb23f48f2392f1ae13ac167 files/digest-koffice-1.3 66 MD5 48048df40bacada1eaef7e9982f40927 files/digest-koffice-1.3.1 68 +MD5 b2943ad7ba97995a7a1932a702250a67 files/digest-koffice-1.3.2 68 MD5 75c9f696b717a82bf663b4c545be66d2 files/digest-koffice-1.2.1-r1 67 MD5 48048df40bacada1eaef7e9982f40927 files/digest-koffice-1.3.1-r1 68 diff --git a/app-office/koffice/files/digest-koffice-1.3.2 b/app-office/koffice/files/digest-koffice-1.3.2 new file mode 100644 index 000000000000..cca0fc4e98d4 --- /dev/null +++ b/app-office/koffice/files/digest-koffice-1.3.2 @@ -0,0 +1 @@ +MD5 078a371f6768bea53b84ea342ac0b34b koffice-1.3.2.tar.bz2 10736662 diff --git a/app-office/koffice/koffice-1.3.2.ebuild b/app-office/koffice/koffice-1.3.2.ebuild new file mode 100644 index 000000000000..b9a8fa169879 --- /dev/null +++ b/app-office/koffice/koffice-1.3.2.ebuild @@ -0,0 +1,30 @@ +# 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.2.ebuild,v 1.1 2004/07/09 15:33:05 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" + +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_compile() { + export LIBPYTHON="`python-config --libs`" + kde_src_compile +} |