Bug 134638 - app-misc/beagle duff "pdf" use flag
Bug#: 134638 Product:  Gentoo Linux Version: unspecified Platform: x86
OS/Version: Linux Status: RESOLVED Severity: minor Priority: P2
Resolution: FIXED Assigned To: metalgod@gentoo.org Reported By: galler@ch.risto.ph
Component: Ebuilds
URL: 
Summary: app-misc/beagle duff "pdf" use flag
Keywords:  QAbadiuse
Status Whiteboard: 
Opened: 2006-05-28 07:15 0000
Description:   Opened: 2006-05-28 07:15 0000
Hi,

i noticed that there is an use flag called "pdf" in the beagle ebuild (0.2.4 -
0.2.6). But it seems to be unnecessary or at least i can't figure out why it's
there.

I'm not sure if it's really a bug.

-- 
best regards
Christoph

------- Comment #1 From Dominik Brugger 2006-05-28 07:26:30 0000 -------
*** Bug 134639 has been marked as a duplicate of this bug. ***

------- Comment #2 From Daniel Drake 2006-05-28 07:52:28 0000 -------
It should be used to depend on whichever package provides the pdf extraction
utility

------- Comment #3 From Christoph Galler 2006-05-28 08:04:53 0000 -------
I found this on http://beaglewiki.org/Gentoo_Installation

pdf:  Enables a simple dependency on app-text/poppler, which will allow PDF
files to be indexed. 

------- Comment #4 From Luis Medinas (RETIRED) 2006-05-28 11:41:03 0000 -------
this is right... pdf use flag pulls poppler (seems to me and to Daniel the best
way) to index pdf's with beagle. We don't need xpdf crap backend.

------- Comment #5 From Dominik Brugger 2006-05-28 12:31:06 0000 -------
does it really pull poppler ? the use flag is not used anywhere (there is only
one occurrence of ``pdf'' within the whole ebuild and thats in IUSE-list). Also
see output of the following command:

# USE=pdf emerge app-misc/beagle -pve | grep poppler | wc -l
0

Please reopen bug. Thanks

------- Comment #6 From Luis Medinas (RETIRED) 2006-05-28 12:49:02 0000 -------
reopening indeed the ebuild isn't right 
let me investigate what's wrong.

------- Comment #7 From Luis Medinas (RETIRED) 2006-05-28 12:52:59 0000 -------
ok the problem was when we moved to 0.2.x series we didn't add the pdf use flag
(me and Daniel fault).
Daniel is ok to you to add the pdf use flag with a dependency for poppler to
fix this bug ?

------- Comment #8 From Daniel Drake 2006-05-28 13:26:19 0000 -------
yes

------- Comment #9 From Luis Medinas (RETIRED) 2006-05-29 10:51:31 0000 -------
thank you very much Chris for the report
I added the pdf use flag (depends of poppler) to beagle 0.2.6 i will remove the
older ones when we commit 0.2.7 to portage when it goes out.

Thanks again