Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-im/indicator-messages: metadata.xml ChangeLog indicator-messages-0.1.6.ebuild
Date: Wed, 26 Aug 2009 20:32:06
Message-Id: E1MgC0f-0000Q4-9L@stork.gentoo.org
1 ssuominen 09/08/26 06:29:29
2
3 Added: metadata.xml ChangeLog
4 indicator-messages-0.1.6.ebuild
5 Log:
6 Initial commit.
7 (Portage version: 2.2_rc40/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 net-im/indicator-messages/metadata.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/indicator-messages/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/indicator-messages/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>gnome</herd>
21 <herd>net-im</herd>
22 </pkgmetadata>
23
24
25
26 1.1 net-im/indicator-messages/ChangeLog
27
28 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/indicator-messages/ChangeLog?rev=1.1&view=markup
29 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/indicator-messages/ChangeLog?rev=1.1&content-type=text/plain
30
31 Index: ChangeLog
32 ===================================================================
33 # ChangeLog for net-im/indicator-messages
34 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
35 # $Header: /var/cvsroot/gentoo-x86/net-im/indicator-messages/ChangeLog,v 1.1 2009/08/26 06:29:29 ssuominen Exp $
36
37 *indicator-messages-0.1.6 (26 Aug 2009)
38
39 26 Aug 2009; Samuli Suominen <ssuominen@g.o>
40 +indicator-messages-0.1.6.ebuild:
41 Initial commit.
42
43
44
45
46 1.1 net-im/indicator-messages/indicator-messages-0.1.6.ebuild
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/indicator-messages/indicator-messages-0.1.6.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/indicator-messages/indicator-messages-0.1.6.ebuild?rev=1.1&content-type=text/plain
50
51 Index: indicator-messages-0.1.6.ebuild
52 ===================================================================
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/net-im/indicator-messages/indicator-messages-0.1.6.ebuild,v 1.1 2009/08/26 06:29:29 ssuominen Exp $
56
57 EAPI=2
58 GCONF_DEBUG=no
59 inherit gnome2
60
61 DESCRIPTION="A small applet to display information from various applications consistently in the panel"
62 HOMEPAGE="https://launchpad.net/indicator-applet/"
63 SRC_URI="http://launchpad.net/indicator-applet/0.1/${PV}/+download/${P}.tar.gz"
64
65 LICENSE="GPL-3"
66 SLOT="0"
67 KEYWORDS="~amd64"
68 IUSE=""
69
70 RDEPEND=">=dev-libs/glib-2.18:2
71 >=x11-libs/gtk+-2.12:2
72 >=gnome-extra/indicator-applet-0.1.5"
73 DEPEND="${RDEPEND}
74 dev-util/pkgconfig"
75
76 pkg_setup() {
77 G2CONF="--disable-dependency-tracking"
78 DOCS="AUTHORS"
79 }