diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-06-05 14:32:10 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-06-05 14:32:10 +0000 |
commit | 6b2758d00d5028597a3f12209580ffb68e79b23b (patch) | |
tree | b512e398fe8b45361bb8fd66cd46d6209c0354bf /app-office | |
parent | Version bump. (diff) | |
download | gentoo-2-6b2758d00d5028597a3f12209580ffb68e79b23b.tar.gz gentoo-2-6b2758d00d5028597a3f12209580ffb68e79b23b.tar.bz2 gentoo-2-6b2758d00d5028597a3f12209580ffb68e79b23b.zip |
Remove old ebuild.
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/koffice/files/digest-koffice-1.3.5-r1 | 1 | ||||
-rw-r--r-- | app-office/koffice/koffice-1.3.5-r1.ebuild | 40 |
2 files changed, 0 insertions, 41 deletions
diff --git a/app-office/koffice/files/digest-koffice-1.3.5-r1 b/app-office/koffice/files/digest-koffice-1.3.5-r1 deleted file mode 100644 index 4835c6338154..000000000000 --- a/app-office/koffice/files/digest-koffice-1.3.5-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 dbc7e76c86647709a3e74f57c0fcf7f5 koffice-1.3.5.tar.bz2 10778584 diff --git a/app-office/koffice/koffice-1.3.5-r1.ebuild b/app-office/koffice/koffice-1.3.5-r1.ebuild deleted file mode 100644 index 946c834c525b..000000000000 --- a/app-office/koffice/koffice-1.3.5-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2005 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-r1.ebuild,v 1.8 2005/01/29 14:48:52 motaboy Exp $ - -inherit kde kde-functions 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" -# add blockers on split packages derived from this one -for x in $(get-child-packages ${CATEGORY}/${PN}); do - DEPEND="${DEPEND} !${x}" - RDEPEND="${RDEPEND} !${x}" -done - -DEPEND="${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 - epatch ${FILESDIR}/koffice_1_3_xpdf_buffer_overflow.diff -} -src_compile() { - export LIBPYTHON="`python-config --libs`" - kde_src_compile -} |