Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 534032 - app-arch/gzip: please review prefix changes
Summary: app-arch/gzip: please review prefix changes
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords: Inclusion, PATCH
Depends on:
Blocks: prefix-gx86
  Show dependency tree
 
Reported: 2014-12-30 19:59 UTC by Christoph Junghans (RETIRED)
Modified: 2014-12-31 19:44 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
patch against gx86 (gzip-1.6.ebuild.patch,581 bytes, patch)
2014-12-30 19:59 UTC, Christoph Junghans (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Junghans (RETIRED) gentoo-dev 2014-12-30 19:59:00 UTC
Created attachment 392710 [details, diff]
patch against gx86

Only minor changes:
- added a patch to fix asmv for MSDOS, Amiga & Atari (from bug #302773):
  <http://rsync8.prefix.bitzolder.nl/hg/prefix-tree/raw-file/dfe62e5928d9/app-arch/gzip/files/gzip-1.4-asmv.patch>
- prefix paths in bin/gunzip
Comment 1 SpanKY gentoo-dev 2014-12-31 07:48:18 UTC
Comment on attachment 392710 [details, diff]
patch against gx86

> src_prepare() {
> 	epatch "${FILESDIR}"/${PN}-1.3.8-install-symlinks.patch
>+
>+	epatch "${FILESDIR}"/${PN}-1.4-asmv.patch

no need for the blank line between the epatch calls

otherwise, lgtm; feel free to commit
Comment 2 Christoph Junghans (RETIRED) gentoo-dev 2014-12-31 19:44:50 UTC
+  31 Dec 2014; Christoph Junghans <ottxor@gentoo.org>
+  +files/gzip-1.4-asmv.patch, gzip-1.6.ebuild:
+  added prefix support (bug #534032)
+