blueness 14/06/01 01:35:09 Modified: install-xattr-9999.ebuild ChangeLog Log: Fix -9999 to work for released versions (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Revision Changes Path 1.2 sys-apps/install-xattr/install-xattr-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/install-xattr/install-xattr-9999.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/install-xattr/install-xattr-9999.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/install-xattr/install-xattr-9999.ebuild?r1=1.1&r2=1.2 Index: install-xattr-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/install-xattr/install-xattr-9999.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- install-xattr-9999.ebuild 1 Jun 2014 01:29:16 -0000 1.1 +++ install-xattr-9999.ebuild 1 Jun 2014 01:35:09 -0000 1.2 @@ -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/sys-apps/install-xattr/install-xattr-9999.ebuild,v 1.1 2014/06/01 01:29:16 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/install-xattr/install-xattr-9999.ebuild,v 1.2 2014/06/01 01:35:09 blueness Exp $ EAPI=5 DESCRIPTION="Wrapper to coreutil's install to preserve Filesystem Extended Attributes." @@ -15,6 +15,7 @@ else SRC_URI="http://dev.gentoo.org/~blueness/install-xattr/${P}.tar.bz2" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" + S=${WORKDIR}/${PN} fi LICENSE="GPL-3" @@ -27,8 +28,6 @@ src_compile() { if [[ ${PV} == "9999" ]] ; then cd ${WORKDIR}/${P}/misc/${PN} - else - cd ${WORKDIR}/${PN} fi default } @@ -36,8 +35,6 @@ src_install() { if [[ ${PV} == "9999" ]] ; then cd ${WORKDIR}/${P}/misc/${PN} - else - cd ${WORKDIR}/${PN} fi default } 1.12 sys-apps/install-xattr/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/install-xattr/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/install-xattr/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/install-xattr/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/install-xattr/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 1 Jun 2014 01:29:16 -0000 1.11 +++ ChangeLog 1 Jun 2014 01:35:09 -0000 1.12 @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/install-xattr # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/install-xattr/ChangeLog,v 1.11 2014/06/01 01:29:16 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/install-xattr/ChangeLog,v 1.12 2014/06/01 01:35:09 blueness Exp $ + + 31 May 2014; Anthony G. Basile <[email protected]> + install-xattr-9999.ebuild: + Fix -9999 to work for released versions *install-xattr-9999 (31 May 2014)
