Gentoo Archives: gentoo-dev

From: "Harald van Dijk" <truedfx@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] ecompress heads up
Date: Fri, 26 Jan 2007 08:44:56
Message-Id: 20070126084054.GA10138@gentoo.org
In Reply to: [gentoo-dev] ecompress heads up by Mike Frysinger
1 On Fri, Jan 26, 2007 at 03:19:23AM -0500, Mike Frysinger wrote:
2 > the new version of portage has customizable compression ... this is cool as
3 > now people can do bzip/gzip/whatever
4 >
5 > the downside is that it breaks with packages that assume everything is
6 > compressed with gzip ... so here is a list of common things ebuilds should
7 > not be doing:
8 > doman foo.1.gz
9 > dosym foo.1.gz /usr/share/man/man1/fooie.1.gz
10 > dodoc README.gz
11
12 I'm asking, hoping for an explicit answer: so if upstream provides
13 gzip-compressed files, should ebuilds gunzip them, install them, and
14 then let portage recompress them?
15 --
16 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] ecompress heads up Mike Frysinger <vapier@g.o>