summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Buisse <nattfodd@gentoo.org>2006-11-03 16:04:11 +0000
committerAlexandre Buisse <nattfodd@gentoo.org>2006-11-03 16:04:11 +0000
commitaccc0082a3d2f47e26ac43b30c938fced978df4f (patch)
tree65d5c12d44d983c9b6762126aa5d66b0632f7548 /app-text/djvu
parentUse new muParser build from gentooscience overlay, per bug #153851 (diff)
downloadgentoo-2-accc0082a3d2f47e26ac43b30c938fced978df4f.tar.gz
gentoo-2-accc0082a3d2f47e26ac43b30c938fced978df4f.tar.bz2
gentoo-2-accc0082a3d2f47e26ac43b30c938fced978df4f.zip
Added notice that djvu standalone viewer won't be build without USE="qt3".
(Portage version: 2.1.2_rc1-r1)
Diffstat (limited to 'app-text/djvu')
-rw-r--r--app-text/djvu/ChangeLog5
-rw-r--r--app-text/djvu/djvu-3.5.17.ebuild11
2 files changed, 14 insertions, 2 deletions
diff --git a/app-text/djvu/ChangeLog b/app-text/djvu/ChangeLog
index f11801fa83eb..4dc89345bf67 100644
--- a/app-text/djvu/ChangeLog
+++ b/app-text/djvu/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/djvu
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/djvu/ChangeLog,v 1.52 2006/10/22 20:20:38 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/djvu/ChangeLog,v 1.53 2006/11/03 16:04:11 nattfodd Exp $
+
+ 03 Nov 2006; Alexandre Buisse <nattfodd@gentoo.org> djvu-3.5.17.ebuild:
+ Add notice about djview not being compiled if qt3 is not set in USE.
22 Oct 2006; Stefan Schweizer <genstef@gentoo.org>
+files/djvulibre-3.5.17-pthread-flag.patch, djvu-3.5.17.ebuild:
diff --git a/app-text/djvu/djvu-3.5.17.ebuild b/app-text/djvu/djvu-3.5.17.ebuild
index 6cb4d0a6486c..256ea39e6e0f 100644
--- a/app-text/djvu/djvu-3.5.17.ebuild
+++ b/app-text/djvu/djvu-3.5.17.ebuild
@@ -1,6 +1,6 @@
# 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.17.ebuild,v 1.14 2006/10/22 20:20:38 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/djvu/djvu-3.5.17.ebuild,v 1.15 2006/11/03 16:04:11 nattfodd Exp $
inherit nsplugins flag-o-matic fdo-mime eutils multilib toolchain-funcs
@@ -21,6 +21,15 @@ DEPEND="jpeg? ( >=media-libs/jpeg-6b-r2 )
S="${WORKDIR}/${MY_P}"
+pkg_setup() {
+ if ! use qt3; then
+ ewarn
+ ewarn "The standalone djvu viewer, djview, will not be compiled."
+ ewarn "Add \"qt3\" to your USE flags if you want it."
+ ewarn
+ fi
+}
+
src_unpack() {
unpack ${A}
cd ${S}