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-20071011.ebuild
Date: Fri, 23 Nov 2007 06:21:52
Message-Id: E1IvRv5-00013S-V1@stork.gentoo.org
1 compnerd 07/11/23 06:21:43
2
3 Modified: ChangeLog
4 Added: hal-info-20071011.ebuild
5 Log:
6 version bump for HAL 0.5.10
7 (Portage version: 2.1.3.16)
8
9 Revision Changes Path
10 1.24 app-misc/hal-info/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/ChangeLog?rev=1.24&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/ChangeLog?rev=1.24&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/ChangeLog?r1=1.23&r2=1.24
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-misc/hal-info/ChangeLog,v
19 retrieving revision 1.23
20 retrieving revision 1.24
21 diff -u -r1.23 -r1.24
22 --- ChangeLog 26 Sep 2007 18:11:46 -0000 1.23
23 +++ ChangeLog 23 Nov 2007 06:21:43 -0000 1.24
24 @@ -1,6 +1,12 @@
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.23 2007/09/26 18:11:46 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/ChangeLog,v 1.24 2007/11/23 06:21:43 compnerd Exp $
29 +
30 +*hal-info-20071011 (23 Nov 2007)
31 +
32 + 23 Nov 2007; Saleem Abdulrasool <compnerd@g.o>
33 + +hal-info-20071011.ebuild:
34 + Version bump for HAL 0.5.10
35
36 26 Sep 2007; Raúl Porcel <armin76@g.o> hal-info-20070618.ebuild:
37 x86 stable
38
39
40
41 1.1 app-misc/hal-info/hal-info-20071011.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/hal-info-20071011.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/hal-info-20071011.ebuild?rev=1.1&content-type=text/plain
45
46 Index: hal-info-20071011.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/hal-info-20071011.ebuild,v 1.1 2007/11/23 06:21:43 compnerd Exp $
51
52 inherit eutils
53
54 DESCRIPTION="The fdi scripts that HAL uses"
55 HOMEPAGE="http://hal.freedesktop.org/"
56 SRC_URI="http://hal.freedesktop.org/releases/${P}.tar.gz"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~x86"
61 IUSE=""
62
63 RDEPEND=">=sys-apps/hal-0.5.10"
64 DEPEND="${RDEPEND}"
65
66 src_compile() {
67 econf --enable-recall --enable-video || die "econf failed."
68 emake || die
69 }
70
71 src_install() {
72 make DESTDIR="${D}" install || die "install failed."
73 }
74
75
76
77 --
78 gentoo-commits@g.o mailing list