Gentoo Archives: gentoo-commits

From: "Christoph Junghans (ottxor)" <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-arch/gzip: gzip-1.6.ebuild ChangeLog
Date: Wed, 31 Dec 2014 19:44:44
Message-Id: 20141231194440.0A321E965@oystercatcher.gentoo.org
1 ottxor 14/12/31 19:44:40
2
3 Modified: gzip-1.6.ebuild ChangeLog
4 Log:
5 added prefix support (bug #534032)
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key C2000586)
8
9 Revision Changes Path
10 1.3 app-arch/gzip/gzip-1.6.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/gzip/gzip-1.6.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/gzip/gzip-1.6.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/gzip/gzip-1.6.ebuild?r1=1.2&r2=1.3
15
16 Index: gzip-1.6.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-arch/gzip/gzip-1.6.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- gzip-1.6.ebuild 18 Jan 2014 01:18:08 -0000 1.2
23 +++ gzip-1.6.ebuild 31 Dec 2014 19:44:39 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/gzip-1.6.ebuild,v 1.2 2014/01/18 01:18:08 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/gzip-1.6.ebuild,v 1.3 2014/12/31 19:44:39 ottxor Exp $
29
30 EAPI="4"
31
32 @@ -14,11 +14,12 @@
33
34 LICENSE="GPL-3"
35 SLOT="0"
36 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
37 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~ppc-aix ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
38 IUSE="pic static"
39
40 src_prepare() {
41 epatch "${FILESDIR}"/${PN}-1.3.8-install-symlinks.patch
42 + epatch "${FILESDIR}"/${PN}-1.4-asmv.patch
43 }
44
45 src_configure() {
46 @@ -36,5 +37,5 @@
47 # keep most things in /usr, just the fun stuff in /
48 dodir /bin
49 mv "${ED}"/usr/bin/{gunzip,gzip,uncompress,zcat} "${ED}"/bin/ || die
50 - sed -i -e 's:/usr::' "${ED}"/bin/gunzip || die
51 + sed -e "s:${EPREFIX}/usr:${EPREFIX}:" -i "${ED}"/bin/gunzip || die
52 }
53
54
55
56 1.125 app-arch/gzip/ChangeLog
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/gzip/ChangeLog?rev=1.125&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/gzip/ChangeLog?rev=1.125&content-type=text/plain
60 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/gzip/ChangeLog?r1=1.124&r2=1.125
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/app-arch/gzip/ChangeLog,v
65 retrieving revision 1.124
66 retrieving revision 1.125
67 diff -u -r1.124 -r1.125
68 --- ChangeLog 18 Jan 2014 01:18:08 -0000 1.124
69 +++ ChangeLog 31 Dec 2014 19:44:39 -0000 1.125
70 @@ -1,6 +1,10 @@
71 # ChangeLog for app-arch/gzip
72 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/ChangeLog,v 1.124 2014/01/18 01:18:08 vapier Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/ChangeLog,v 1.125 2014/12/31 19:44:39 ottxor Exp $
75 +
76 + 31 Dec 2014; Christoph Junghans <ottxor@g.o>
77 + +files/gzip-1.4-asmv.patch, gzip-1.6.ebuild:
78 + added prefix support (bug #534032)
79
80 18 Jan 2014; Mike Frysinger <vapier@g.o> gzip-1.5.ebuild,
81 gzip-1.6.ebuild: