ottxor 14/12/31 19:44:40 Modified: gzip-1.6.ebuild ChangeLog Log: added prefix support (bug #534032) (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Revision Changes Path 1.3 app-arch/gzip/gzip-1.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/gzip/gzip-1.6.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/gzip/gzip-1.6.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/gzip/gzip-1.6.ebuild?r1=1.2&r2=1.3 Index: gzip-1.6.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-arch/gzip/gzip-1.6.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gzip-1.6.ebuild 18 Jan 2014 01:18:08 -0000 1.2 +++ gzip-1.6.ebuild 31 Dec 2014 19:44:39 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/gzip-1.6.ebuild,v 1.2 2014/01/18 01:18:08 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/gzip-1.6.ebuild,v 1.3 2014/12/31 19:44:39 ottxor Exp $ EAPI="4" @@ -14,11 +14,12 @@ LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +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" IUSE="pic static" src_prepare() { epatch "${FILESDIR}"/${PN}-1.3.8-install-symlinks.patch + epatch "${FILESDIR}"/${PN}-1.4-asmv.patch } src_configure() { @@ -36,5 +37,5 @@ # keep most things in /usr, just the fun stuff in / dodir /bin mv "${ED}"/usr/bin/{gunzip,gzip,uncompress,zcat} "${ED}"/bin/ || die - sed -i -e 's:/usr::' "${ED}"/bin/gunzip || die + sed -e "s:${EPREFIX}/usr:${EPREFIX}:" -i "${ED}"/bin/gunzip || die } 1.125 app-arch/gzip/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/gzip/ChangeLog?rev=1.125&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/gzip/ChangeLog?rev=1.125&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/gzip/ChangeLog?r1=1.124&r2=1.125 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-arch/gzip/ChangeLog,v retrieving revision 1.124 retrieving revision 1.125 diff -u -r1.124 -r1.125 --- ChangeLog 18 Jan 2014 01:18:08 -0000 1.124 +++ ChangeLog 31 Dec 2014 19:44:39 -0000 1.125 @@ -1,6 +1,10 @@ # ChangeLog for app-arch/gzip # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/ChangeLog,v 1.124 2014/01/18 01:18:08 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/gzip/ChangeLog,v 1.125 2014/12/31 19:44:39 ottxor Exp $ + + 31 Dec 2014; Christoph Junghans <[email protected]> + +files/gzip-1.4-asmv.patch, gzip-1.6.ebuild: + added prefix support (bug #534032) 18 Jan 2014; Mike Frysinger <[email protected]> gzip-1.5.ebuild, gzip-1.6.ebuild:
