* [gentoo-commits] gentoo-x86 commit in sys-boot/os-prober: ChangeLog os-prober-1.47.ebuild
@ 2011-05-26 19:01 Jonathan Callen (abcd)
0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Callen (abcd) @ 2011-05-26 19:01 UTC (permalink / raw
To: gentoo-commits
abcd 11/05/26 19:01:37
Modified: ChangeLog os-prober-1.47.ebuild
Log:
Fix unpacking (upstream changed the top-level dir *again*)
(Portage version: 2.2.0_alpha35/cvs/Linux x86_64)
Revision Changes Path
1.11 sys-boot/os-prober/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/os-prober/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/os-prober/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/os-prober/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/os-prober/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 26 May 2011 18:59:20 -0000 1.10
+++ ChangeLog 26 May 2011 19:01:37 -0000 1.11
@@ -1,6 +1,9 @@
# ChangeLog for sys-boot/os-prober
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/os-prober/ChangeLog,v 1.10 2011/05/26 18:59:20 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/os-prober/ChangeLog,v 1.11 2011/05/26 19:01:37 abcd Exp $
+
+ 26 May 2011; Jonathan Callen <abcd@gentoo.org> os-prober-1.47.ebuild:
+ Fix unpacking (upstream changed the top-level dir *again*)
*os-prober-1.47 (26 May 2011)
1.2 sys-boot/os-prober/os-prober-1.47.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/os-prober/os-prober-1.47.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/os-prober/os-prober-1.47.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/os-prober/os-prober-1.47.ebuild?r1=1.1&r2=1.2
Index: os-prober-1.47.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/os-prober/os-prober-1.47.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- os-prober-1.47.ebuild 26 May 2011 18:59:20 -0000 1.1
+++ os-prober-1.47.ebuild 26 May 2011 19:01:37 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/os-prober/os-prober-1.47.ebuild,v 1.1 2011/05/26 18:59:20 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/os-prober/os-prober-1.47.ebuild,v 1.2 2011/05/26 19:01:37 abcd Exp $
EAPI=4
@@ -15,6 +15,8 @@
KEYWORDS="~amd64 ~x86"
IUSE=""
+S=${WORKDIR}/${PN}
+
src_prepare() {
find "${S}" -type f -exec sed -i -e "s:/usr/lib/:/usr/libexec/:g" {} + || die "failed on find and sed lib->libexec"
sed -i -e "s:/lib/ld\*\.so\*:/lib*/ld*.so*:g" os-probes/mounted/common/90linux-distro || die "sed failed on 90linux-distro"
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-boot/os-prober: ChangeLog os-prober-1.47.ebuild
@ 2012-02-14 15:37 Tomas Chvatal (scarabeus)
0 siblings, 0 replies; 2+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2012-02-14 15:37 UTC (permalink / raw
To: gentoo-commits
scarabeus 12/02/14 15:37:25
Modified: ChangeLog os-prober-1.47.ebuild
Log:
Stable on amd64 and x86, works fine and usefull for grub2.
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Revision Changes Path
1.12 sys-boot/os-prober/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/os-prober/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/os-prober/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/os-prober/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/os-prober/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 26 May 2011 19:01:37 -0000 1.11
+++ ChangeLog 14 Feb 2012 15:37:25 -0000 1.12
@@ -1,6 +1,9 @@
# ChangeLog for sys-boot/os-prober
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/os-prober/ChangeLog,v 1.11 2011/05/26 19:01:37 abcd Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/os-prober/ChangeLog,v 1.12 2012/02/14 15:37:25 scarabeus Exp $
+
+ 14 Feb 2012; Tomáš Chvátal <scarabeus@gentoo.org> os-prober-1.47.ebuild:
+ Stable on amd64 and x86, works fine and usefull for grub2.
26 May 2011; Jonathan Callen <abcd@gentoo.org> os-prober-1.47.ebuild:
Fix unpacking (upstream changed the top-level dir *again*)
1.3 sys-boot/os-prober/os-prober-1.47.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/os-prober/os-prober-1.47.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/os-prober/os-prober-1.47.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/os-prober/os-prober-1.47.ebuild?r1=1.2&r2=1.3
Index: os-prober-1.47.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/os-prober/os-prober-1.47.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- os-prober-1.47.ebuild 26 May 2011 19:01:37 -0000 1.2
+++ os-prober-1.47.ebuild 14 Feb 2012 15:37:25 -0000 1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/os-prober/os-prober-1.47.ebuild,v 1.2 2011/05/26 19:01:37 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/os-prober/os-prober-1.47.ebuild,v 1.3 2012/02/14 15:37:25 scarabeus Exp $
EAPI=4
@@ -12,7 +12,7 @@
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
S=${WORKDIR}/${PN}
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-02-14 15:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-26 19:01 [gentoo-commits] gentoo-x86 commit in sys-boot/os-prober: ChangeLog os-prober-1.47.ebuild Jonathan Callen (abcd)
-- strict thread matches above, loose matches on Subject: below --
2012-02-14 15:37 Tomas Chvatal (scarabeus)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox