Gentoo Archives: gentoo-commits

From: "Saleem Abdulrasool (compnerd)" <compnerd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/hal-info: ChangeLog hal-info-20071030.ebuild
Date: Sun, 06 Jan 2008 06:44:44
Message-Id: E1JBPFR-0008CL-LC@stork.gentoo.org
1 compnerd 08/01/06 06:44:41
2
3 Modified: ChangeLog
4 Added: hal-info-20071030.ebuild
5 Log:
6 version bump from upstream
7 (Portage version: 2.1.4_rc14)
8
9 Revision Changes Path
10 1.25 app-misc/hal-info/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/ChangeLog?rev=1.25&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/ChangeLog?rev=1.25&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/ChangeLog?r1=1.24&r2=1.25
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-misc/hal-info/ChangeLog,v
19 retrieving revision 1.24
20 retrieving revision 1.25
21 diff -u -r1.24 -r1.25
22 --- ChangeLog 23 Nov 2007 06:21:43 -0000 1.24
23 +++ ChangeLog 6 Jan 2008 06:44:41 -0000 1.25
24 @@ -1,6 +1,14 @@
25 # ChangeLog for app-misc/hal-info
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/ChangeLog,v 1.24 2007/11/23 06:21:43 compnerd Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/ChangeLog,v 1.25 2008/01/06 06:44:41 compnerd Exp $
30 +
31 +*hal-info-20071030 (06 Jan 2008)
32 +
33 + 06 Jan 2008; Saleem Abdulrasool <compnerd@g.o>
34 + +files/01_dell_cdrom_nopoll.patch,
35 + +files/02_hardware_brightness_fixups.patch,
36 + +files/03_feiya_memory_bar.patch, +hal-info-20071030.ebuild:
37 + Version bump from upstream
38
39 *hal-info-20071011 (23 Nov 2007)
40
41
42
43
44 1.1 app-misc/hal-info/hal-info-20071030.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/hal-info-20071030.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/hal-info-20071030.ebuild?rev=1.1&content-type=text/plain
48
49 Index: hal-info-20071030.ebuild
50 ===================================================================
51 # Copyright 1999-2008 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/hal-info-20071030.ebuild,v 1.1 2008/01/06 06:44:41 compnerd Exp $
54
55 inherit eutils
56
57 DESCRIPTION="The fdi scripts that HAL uses"
58 HOMEPAGE="http://hal.freedesktop.org/"
59 SRC_URI="http://hal.freedesktop.org/releases/${P}.tar.gz"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE=""
65
66 RDEPEND=">=sys-apps/hal-0.5.10"
67 DEPEND="${RDEPEND}"
68
69 src_unpack() {
70 unpack "${A}"
71 cd "${S}"
72
73 epatch "${FILESDIR}/01_dell_cdrom_nopoll.patch"
74 epatch "${FILESDIR}/02_hardware_brightness_fixups.patch"
75 epatch "${FILESDIR}/03_feiya_memory_bar.patch"
76 }
77
78 src_compile() {
79 econf || die "configure failed"
80 emake || die "make failed"
81 }
82
83 src_install() {
84 make DESTDIR="${D}" install || die "install failed."
85 }
86
87
88
89 --
90 gentoo-commits@l.g.o mailing list