Bug 7600 - gzip ebuild; a little more efficient, and inclusive
Bug#: 7600 Product:  Gentoo Linux Version: 1.2 Platform: x86
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: azarah@gentoo.org Reported By: thompson@pobox.com
Component: Ebuilds
URL: 
Summary: gzip ebuild; a little more efficient, and inclusive
Keywords:  
Status Whiteboard: 
Opened: 2002-09-07 01:23 0000
Description:   Opened: 2002-09-07 01:23 0000
in the olde days, apparantly, zcat was a link to compress. gzip came along
to replace compress, and live peacefully along side it, gzcat was a link to
gzip in much the same way.

The 0.3.2 gzip ebuild installs zcat as a duplicate binary of gzip (owning
to the hardlink probably being copied in the install)

This patch adds a gzcat link, and makes zcat a link, thus adding functionality
and saving space. Whoohoo!

Paul

------- Comment #1 From Paul Thompson 2002-09-07 01:25:58 0000 -------
Created an attachment (id=3719) [details]
patch against gzip-1.3.2.ebuild

This ebuild should be promoted to gzip-1.3.2-r1, and the file/digest and the
patch
in files must similarly have its name modified.

------- Comment #2 From Paul Thompson 2002-09-07 19:23:28 0000 -------
Created an attachment (id=3733) [details]
gzip-1.3.2-r1 diff

gunzip should be a link as well....

------- Comment #3 From Martin Schlemmer (RETIRED) 2003-01-19 17:59:22 0000 -------
Added in 1.3.3-r1, thanks.