Gentoo Archives: gentoo-commits

From: "Santiago M. Mola (coldwind)" <coldwind@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/telepathy-inspector: ChangeLog telepathy-inspector-0.5.1.ebuild
Date: Mon, 25 Feb 2008 18:15:56
Message-Id: E1JThrM-00018n-Lt@stork.gentoo.org
1 coldwind 08/02/25 18:15:28
2
3 Modified: ChangeLog
4 Added: telepathy-inspector-0.5.1.ebuild
5 Log:
6 Version bump, EAPI=1
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.4 dev-util/telepathy-inspector/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/telepathy-inspector/ChangeLog?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/telepathy-inspector/ChangeLog?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/telepathy-inspector/ChangeLog?r1=1.3&r2=1.4
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/telepathy-inspector/ChangeLog,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ChangeLog 13 Jan 2008 14:59:09 -0000 1.3
23 +++ ChangeLog 25 Feb 2008 18:15:28 -0000 1.4
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-util/telepathy-inspector
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/telepathy-inspector/ChangeLog,v 1.3 2008/01/13 14:59:09 coldwind Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/telepathy-inspector/ChangeLog,v 1.4 2008/02/25 18:15:28 coldwind Exp $
29 +
30 +*telepathy-inspector-0.5.1 (25 Feb 2008)
31 +
32 + 25 Feb 2008; Santiago M. Mola <coldwind@g.o>
33 + +telepathy-inspector-0.5.1.ebuild:
34 + Version bump, EAPI=1
35
36 13 Jan 2008; Santiago M. Mola <coldwind@g.o>
37 telepathy-inspector-0.5.0.ebuild:
38
39
40
41 1.1 dev-util/telepathy-inspector/telepathy-inspector-0.5.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/telepathy-inspector/telepathy-inspector-0.5.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/telepathy-inspector/telepathy-inspector-0.5.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: telepathy-inspector-0.5.1.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-util/telepathy-inspector/telepathy-inspector-0.5.1.ebuild,v 1.1 2008/02/25 18:15:28 coldwind Exp $
51
52 EAPI=1
53
54 inherit eutils flag-o-matic
55
56 DESCRIPTION="The swiss-army knife of every Telepathy developer."
57 HOMEPAGE="http://telepathy.freedesktop.org/wiki/TelepathyInspector"
58 SRC_URI="http://telepathy.freedesktop.org/releases/telepathy-inspector/${P}.tar.gz"
59
60 LICENSE="LGPL-2.1"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE=""
64
65 RDEPEND="dev-libs/glib:2
66 x11-libs/gtk+:2
67 >=net-libs/telepathy-glib-0.7.1
68 gnome-base/libglade
69 dev-libs/dbus-glib"
70 DEPEND="${RDEPEND}
71 dev-util/pkgconfig"
72
73 src_install() {
74 emake DESTDIR="${D}" install || die "emake install failed"
75 dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed"
76 }
77
78
79
80 --
81 gentoo-commits@l.g.o mailing list