summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/djvu/djvu-3.5.14.ebuild')
-rw-r--r--app-text/djvu/djvu-3.5.14.ebuild43
1 files changed, 0 insertions, 43 deletions
diff --git a/app-text/djvu/djvu-3.5.14.ebuild b/app-text/djvu/djvu-3.5.14.ebuild
deleted file mode 100644
index e3e1f34c519f..000000000000
--- a/app-text/djvu/djvu-3.5.14.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/djvu/djvu-3.5.14.ebuild,v 1.8 2006/06/24 05:27:42 cardoe Exp $
-
-inherit nsplugins flag-o-matic
-
-MY_P="${PN}libre-${PV}"
-
-DESCRIPTION="A web-centric format and software platform for distributing documents and images."
-HOMEPAGE="http://djvu.sourceforge.net"
-SRC_URI="mirror://sourceforge/djvu/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 sparc amd64 ppc"
-IUSE="xml qt3"
-
-DEPEND=">=media-libs/jpeg-6b-r2
- qt3? ( <x11-libs/qt-4 )"
-
-S=${WORKDIR}/${MY_P}
-
-src_compile() {
- # assembler problems and hence non-building with pentium4
- # <obz@gentoo.org>
- replace-flags -march=pentium4 -march=pentium3
-
- local myconf=""
- use xml \
- && myconf="${myconf} --enable-xmltools"
- use qt3 \
- || myconf="${myconf} --without-qt"
-
- econf ${myconf} || die "econf failed"
- make depend || die "make depend failed"
- emake -j1 || die "emake failed"
-}
-
-src_install() {
- einstall || die
- # plugin installation from eclass
- inst_plugin /usr/lib/netscape/plugins/nsdejavu.so
-}