pacho 14/07/15 18:30:40
Modified: systemd-215-r1.ebuild ChangeLog
Removed: systemd-214.ebuild systemd-214_p57.ebuild
systemd-208-r3.ebuild
Log:
Fix building in ppc* (#517174 by Mike Gilbert), drop old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key
A188FBD4)
Revision Changes Path
1.5 sys-apps/systemd/systemd-215-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-215-r1.ebuild?rev=1.5&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-215-r1.ebuild?rev=1.5&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-215-r1.ebuild?r1=1.4&r2=1.5
Index: systemd-215-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-215-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- systemd-215-r1.ebuild 15 Jul 2014 10:01:25 -0000 1.4
+++ systemd-215-r1.ebuild 15 Jul 2014 18:30:40 -0000 1.5
@@ -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/systemd/systemd-215-r1.ebuild,v
1.4 2014/07/15 10:01:25 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-215-r1.ebuild,v
1.5 2014/07/15 18:30:40 pacho Exp $
EAPI=5
@@ -79,6 +79,11 @@
test? ( >=sys-apps/dbus-1.6.8-r1:0 )"
src_prepare() {
+ local PATCHES=(
+
"${FILESDIR}/${PV}-0001-always-check-for-__BYTE_ORDER-__BIG_ENDIAN-when-chec.patch"
+
"${FILESDIR}/${PV}-0002-endian-explicitly-include-endian.h-wherever-we-want-.patch"
+ )
+
# Bug 463376
sed -i -e 's/GROUP="dialout"/GROUP="uucp"/' rules/*.rules || die
1.289 sys-apps/systemd/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.289&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.289&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.288&r2=1.289
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
retrieving revision 1.288
retrieving revision 1.289
diff -u -r1.288 -r1.289
--- ChangeLog 15 Jul 2014 10:01:25 -0000 1.288
+++ ChangeLog 15 Jul 2014 18:30:40 -0000 1.289
@@ -1,6 +1,13 @@
# ChangeLog for sys-apps/systemd
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.288
2014/07/15 10:01:25 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.289
2014/07/15 18:30:40 pacho Exp $
+
+ 15 Jul 2014; Pacho Ramos <[email protected]>
+ +files/215-0001-always-check-for-__BYTE_ORDER-__BIG_ENDIAN-when-chec.patch,
+ +files/215-0002-endian-explicitly-include-endian.h-wherever-we-want-.patch,
+ -systemd-208-r3.ebuild, -systemd-214.ebuild, -systemd-214_p57.ebuild,
+ systemd-215-r1.ebuild:
+ Fix building in ppc* (#517174 by Mike Gilbert), drop old
15 Jul 2014; Pacho Ramos <[email protected]> -systemd-213.ebuild,
-systemd-215.ebuild, systemd-215-r1.ebuild, systemd-9999.ebuild: