summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregorio Guidi <greg_g@gentoo.org>2005-06-22 21:04:08 +0000
committerGregorio Guidi <greg_g@gentoo.org>2005-06-22 21:04:08 +0000
commit00c4a89fa6085da964700972af897f4496ddfe40 (patch)
tree7cf81b690b2d067ffcc66f6f0a8b85fe6fc26528 /app-office/koffice-libs
parentTo ~sparc (diff)
downloadgentoo-2-00c4a89fa6085da964700972af897f4496ddfe40.tar.gz
gentoo-2-00c4a89fa6085da964700972af897f4496ddfe40.tar.bz2
gentoo-2-00c4a89fa6085da964700972af897f4496ddfe40.zip
Remove old ebuild.
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-office/koffice-libs')
-rw-r--r--app-office/koffice-libs/files/digest-koffice-libs-1.4.01
-rw-r--r--app-office/koffice-libs/koffice-libs-1.4.0.ebuild62
2 files changed, 0 insertions, 63 deletions
diff --git a/app-office/koffice-libs/files/digest-koffice-libs-1.4.0 b/app-office/koffice-libs/files/digest-koffice-libs-1.4.0
deleted file mode 100644
index aada0edc41ee..000000000000
--- a/app-office/koffice-libs/files/digest-koffice-libs-1.4.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 3e6fd9f92024de68e5879c22d02a33c5 koffice-1.4.0.tar.bz2 19730186
diff --git a/app-office/koffice-libs/koffice-libs-1.4.0.ebuild b/app-office/koffice-libs/koffice-libs-1.4.0.ebuild
deleted file mode 100644
index 03cdd2c63bd1..000000000000
--- a/app-office/koffice-libs/koffice-libs-1.4.0.ebuild
+++ /dev/null
@@ -1,62 +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-libs/koffice-libs-1.4.0.ebuild,v 1.2 2005/06/22 12:46:41 corsair Exp $
-
-MAXKOFFICEVER=${PV}
-KMNAME=koffice
-KMMODULE=lib
-inherit kde-meta eutils
-
-DESCRIPTION="Shared KOffice libraries."
-HOMEPAGE="http://www.koffice.org/"
-LICENSE="GPL-2 LGPL-2"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="doc"
-
-RDEPEND="$(deprange $PV $MAXKOFFICEVER app-office/koffice-data)"
-
-DEPEND="${RDEPEND}
- doc? ( app-doc/doxygen )
- dev-util/pkgconfig"
-
-KMEXTRA="
- interfaces/
- plugins/
- tools/
- filters/olefilters/
- filters/xsltfilter/
- filters/generic_wrapper/
- kounavail/
- doc/api/
- doc/koffice/
- doc/thesaurus/"
-
-KMEXTRACTONLY="
- kchart/kdchart/"
-
-need-kde 3.3
-
-src_unpack() {
- kde-meta_src_unpack unpack
-
- # Force the compilation of libkopainter.
- sed -i 's:$(KOPAINTERDIR):kopainter:' $S/lib/Makefile.am
-
- kde-meta_src_unpack makefiles
-}
-
-src_compile() {
- kde-meta_src_compile
- if use doc; then
- make apidox || die
- fi
-}
-
-src_install() {
- kde-meta_src_install
- if use doc; then
- make DESTDIR=${D} install-apidox || die
- fi
-}