Gentoo Archives: gentoo-commits

From: "Saleem Abdulrasool (compnerd)" <compnerd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/hal: ChangeLog hal-0.5.10.ebuild
Date: Tue, 25 Dec 2007 05:01:00
Message-Id: E1J71uM-0003cB-MX@stork.gentoo.org
1 compnerd 07/12/25 05:00:50
2
3 Modified: ChangeLog hal-0.5.10.ebuild
4 Log:
5 add cardoe's patches
6 (Portage version: 2.1.4_rc11)
7
8 Revision Changes Path
9 1.220 sys-apps/hal/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/ChangeLog?rev=1.220&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/ChangeLog?rev=1.220&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/ChangeLog?r1=1.219&r2=1.220
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v
18 retrieving revision 1.219
19 retrieving revision 1.220
20 diff -u -r1.219 -r1.220
21 --- ChangeLog 6 Dec 2007 22:29:02 -0000 1.219
22 +++ ChangeLog 25 Dec 2007 05:00:50 -0000 1.220
23 @@ -1,6 +1,10 @@
24 # ChangeLog for sys-apps/hal
25 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.219 2007/12/06 22:29:02 cardoe Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.220 2007/12/25 05:00:50 compnerd Exp $
28 +
29 + 25 Dec 2007; Saleem Abdulrasool <compnerd@g.o>
30 + +files/96_plugdev_allow_send.patch, hal-0.5.10.ebuild:
31 + Pull in cardoe's patches
32
33 06 Dec 2007; Doug Klima <cardoe@g.o> metadata.xml:
34 removed myself as a maintainer of HAL.
35
36
37
38 1.3 sys-apps/hal/hal-0.5.10.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/hal-0.5.10.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/hal-0.5.10.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/hal/hal-0.5.10.ebuild?r1=1.2&r2=1.3
43
44 Index: hal-0.5.10.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.10.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- hal-0.5.10.ebuild 23 Nov 2007 09:30:39 -0000 1.2
51 +++ hal-0.5.10.ebuild 25 Dec 2007 05:00:50 -0000 1.3
52 @@ -1,16 +1,19 @@
53 # Copyright 1999-2007 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.10.ebuild,v 1.2 2007/11/23 09:30:39 compnerd Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.10.ebuild,v 1.3 2007/12/25 05:00:50 compnerd Exp $
57
58 inherit eutils linux-info autotools flag-o-matic
59
60 +PATCH_VER="p1"
61 +
62 DESCRIPTION="Hardware Abstraction Layer"
63 HOMEPAGE="http://www.freedesktop.org/Software/hal"
64 -SRC_URI="http://hal.freedesktop.org/releases/${P}.tar.gz"
65 +SRC_URI="http://hal.freedesktop.org/releases/${P}.tar.gz
66 + http://dev.gentoo.org/~cardoe/files/${PN}/${P}-${PATCH_VER}.tar.bz2"
67
68 LICENSE="|| ( GPL-2 AFL-2.0 )"
69 SLOT="0"
70 -KEYWORDS="~amd64 -mips -ppc64 ~x86"
71 +KEYWORDS="~amd64 ~x86"
72
73 KERNEL_IUSE="kernel_linux kernel_FreeBSD"
74 IUSE="acpi apm crypt debug dell disk-partition doc selinux ${KERNEL_IUSE}"
75 @@ -152,11 +155,18 @@
76 unpack ${A}
77 cd "${S}"
78
79 + # patchset from http://dev.gentoo.org/~cardoe/repos/hal.git
80 + EPATCH_MULTI_MSG="Applying http://dev.gentoo.org/~cardoe/repos/hal.git patchset ..." \
81 + EPATCH_SUFFIX="patch" \
82 + EPATCH_SOURCE="${WORKDIR}/hal-0.5.10-patches/" \
83 + EPATCH_FORCE="yes" \
84 + epatch
85 +
86 # Hide recovery partitions
87 epatch "${FILESDIR}/hal-0.5.9-hide-recovery-partitions.patch"
88
89 # Enable plugdev support
90 - epatch "${FILESDIR}/0.5.9/96_plugdev_allow_send.patch"
91 + epatch "${FILESDIR}/96_plugdev_allow_send.patch"
92 }
93
94 src_compile() {
95
96
97
98 --
99 gentoo-commits@g.o mailing list