* [gentoo-commits] gentoo-x86 commit in app-office/openoffice-bin: ChangeLog openoffice-bin-3.1.1.ebuild openoffice-bin-3.2.0.ebuild
@ 2010-02-27 20:57 99% Andreas Proschofsky (suka)
0 siblings, 0 replies; 1+ results
From: Andreas Proschofsky (suka) @ 2010-02-27 20:57 UTC (permalink / raw
To: gentoo-commits
suka 10/02/27 20:57:07
Modified: ChangeLog openoffice-bin-3.1.1.ebuild
openoffice-bin-3.2.0.ebuild
Log:
Make sure the permissions of installed files are right, bug #306779
(Portage version: 2.2_rc63/cvs/Linux i686)
Revision Changes Path
1.227 app-office/openoffice-bin/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice-bin/ChangeLog?rev=1.227&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice-bin/ChangeLog?rev=1.227&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice-bin/ChangeLog?r1=1.226&r2=1.227
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/ChangeLog,v
retrieving revision 1.226
retrieving revision 1.227
diff -u -r1.226 -r1.227
--- ChangeLog 21 Feb 2010 12:04:57 -0000 1.226
+++ ChangeLog 27 Feb 2010 20:57:06 -0000 1.227
@@ -1,6 +1,10 @@
# ChangeLog for app-office/openoffice-bin
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/ChangeLog,v 1.226 2010/02/21 12:04:57 suka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/ChangeLog,v 1.227 2010/02/27 20:57:06 suka Exp $
+
+ 27 Feb 2010; Andreas Proschofsky <suka@gentoo.org>
+ openoffice-bin-3.1.1.ebuild, openoffice-bin-3.2.0.ebuild:
+ Make sure the permissions of installed files are right, bug #306779
21 Feb 2010; Andreas Proschofsky <suka@gentoo.org>
openoffice-bin-3.2.0.ebuild:
1.5 app-office/openoffice-bin/openoffice-bin-3.1.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice-bin/openoffice-bin-3.1.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice-bin/openoffice-bin-3.1.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice-bin/openoffice-bin-3.1.1.ebuild?r1=1.4&r2=1.5
Index: openoffice-bin-3.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/openoffice-bin-3.1.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- openoffice-bin-3.1.1.ebuild 29 Jan 2010 14:50:50 -0000 1.4
+++ openoffice-bin-3.1.1.ebuild 27 Feb 2010 20:57:06 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/openoffice-bin-3.1.1.ebuild,v 1.4 2010/01/29 14:50:50 suka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/openoffice-bin-3.1.1.ebuild,v 1.5 2010/02/27 20:57:06 suka Exp $
inherit eutils fdo-mime rpm multilib
@@ -142,6 +142,9 @@
fi
done
+ # Make sure the permissions are right
+ fowners -R root:0 /
+
# Install wrapper script
newbin "${FILESDIR}/wrapper.in" ooffice
sed -i -e s/LIBDIR/$(get_libdir)/g "${D}/usr/bin/ooffice" || die
1.4 app-office/openoffice-bin/openoffice-bin-3.2.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice-bin/openoffice-bin-3.2.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice-bin/openoffice-bin-3.2.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice-bin/openoffice-bin-3.2.0.ebuild?r1=1.3&r2=1.4
Index: openoffice-bin-3.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/openoffice-bin-3.2.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- openoffice-bin-3.2.0.ebuild 21 Feb 2010 12:04:57 -0000 1.3
+++ openoffice-bin-3.2.0.ebuild 27 Feb 2010 20:57:06 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/openoffice-bin-3.2.0.ebuild,v 1.3 2010/02/21 12:04:57 suka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/openoffice-bin-3.2.0.ebuild,v 1.4 2010/02/27 20:57:06 suka Exp $
EAPI="2"
@@ -148,6 +148,9 @@
fi
done
+ # Make sure the permissions are right
+ fowners -R root:0 /
+
# Install wrapper script
newbin "${FILESDIR}/wrapper.in" ooffice
sed -i -e s/LIBDIR/$(get_libdir)/g "${D}/usr/bin/ooffice" || die
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2010-02-27 20:57 99% [gentoo-commits] gentoo-x86 commit in app-office/openoffice-bin: ChangeLog openoffice-bin-3.1.1.ebuild openoffice-bin-3.2.0.ebuild Andreas Proschofsky (suka)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox