Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/liblazy: liblazy-0.1.ebuild ChangeLog
Date: Mon, 05 May 2008 14:54:52
Message-Id: E1Jt25Z-0004DU-Bx@stork.gentoo.org
1 drac 08/05/05 14:54:49
2
3 Modified: liblazy-0.1.ebuild ChangeLog
4 Log:
5 Move pkgconfig to DEPEND wrt #217278.
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.3 dev-libs/liblazy/liblazy-0.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/liblazy/liblazy-0.1.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/liblazy/liblazy-0.1.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/liblazy/liblazy-0.1.ebuild?r1=1.2&r2=1.3
14
15 Index: liblazy-0.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-libs/liblazy/liblazy-0.1.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- liblazy-0.1.ebuild 19 Jan 2008 14:08:22 -0000 1.2
22 +++ liblazy-0.1.ebuild 5 May 2008 14:54:48 -0000 1.3
23 @@ -1,9 +1,9 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/liblazy/liblazy-0.1.ebuild,v 1.2 2008/01/19 14:08:22 genstef Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/liblazy/liblazy-0.1.ebuild,v 1.3 2008/05/05 14:54:48 drac Exp $
28
29 DESCRIPTION="lib for D-Bus daemon messages, querying HAL or PolicyKit privileges"
30 -HOMEPAGE="http://freedesktop.org/wiki/Software_2fliblazy"
31 +HOMEPAGE="http://freedesktop.org/wiki/Software/liblazy"
32 SRC_URI="http://people.freedesktop.org/~homac/liblazy/${P}.tar.bz2"
33
34 LICENSE="LGPL-2"
35 @@ -11,9 +11,9 @@
36 KEYWORDS="~amd64 ~x86"
37 IUSE=""
38
39 -DEPEND=">=sys-apps/dbus-0.62
40 +RDEPEND=">=sys-apps/dbus-0.62"
41 +DEPEND="${RDEPEND}
42 dev-util/pkgconfig"
43 -RDEPEND="${DEPEND}"
44
45 src_install() {
46 emake DESTDIR="${D}" install || die "emake install failed"
47
48
49
50 1.4 dev-libs/liblazy/ChangeLog
51
52 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/liblazy/ChangeLog?rev=1.4&view=markup
53 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/liblazy/ChangeLog?rev=1.4&content-type=text/plain
54 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/liblazy/ChangeLog?r1=1.3&r2=1.4
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/dev-libs/liblazy/ChangeLog,v
59 retrieving revision 1.3
60 retrieving revision 1.4
61 diff -u -r1.3 -r1.4
62 --- ChangeLog 19 Jan 2008 14:08:22 -0000 1.3
63 +++ ChangeLog 5 May 2008 14:54:48 -0000 1.4
64 @@ -1,6 +1,9 @@
65 # ChangeLog for dev-libs/liblazy
66 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/liblazy/ChangeLog,v 1.3 2008/01/19 14:08:22 genstef Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/liblazy/ChangeLog,v 1.4 2008/05/05 14:54:48 drac Exp $
69 +
70 + 05 May 2008; Samuli Suominen <drac@g.o> liblazy-0.1.ebuild:
71 + Move pkgconfig to DEPEND wrt #217278.
72
73 19 Jan 2008; Stefan Schweizer <genstef@g.o> liblazy-0.1.ebuild:
74 Add pkgconfig dep, bug 206154
75
76
77
78 --
79 gentoo-commits@l.g.o mailing list