* [gentoo-dev] pdf use flags
@ 2006-01-16 21:54 Marius Mauch
2006-01-16 22:21 ` Krzysiek Pawlik
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: Marius Mauch @ 2006-01-16 21:54 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 1845 bytes --]
Checking for pdf use flags I just found that there are currently at
least three different flags for pdf stuff in the tree:
- pdflib (global)
- cpdflib (global)
- pdf (several local ones)
All of them mean basically the same (one exception, see below).
I suggest we unify them to one single global "pdf" flag. The following
packages would be affected by this:
$ metascan -v IUSE pdf IUSE pdflib IUSE cpdflib
Generating package list ... done
Scanning packages for ['IUSE', 'IUSE', 'IUSE'] ... done
app-text/xml2doc-20030510
media-gfx/gnuplot-3.8j
media-gfx/gnuplot-3.8j-r1
media-gfx/gnuplot-4.0-r1
app-office/abiword-plugins-2.4.1-r2
kde-base/kdegraphics-3.5.0
kde-base/kdegraphics-3.5.0-r4
kde-base/kdegraphics-3.5.0-r3
kde-base/kdegraphics-3.5.0-r2
app-misc/beagle-0.1.1
app-misc/beagle-0.1.2
dev-python/epydoc-2.1-r2
dev-python/epydoc-2.1-r1
www-servers/thttpd-2.25b-r3
www-servers/thttpd-2.25b-r2
www-apps/swish-e-2.4.3-r1
www-apps/swish-e-2.4.3
media-gfx/grace-5.1.19
media-gfx/grace-5.1.18
dev-lang/pike-7.4.44
dev-lang/pike-7.6.6
dev-lang/pike-7.6.24
dev-lang/pike-7.6.50
x11-misc/openclipart-0.18
mail-client/sylpheed-claws-1.0.5-r1
plus I'm working on another ebuild with optional pdf functionality.
One case that doesn't completely fit into this category is
x11-misc/openclipart as the existing local "pdf" flag just determines
if some pdf files should be installed. Not sure how exactly to deal
with this situation, but in doubt the new global flag could IMO be
abused (less flags == better).
So unless there are any objections to this I'll make the change this
weekend.
Marius
--
Public Key at http://www.genone.de/info/gpg-key.pub
In the beginning, there was nothing. And God said, 'Let there be
Light.' And there was still nothing, but you could see a bit better.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] pdf use flags
2006-01-16 21:54 [gentoo-dev] pdf use flags Marius Mauch
@ 2006-01-16 22:21 ` Krzysiek Pawlik
2006-01-16 23:12 ` Henrik Brix Andersen
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Krzysiek Pawlik @ 2006-01-16 22:21 UTC (permalink / raw
To: gentoo-dev
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Marius Mauch wrote:
> One case that doesn't completely fit into this category is
> x11-misc/openclipart as the existing local "pdf" flag just determines
> if some pdf files should be installed. Not sure how exactly to deal
> with this situation, but in doubt the new global flag could IMO be
> abused (less flags == better).
Yes, pdf in openclipart means - install PDF files (like png, svg flags).
The package contains small ammount of PDF files, but that can change in
next release. If PDF global use flag is introduced then openclipart will
abuse it, but only a little - it will not mean "include support for PDF
files", but "install PDF files" - much like (already mentioned) svg and
png flags. So... don't bother with it ;)
> So unless there are any objections to this I'll make the change this
> weekend.
- From me - no objections :)
- --
Krzysiek 'Nelchael' Pawlik
GPG:0xBC555551
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFDzBx5go/w9rxVVVERApupAJ9RosG3xFERMFHcjP6LoubOsReXJQCgoKWc
jpcWp5WREIviBijcJ1PtFG0=
=VpGF
-----END PGP SIGNATURE-----
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] pdf use flags
2006-01-16 21:54 [gentoo-dev] pdf use flags Marius Mauch
2006-01-16 22:21 ` Krzysiek Pawlik
@ 2006-01-16 23:12 ` Henrik Brix Andersen
2006-01-17 0:39 ` Mike Frysinger
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Henrik Brix Andersen @ 2006-01-16 23:12 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 665 bytes --]
On Mon, Jan 16, 2006 at 10:54:49PM +0100, Marius Mauch wrote:
> Checking for pdf use flags I just found that there are currently at
> least three different flags for pdf stuff in the tree:
> - pdflib (global)
> - cpdflib (global)
> - pdf (several local ones)
>
> All of them mean basically the same (one exception, see below).
> I suggest we unify them to one single global "pdf" flag. The following
> packages would be affected by this:
Funny - I was planning on posting a similar mail about IUSE=pdf later
this week. Thumbs up from me.
Regards,
Brix
--
Henrik Brix Andersen <brix@gentoo.org>
Gentoo Metadistribution | Mobile computing herd
[-- Attachment #2: Type: application/pgp-signature, Size: 211 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] pdf use flags
2006-01-16 21:54 [gentoo-dev] pdf use flags Marius Mauch
2006-01-16 22:21 ` Krzysiek Pawlik
2006-01-16 23:12 ` Henrik Brix Andersen
@ 2006-01-17 0:39 ` Mike Frysinger
2006-01-17 23:27 ` Marius Mauch
2006-01-22 21:31 ` Marius Mauch
4 siblings, 0 replies; 6+ messages in thread
From: Mike Frysinger @ 2006-01-17 0:39 UTC (permalink / raw
To: gentoo-dev; +Cc: Marius Mauch
On Monday 16 January 2006 16:54, Marius Mauch wrote:
> So unless there are any objections to this I'll make the change this
> weekend.
dooooooo it
-mike
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] pdf use flags
2006-01-16 21:54 [gentoo-dev] pdf use flags Marius Mauch
` (2 preceding siblings ...)
2006-01-17 0:39 ` Mike Frysinger
@ 2006-01-17 23:27 ` Marius Mauch
2006-01-22 21:31 ` Marius Mauch
4 siblings, 0 replies; 6+ messages in thread
From: Marius Mauch @ 2006-01-17 23:27 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 585 bytes --]
On Mon, 16 Jan 2006 22:54:49 +0100
Marius Mauch <genone@gentoo.org> wrote:
> Checking for pdf use flags I just found that there are currently at
> least three different flags for pdf stuff in the tree:
> - pdflib (global)
> - cpdflib (global)
> - pdf (several local ones)
Just found another local one with pdfkit for gnustep-apps/gworkspace,
will change that too.
Marius
--
Public Key at http://www.genone.de/info/gpg-key.pub
In the beginning, there was nothing. And God said, 'Let there be
Light.' And there was still nothing, but you could see a bit better.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] pdf use flags
2006-01-16 21:54 [gentoo-dev] pdf use flags Marius Mauch
` (3 preceding siblings ...)
2006-01-17 23:27 ` Marius Mauch
@ 2006-01-22 21:31 ` Marius Mauch
4 siblings, 0 replies; 6+ messages in thread
From: Marius Mauch @ 2006-01-22 21:31 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 370 bytes --]
On Mon, 16 Jan 2006 22:54:49 +0100
Marius Mauch <genone@gentoo.org> wrote:
> So unless there are any objections to this I'll make the change this
> weekend.
Done.
--
Public Key at http://www.genone.de/info/gpg-key.pub
In the beginning, there was nothing. And God said, 'Let there be
Light.' And there was still nothing, but you could see a bit better.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2006-01-22 20:30 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-16 21:54 [gentoo-dev] pdf use flags Marius Mauch
2006-01-16 22:21 ` Krzysiek Pawlik
2006-01-16 23:12 ` Henrik Brix Andersen
2006-01-17 0:39 ` Mike Frysinger
2006-01-17 23:27 ` Marius Mauch
2006-01-22 21:31 ` Marius Mauch
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox