Gentoo Archives: gentoo-commits

From: "Olivier Crete (tester)" <tester@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/hal-info: ChangeLog hal-info-20080508.ebuild
Date: Thu, 26 Jun 2008 01:54:16
Message-Id: E1KBggc-0005VH-Lz@stork.gentoo.org
1 tester 08/06/26 01:54:10
2
3 Modified: ChangeLog
4 Added: hal-info-20080508.ebuild
5 Log:
6 Version bump, bug #225873
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.36 app-misc/hal-info/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/ChangeLog?rev=1.36&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/ChangeLog?rev=1.36&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/ChangeLog?r1=1.35&r2=1.36
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-misc/hal-info/ChangeLog,v
19 retrieving revision 1.35
20 retrieving revision 1.36
21 diff -u -r1.35 -r1.36
22 --- ChangeLog 23 Jun 2008 16:15:16 -0000 1.35
23 +++ ChangeLog 26 Jun 2008 01:54:10 -0000 1.36
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-misc/hal-info
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/ChangeLog,v 1.35 2008/06/23 16:15:16 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/ChangeLog,v 1.36 2008/06/26 01:54:10 tester Exp $
29 +
30 +*hal-info-20080508 (26 Jun 2008)
31 +
32 + 26 Jun 2008; Olivier CrĂȘte <tester@g.o> +hal-info-20080508.ebuild:
33 + Version bump, bug #225873
34
35 23 Jun 2008; Jeroen Roovers <jer@g.o> hal-info-20080310.ebuild:
36 Stable for HPPA (bug #222219).
37
38
39
40 1.1 app-misc/hal-info/hal-info-20080508.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/hal-info-20080508.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/hal-info/hal-info-20080508.ebuild?rev=1.1&content-type=text/plain
44
45 Index: hal-info-20080508.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/hal-info-20080508.ebuild,v 1.1 2008/06/26 01:54:10 tester Exp $
50
51 inherit eutils
52
53 DESCRIPTION="The fdi scripts that HAL uses"
54 HOMEPAGE="http://hal.freedesktop.org/"
55 SRC_URI="http://hal.freedesktop.org/releases/${P}.tar.gz"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~sparc ~x86"
60 IUSE=""
61
62 RDEPEND=">=sys-apps/hal-0.5.10"
63 DEPEND="${RDEPEND}"
64
65 src_compile() {
66 econf || die "configure failed"
67 emake || die "make failed"
68 }
69
70 src_install() {
71 make DESTDIR="${D}" install || die "install failed."
72 }
73
74
75
76 --
77 gentoo-commits@l.g.o mailing list