compnerd 08/05/20 04:30:39
Modified: hal-0.5.9.1-r3.ebuild hal-0.5.10.ebuild ChangeLog
hal-0.5.9.1-r1.ebuild hal-0.5.9-r1.ebuild
hal-0.5.9.1-r2.ebuild hal-0.5.7.1-r5.ebuild
Log:
fix a few quoting issues
(Portage version: 2.1.5)
Revision Changes Path
1.11 sys-apps/hal/hal-0.5.9.1-r3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/hal-0.5.9.1-r3.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/hal-0.5.9.1-r3.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/hal-0.5.9.1-r3.ebuild?r1=1.10&r2=1.11
Index: hal-0.5.9.1-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.9.1-r3.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- hal-0.5.9.1-r3.ebuild 14 Apr 2008 18:36:31 -0000 1.10
+++ hal-0.5.9.1-r3.ebuild 20 May 2008 04:30:38 -0000 1.11
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.9.1-r3.ebuild,v 1.10 2008/04/14 18:36:31 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.9.1-r3.ebuild,v 1.11 2008/05/20 04:30:38 compnerd Exp $
inherit eutils linux-info autotools flag-o-matic
@@ -81,7 +81,7 @@
fi
if use kernel_linux ; then
- if [ -e ${ROOT}/usr/src/linux/.config ] ; then
+ if [ -e "${ROOT}/usr/src/linux/.config" ] ; then
kernel_is ge 2 6 17 || \
ewarn "HAL requires a kernel version 2.6.17 or newer"
fi
1.16 sys-apps/hal/hal-0.5.10.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/hal-0.5.10.ebuild?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/hal-0.5.10.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/hal-0.5.10.ebuild?r1=1.15&r2=1.16
Index: hal-0.5.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.10.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- hal-0.5.10.ebuild 20 Apr 2008 12:50:02 -0000 1.15
+++ hal-0.5.10.ebuild 20 May 2008 04:30:38 -0000 1.16
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.10.ebuild,v 1.15 2008/04/20 12:50:02 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.10.ebuild,v 1.16 2008/05/20 04:30:38 compnerd Exp $
inherit eutils linux-info autotools flag-o-matic
@@ -84,7 +84,7 @@
pkg_setup() {
if use kernel_linux ; then
- if [ -e ${ROOT}/usr/src/linux/.config ] ; then
+ if [ -e "${ROOT}/usr/src/linux/.config" ] ; then
kernel_is ge 2 6 19 || \
ewarn "HAL requires a kernel version 2.6.19 or newer"
if kernel_is lt 2 6 23 && use acpi ; then
1.233 sys-apps/hal/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/ChangeLog?rev=1.233&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/ChangeLog?rev=1.233&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/ChangeLog?r1=1.232&r2=1.233
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v
retrieving revision 1.232
retrieving revision 1.233
diff -u -r1.232 -r1.233
--- ChangeLog 20 May 2008 04:21:15 -0000 1.232
+++ ChangeLog 20 May 2008 04:30:38 -0000 1.233
@@ -1,6 +1,11 @@
# ChangeLog for sys-apps/hal
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.232 2008/05/20 04:21:15 compnerd Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.233 2008/05/20 04:30:38 compnerd Exp $
+
+ 20 May 2008; Saleem Abdulrasool <compnerd@g.o>
+ hal-0.5.7.1-r5.ebuild, hal-0.5.9-r1.ebuild, hal-0.5.9.1-r1.ebuild,
+ hal-0.5.9.1-r2.ebuild, hal-0.5.9.1-r3.ebuild, hal-0.5.10.ebuild:
+ Fix minor quoting issues
*hal-0.5.11 (20 May 2008)
1.14 sys-apps/hal/hal-0.5.9.1-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/hal-0.5.9.1-r1.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/hal-0.5.9.1-r1.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/hal-0.5.9.1-r1.ebuild?r1=1.13&r2=1.14
Index: hal-0.5.9.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.9.1-r1.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- hal-0.5.9.1-r1.ebuild 14 Apr 2008 18:36:31 -0000 1.13
+++ hal-0.5.9.1-r1.ebuild 20 May 2008 04:30:38 -0000 1.14
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.9.1-r1.ebuild,v 1.13 2008/04/14 18:36:31 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.9.1-r1.ebuild,v 1.14 2008/05/20 04:30:38 compnerd Exp $
inherit eutils linux-info autotools flag-o-matic
@@ -80,7 +80,7 @@
fi
if use kernel_linux ; then
- if [ -e ${ROOT}/usr/src/linux/.config ] ; then
+ if [ -e "${ROOT}/usr/src/linux/.config" ] ; then
kernel_is ge 2 6 17 || \
ewarn "HAL requires a kernel version 2.6.17 or newer"
fi
1.22 sys-apps/hal/hal-0.5.9-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/hal-0.5.9-r1.ebuild?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/hal-0.5.9-r1.ebuild?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/hal-0.5.9-r1.ebuild?r1=1.21&r2=1.22
Index: hal-0.5.9-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.9-r1.ebuild,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- hal-0.5.9-r1.ebuild 14 Apr 2008 18:36:31 -0000 1.21
+++ hal-0.5.9-r1.ebuild 20 May 2008 04:30:38 -0000 1.22
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.9-r1.ebuild,v 1.21 2008/04/14 18:36:31 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.9-r1.ebuild,v 1.22 2008/05/20 04:30:38 compnerd Exp $
inherit eutils linux-info autotools flag-o-matic
@@ -80,7 +80,7 @@
fi
if use kernel_linux ; then
- if [ -e ${ROOT}/usr/src/linux/.config ] ; then
+ if [ -e "${ROOT}/usr/src/linux/.config" ] ; then
kernel_is ge 2 6 17 || \
ewarn "HAL requires a kernel version 2.6.17 or newer"
fi
1.7 sys-apps/hal/hal-0.5.9.1-r2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/hal-0.5.9.1-r2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/hal-0.5.9.1-r2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/hal-0.5.9.1-r2.ebuild?r1=1.6&r2=1.7
Index: hal-0.5.9.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.9.1-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- hal-0.5.9.1-r2.ebuild 14 Apr 2008 18:36:31 -0000 1.6
+++ hal-0.5.9.1-r2.ebuild 20 May 2008 04:30:38 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.9.1-r2.ebuild,v 1.6 2008/04/14 18:36:31 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.9.1-r2.ebuild,v 1.7 2008/05/20 04:30:38 compnerd Exp $
inherit eutils linux-info autotools flag-o-matic
@@ -81,7 +81,7 @@
fi
if use kernel_linux ; then
- if [ -e ${ROOT}/usr/src/linux/.config ] ; then
+ if [ -e "${ROOT}/usr/src/linux/.config" ] ; then
kernel_is ge 2 6 17 || \
ewarn "HAL requires a kernel version 2.6.17 or newer"
fi
1.20 sys-apps/hal/hal-0.5.7.1-r5.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/hal-0.5.7.1-r5.ebuild?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/hal-0.5.7.1-r5.ebuild?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/hal-0.5.7.1-r5.ebuild?r1=1.19&r2=1.20
Index: hal-0.5.7.1-r5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.7.1-r5.ebuild,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- hal-0.5.7.1-r5.ebuild 14 Apr 2008 18:36:31 -0000 1.19
+++ hal-0.5.7.1-r5.ebuild 20 May 2008 04:30:38 -0000 1.20
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.7.1-r5.ebuild,v 1.19 2008/04/14 18:36:31 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.7.1-r5.ebuild,v 1.20 2008/05/20 04:30:38 compnerd Exp $
inherit eutils linux-info
@@ -64,7 +64,7 @@
fi
fi
- if [ -e ${ROOT}/usr/src/linux/.config ] ; then
+ if [ -e "${ROOT}/usr/src/linux/.config" ] ; then
if kernel_is ge 2 6 16 ; then
check_hotplug_net
elif kernel_is eq 2 6 15 ; then
--
gentoo-commits@g.o mailing list
|