blueness 15/02/18 12:26:22
Modified: install-xattr-9999.ebuild install-xattr-0.4.ebuild
ChangeLog
Log:
Add some || die.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key
0xF52D4BBA)
Revision Changes Path
1.6 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.6&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/install-xattr/install-xattr-9999.ebuild?rev=1.6&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/install-xattr/install-xattr-9999.ebuild?r1=1.5&r2=1.6
Index: install-xattr-9999.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/sys-apps/install-xattr/install-xattr-9999.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- install-xattr-9999.ebuild 13 Oct 2014 02:29:36 -0000 1.5
+++ install-xattr-9999.ebuild 18 Feb 2015 12:26:22 -0000 1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 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.5
2014/10/13 02:29:36 blueness Exp $
+# $Header:
/var/cvsroot/gentoo-x86/sys-apps/install-xattr/install-xattr-9999.ebuild,v 1.6
2015/02/18 12:26:22 blueness Exp $
EAPI=5
DESCRIPTION="Wrapper to coreutil's install to preserve Filesystem Extended
Attributes"
@@ -27,14 +27,14 @@
src_compile() {
if [[ ${PV} == "9999" ]] ; then
- cd "${WORKDIR}/${P}/misc/${PN}"
+ cd "${WORKDIR}/${P}/misc/${PN}" || die
fi
default
}
src_install() {
if [[ ${PV} == "9999" ]] ; then
- cd "${WORKDIR}/${P}/misc/${PN}"
+ cd "${WORKDIR}/${P}/misc/${PN}" || die
fi
default
}
1.2 sys-apps/install-xattr/install-xattr-0.4.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/install-xattr/install-xattr-0.4.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/install-xattr/install-xattr-0.4.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/install-xattr/install-xattr-0.4.ebuild?r1=1.1&r2=1.2
Index: install-xattr-0.4.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/sys-apps/install-xattr/install-xattr-0.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- install-xattr-0.4.ebuild 13 Oct 2014 02:29:36 -0000 1.1
+++ install-xattr-0.4.ebuild 18 Feb 2015 12:26:22 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/sys-apps/install-xattr/install-xattr-0.4.ebuild,v 1.1
2014/10/13 02:29:36 blueness Exp $
+# $Header:
/var/cvsroot/gentoo-x86/sys-apps/install-xattr/install-xattr-0.4.ebuild,v 1.2
2015/02/18 12:26:22 blueness Exp $
EAPI=5
DESCRIPTION="Wrapper to coreutil's install to preserve Filesystem Extended
Attributes"
@@ -27,14 +27,14 @@
src_compile() {
if [[ ${PV} == "9999" ]] ; then
- cd "${WORKDIR}/${P}/misc/${PN}"
+ cd "${WORKDIR}/${P}/misc/${PN}" || die
fi
default
}
src_install() {
if [[ ${PV} == "9999" ]] ; then
- cd "${WORKDIR}/${P}/misc/${PN}"
+ cd "${WORKDIR}/${P}/misc/${PN}" || die
fi
default
}
1.25 sys-apps/install-xattr/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/install-xattr/ChangeLog?rev=1.25&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/install-xattr/ChangeLog?rev=1.25&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/install-xattr/ChangeLog?r1=1.24&r2=1.25
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/install-xattr/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog 13 Oct 2014 02:29:36 -0000 1.24
+++ ChangeLog 18 Feb 2015 12:26:22 -0000 1.25
@@ -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.24
2014/10/13 02:29:36 blueness Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/install-xattr/ChangeLog,v 1.25
2015/02/18 12:26:22 blueness Exp $
+
+ 18 Feb 2015; Anthony G. Basile <[email protected]>
install-xattr-0.4.ebuild,
+ install-xattr-9999.ebuild:
+ Add some || die.
*install-xattr-0.4 (13 Oct 2014)