blueness 14/06/01 01:29:16 Modified: ChangeLog Added: install-xattr-9999.ebuild Removed: install-xattr-0.2.ebuild Log: Remove 0.2 and add -9999 for testing (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Revision Changes Path 1.11 sys-apps/install-xattr/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/install-xattr/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/install-xattr/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/install-xattr/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/install-xattr/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 1 Jun 2014 00:32:12 -0000 1.10 +++ ChangeLog 1 Jun 2014 01:29:16 -0000 1.11 @@ -1,6 +1,12 @@ # 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.10 2014/06/01 00:32:12 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/install-xattr/ChangeLog,v 1.11 2014/06/01 01:29:16 blueness Exp $ + +*install-xattr-9999 (31 May 2014) + + 31 May 2014; Anthony G. Basile <[email protected]> + +install-xattr-9999.ebuild, -install-xattr-0.2.ebuild: + Remove 0.2 and add -9999 for testing *install-xattr-0.2 (01 Jun 2014) 1.1 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.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/install-xattr/install-xattr-9999.ebuild?rev=1.1&content-type=text/plain Index: install-xattr-9999.ebuild =================================================================== # 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 $ EAPI=5 DESCRIPTION="Wrapper to coreutil's install to preserve Filesystem Extended Attributes." HOMEPAGE="http://dev.gentoo.org/~blueness/install-xattr/" inherit toolchain-funcs if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/elfix.git" KEYWORDS="" inherit git-2 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" fi LICENSE="GPL-3" SLOT="0" src_prepare() { tc-export CC } src_compile() { if [[ ${PV} == "9999" ]] ; then cd ${WORKDIR}/${P}/misc/${PN} else cd ${WORKDIR}/${PN} fi default } src_install() { if [[ ${PV} == "9999" ]] ; then cd ${WORKDIR}/${P}/misc/${PN} else cd ${WORKDIR}/${PN} fi default } # We need to fix how tests are done src_test() { true }
