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-latex/
Date: Sun, 20 Nov 2011 23:07:38
Message-Id: a30468c4b1be5b0a2246a8255903896f20a0283a.eva@gentoo
1 commit: a30468c4b1be5b0a2246a8255903896f20a0283a
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 20 23:07:22 2011 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 20 23:07:22 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/eva.git;a=commit;h=a30468c4
7
8 app-editors/gedit-latex: initial ebuild
9
10 ---
11 app-editors/gedit-latex/Manifest | 1 +
12 app-editors/gedit-latex/gedit-latex-3.2.1.ebuild | 27 ++++++++++++++++++++++
13 2 files changed, 28 insertions(+), 0 deletions(-)
14
15 diff --git a/app-editors/gedit-latex/Manifest b/app-editors/gedit-latex/Manifest
16 new file mode 100644
17 index 0000000..926fa69
18 --- /dev/null
19 +++ b/app-editors/gedit-latex/Manifest
20 @@ -0,0 +1 @@
21 +DIST gedit-latex-3.2.1.tar.xz 416772 RMD160 78c0237b8d56f5da9852c77bdbbae632012580e7 SHA1 463bccdb3c8a7680e170397ae333f045a9d98704 SHA256 9ca611f9ee98c73c5e8457cfeeb43cd5be98e1d810356c9e6d6bb806b32cbd3a
22
23 diff --git a/app-editors/gedit-latex/gedit-latex-3.2.1.ebuild b/app-editors/gedit-latex/gedit-latex-3.2.1.ebuild
24 new file mode 100644
25 index 0000000..d42be13
26 --- /dev/null
27 +++ b/app-editors/gedit-latex/gedit-latex-3.2.1.ebuild
28 @@ -0,0 +1,27 @@
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 +
35 +inherit gnome2
36 +
37 +DESCRIPTION="Provides code assistance for C, C++ and Objective-C by utilizing clang"
38 +HOMEPAGE="http://live.gnome.org/Gedit"
39 +
40 +LICENSE="GPL-3"
41 +SLOT="0"
42 +KEYWORDS="~amd64"
43 +IUSE=""
44 +
45 +RDEPEND=">=app-editors/gedit-3
46 + >=dev-libs/glib-2.26:2
47 + x11-libs/gtk+:3
48 +"
49 +DEPEND="${RDEPEND}
50 + dev-util/pkgconfig
51 + >=dev-util/intltool-0.40
52 + >=sys-devel/gettext-0.17
53 +"
54 +
55 +DOCS="AUTHORS ChangeLog NEWS README"