Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/eva:master commit in: app-editors/gedit-collaboration/
Date: Sun, 20 Nov 2011 23:18:53
Message-Id: 1463d3e0b865b8e60e1f4c6f1dfd2d58d2678f5f.eva@gentoo
1 commit: 1463d3e0b865b8e60e1f4c6f1dfd2d58d2678f5f
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 20 23:18:37 2011 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 20 23:18:37 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/eva.git;a=commit;h=1463d3e0
7
8 app-editors/gedit-collaboration: initial commit
9
10 ---
11 app-editors/gedit-collaboration/Manifest | 1 +
12 .../gedit-collaboration-3.0.0.ebuild | 31 ++++++++++++++++++++
13 2 files changed, 32 insertions(+), 0 deletions(-)
14
15 diff --git a/app-editors/gedit-collaboration/Manifest b/app-editors/gedit-collaboration/Manifest
16 new file mode 100644
17 index 0000000..784578f
18 --- /dev/null
19 +++ b/app-editors/gedit-collaboration/Manifest
20 @@ -0,0 +1 @@
21 +DIST gedit-collaboration-3.0.0.tar.xz 298644 RMD160 4242bb19a088d2d303b356ea1f3295c8b8136f16 SHA1 f36a520bd9c34bac6e1fbb905aedcb0c05dca3a0 SHA256 099fa96594686d31ca1d0959fc5c38da8840d515d50058563bfec4a407314d16
22
23 diff --git a/app-editors/gedit-collaboration/gedit-collaboration-3.0.0.ebuild b/app-editors/gedit-collaboration/gedit-collaboration-3.0.0.ebuild
24 new file mode 100644
25 index 0000000..bbe4e86
26 --- /dev/null
27 +++ b/app-editors/gedit-collaboration/gedit-collaboration-3.0.0.ebuild
28 @@ -0,0 +1,31 @@
29 +# Copyright 1999-2011 Gentoo Foundation
30 +# Distributed under the terms of the GNU General Public License v2
31 +# $Header: $
32 +
33 +EAPI="4"
34 +GCONF_DEBUG="no"
35 +GNOME2_LA_PUNT="yes"
36 +
37 +inherit gnome2
38 +
39 +DESCRIPTION="GNOME Text Editor Collaboration Plugin"
40 +HOMEPAGE="http://live.gnome.org/Gedit"
41 +
42 +LICENSE="GPL-3"
43 +SLOT="0"
44 +KEYWORDS="~amd64"
45 +IUSE=""
46 +
47 +RDEPEND=">=app-editors/gedit-3
48 + >=dev-libs/glib-2.26:2
49 + dev-libs/libxml2:2
50 + >=net-libs/libinfinity-0.5[gtk]
51 + x11-libs/gtk+:3
52 +"
53 +DEPEND="${RDEPEND}
54 + dev-util/pkgconfig
55 + >=dev-util/intltool-0.41
56 + >=sys-devel/gettext-0.17
57 +"
58 +
59 +DOCS="AUTHORS ChangeLog NEWS README"