* [gentoo-commits] dev/eva:master commit in: app-editors/gedit-latex/
@ 2011-11-20 23:07 Gilles Dartiguelongue
0 siblings, 0 replies; 4+ messages in thread
From: Gilles Dartiguelongue @ 2011-11-20 23:07 UTC (permalink / raw
To: gentoo-commits
commit: a30468c4b1be5b0a2246a8255903896f20a0283a
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 20 23:07:22 2011 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Nov 20 23:07:22 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/eva.git;a=commit;h=a30468c4
app-editors/gedit-latex: initial ebuild
---
app-editors/gedit-latex/Manifest | 1 +
app-editors/gedit-latex/gedit-latex-3.2.1.ebuild | 27 ++++++++++++++++++++++
2 files changed, 28 insertions(+), 0 deletions(-)
diff --git a/app-editors/gedit-latex/Manifest b/app-editors/gedit-latex/Manifest
new file mode 100644
index 0000000..926fa69
--- /dev/null
+++ b/app-editors/gedit-latex/Manifest
@@ -0,0 +1 @@
+DIST gedit-latex-3.2.1.tar.xz 416772 RMD160 78c0237b8d56f5da9852c77bdbbae632012580e7 SHA1 463bccdb3c8a7680e170397ae333f045a9d98704 SHA256 9ca611f9ee98c73c5e8457cfeeb43cd5be98e1d810356c9e6d6bb806b32cbd3a
diff --git a/app-editors/gedit-latex/gedit-latex-3.2.1.ebuild b/app-editors/gedit-latex/gedit-latex-3.2.1.ebuild
new file mode 100644
index 0000000..d42be13
--- /dev/null
+++ b/app-editors/gedit-latex/gedit-latex-3.2.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+
+inherit gnome2
+
+DESCRIPTION="Provides code assistance for C, C++ and Objective-C by utilizing clang"
+HOMEPAGE="http://live.gnome.org/Gedit"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND=">=app-editors/gedit-3
+ >=dev-libs/glib-2.26:2
+ x11-libs/gtk+:3
+"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig
+ >=dev-util/intltool-0.40
+ >=sys-devel/gettext-0.17
+"
+
+DOCS="AUTHORS ChangeLog NEWS README"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] dev/eva:master commit in: app-editors/gedit-latex/
@ 2012-11-06 8:24 Gilles Dartiguelongue
0 siblings, 0 replies; 4+ messages in thread
From: Gilles Dartiguelongue @ 2012-11-06 8:24 UTC (permalink / raw
To: gentoo-commits
commit: 034bcb2968b45e2adf96192038bb997b473eda80
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 5 22:38:23 2012 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Nov 5 22:41:01 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/eva.git;a=commit;h=034bcb29
app-editors/gedit-latex: fix QA issues
* Fix copyright.
* Move to virtual/pkgconfig.
* Add metadata.xml.
---
app-editors/gedit-latex/Manifest | 12 +++++++++++-
app-editors/gedit-latex/gedit-latex-3.2.1.ebuild | 4 ++--
app-editors/gedit-latex/metadata.xml | 8 ++++++++
3 files changed, 21 insertions(+), 3 deletions(-)
diff --git a/app-editors/gedit-latex/Manifest b/app-editors/gedit-latex/Manifest
index 926fa69..0ba0ec4 100644
--- a/app-editors/gedit-latex/Manifest
+++ b/app-editors/gedit-latex/Manifest
@@ -1 +1,11 @@
-DIST gedit-latex-3.2.1.tar.xz 416772 RMD160 78c0237b8d56f5da9852c77bdbbae632012580e7 SHA1 463bccdb3c8a7680e170397ae333f045a9d98704 SHA256 9ca611f9ee98c73c5e8457cfeeb43cd5be98e1d810356c9e6d6bb806b32cbd3a
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA512
+
+DIST gedit-latex-3.2.1.tar.xz 416772 SHA256 9ca611f9ee98c73c5e8457cfeeb43cd5be98e1d810356c9e6d6bb806b32cbd3a
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.19 (GNU/Linux)
+
+iEYEAREKAAYFAlCYQH0ACgkQ1fmVwcYIWAYCbgCgrLrgAXniat4ldElqs6n2uU2F
+coAAnArALZoVz4RKaMbBmrZFv+nzScYW
+=lqHi
+-----END PGP SIGNATURE-----
diff --git a/app-editors/gedit-latex/gedit-latex-3.2.1.ebuild b/app-editors/gedit-latex/gedit-latex-3.2.1.ebuild
index d42be13..26c6ef7 100644
--- a/app-editors/gedit-latex/gedit-latex-3.2.1.ebuild
+++ b/app-editors/gedit-latex/gedit-latex-3.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -19,9 +19,9 @@ RDEPEND=">=app-editors/gedit-3
x11-libs/gtk+:3
"
DEPEND="${RDEPEND}
- dev-util/pkgconfig
>=dev-util/intltool-0.40
>=sys-devel/gettext-0.17
+ virtual/pkgconfig
"
DOCS="AUTHORS ChangeLog NEWS README"
diff --git a/app-editors/gedit-latex/metadata.xml b/app-editors/gedit-latex/metadata.xml
new file mode 100644
index 0000000..23310c6
--- /dev/null
+++ b/app-editors/gedit-latex/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer>
+ <email>eva@gentoo.org</email>
+ <name>Gilles Dartiguelongue</name>
+</maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] dev/eva:master commit in: app-editors/gedit-latex/
@ 2012-11-23 21:49 Gilles Dartiguelongue
0 siblings, 0 replies; 4+ messages in thread
From: Gilles Dartiguelongue @ 2012-11-23 21:49 UTC (permalink / raw
To: gentoo-commits
commit: c1bb8b2d334f4e528b5bf5880cfbdf6258473e99
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 23 21:49:24 2012 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Fri Nov 23 21:49:24 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/eva.git;a=commit;h=c1bb8b2d
app-editors/gedit-latex: 3.2.1 → 3.4.1
---
app-editors/gedit-latex/Manifest | 8 ++++----
...latex-3.2.1.ebuild => gedit-latex-3.4.1.ebuild} | 1 +
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/app-editors/gedit-latex/Manifest b/app-editors/gedit-latex/Manifest
index 0ba0ec4..95701d0 100644
--- a/app-editors/gedit-latex/Manifest
+++ b/app-editors/gedit-latex/Manifest
@@ -1,11 +1,11 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
-DIST gedit-latex-3.2.1.tar.xz 416772 SHA256 9ca611f9ee98c73c5e8457cfeeb43cd5be98e1d810356c9e6d6bb806b32cbd3a
+DIST gedit-latex-3.4.1.tar.xz 424420 SHA256 4c27f6dd5f86c71515a918076d029eb62be7e410f3b7465c5dab25d4584bd6bf SHA512 3e1ed8c6241064f11212998fbaf98ba598c21615d302b3d7dd8aff46eda2bd6729ca1a417ba02721182f6f4e0540a7a5e50f8be8f4412e30df6080b874991a52 WHIRLPOOL 4a14ecb7eac0da871f589fbade5c1da55ed9f657c031e6667f09c796384abd345fd7f4d317b6fbd501f89a238b51bc6fae455212048c5fe6627166a96c1da382
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (GNU/Linux)
-iEYEAREKAAYFAlCYQH0ACgkQ1fmVwcYIWAYCbgCgrLrgAXniat4ldElqs6n2uU2F
-coAAnArALZoVz4RKaMbBmrZFv+nzScYW
-=lqHi
+iEYEAREKAAYFAlCv72QACgkQ1fmVwcYIWAYlVACg5+NAXRy+b7Rm+n7fWUOAWHwx
+fnEAn1rj0OpFNtenncFPXPccyey/NfGc
+=amDd
-----END PGP SIGNATURE-----
diff --git a/app-editors/gedit-latex/gedit-latex-3.2.1.ebuild b/app-editors/gedit-latex/gedit-latex-3.4.1.ebuild
similarity index 96%
rename from app-editors/gedit-latex/gedit-latex-3.2.1.ebuild
rename to app-editors/gedit-latex/gedit-latex-3.4.1.ebuild
index 26c6ef7..2e0af78 100644
--- a/app-editors/gedit-latex/gedit-latex-3.2.1.ebuild
+++ b/app-editors/gedit-latex/gedit-latex-3.4.1.ebuild
@@ -3,6 +3,7 @@
# $Header: $
EAPI="4"
+GCONF_DEBUG="no"
inherit gnome2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] dev/eva:master commit in: app-editors/gedit-latex/
@ 2013-08-02 20:41 Gilles Dartiguelongue
0 siblings, 0 replies; 4+ messages in thread
From: Gilles Dartiguelongue @ 2013-08-02 20:41 UTC (permalink / raw
To: gentoo-commits
commit: 639f0008ed229ed6197aa60ac68fcc8c08c11501
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 2 20:41:06 2013 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Fri Aug 2 20:41:06 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/eva.git;a=commit;h=639f0008
app-editors/gedit-latex: 3.4.1 → 3.8.0
---
app-editors/gedit-latex/Manifest | 10 +++++-----
.../{gedit-latex-3.4.1.ebuild => gedit-latex-3.8.0.ebuild} | 5 +++--
2 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/app-editors/gedit-latex/Manifest b/app-editors/gedit-latex/Manifest
index 95701d0..3c771ef 100644
--- a/app-editors/gedit-latex/Manifest
+++ b/app-editors/gedit-latex/Manifest
@@ -1,11 +1,11 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
-DIST gedit-latex-3.4.1.tar.xz 424420 SHA256 4c27f6dd5f86c71515a918076d029eb62be7e410f3b7465c5dab25d4584bd6bf SHA512 3e1ed8c6241064f11212998fbaf98ba598c21615d302b3d7dd8aff46eda2bd6729ca1a417ba02721182f6f4e0540a7a5e50f8be8f4412e30df6080b874991a52 WHIRLPOOL 4a14ecb7eac0da871f589fbade5c1da55ed9f657c031e6667f09c796384abd345fd7f4d317b6fbd501f89a238b51bc6fae455212048c5fe6627166a96c1da382
+DIST gedit-latex-3.8.0.tar.xz 437768 SHA256 1a49a57b650e0af446299ba70b237d9066650f21ff938390d5b6261430061309 SHA512 703eec99fd2d4b346f55c66d281befb62cca6c4fa4fd41805c7c0bc153b7ad54e218e777130d16a80b530e677b143d280794e450965ea85b25c959252a490d58 WHIRLPOOL 479d7a2734a0ea5a8470c1c804989be36869710962c7059eb5db47bcaa1f9430731b15b5992d4f5e2ff63d53a2b3958e15083479684215d837a5b0936df56dde
-----BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.19 (GNU/Linux)
+Version: GnuPG v2.0.20 (GNU/Linux)
-iEYEAREKAAYFAlCv72QACgkQ1fmVwcYIWAYlVACg5+NAXRy+b7Rm+n7fWUOAWHwx
-fnEAn1rj0OpFNtenncFPXPccyey/NfGc
-=amDd
+iEYEAREKAAYFAlH8GWIACgkQ1fmVwcYIWAYPugCfW3NQzb42LoyxS9SgqnTrU75p
+LMoAnRYbdpfrZb0gj3wAGXDADyhc6PPO
+=QI47
-----END PGP SIGNATURE-----
diff --git a/app-editors/gedit-latex/gedit-latex-3.4.1.ebuild b/app-editors/gedit-latex/gedit-latex-3.8.0.ebuild
similarity index 88%
rename from app-editors/gedit-latex/gedit-latex-3.4.1.ebuild
rename to app-editors/gedit-latex/gedit-latex-3.8.0.ebuild
index 2e0af78..2a36eef 100644
--- a/app-editors/gedit-latex/gedit-latex-3.4.1.ebuild
+++ b/app-editors/gedit-latex/gedit-latex-3.8.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="4"
+EAPI="5"
GCONF_DEBUG="no"
inherit gnome2
@@ -15,7 +15,8 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE=""
-RDEPEND=">=app-editors/gedit-3
+RDEPEND="
+ >=app-editors/gedit-3[introspection,python]
>=dev-libs/glib-2.26:2
x11-libs/gtk+:3
"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-08-02 20:41 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-23 21:49 [gentoo-commits] dev/eva:master commit in: app-editors/gedit-latex/ Gilles Dartiguelongue
-- strict thread matches above, loose matches on Subject: below --
2013-08-02 20:41 Gilles Dartiguelongue
2012-11-06 8:24 Gilles Dartiguelongue
2011-11-20 23:07 Gilles Dartiguelongue
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox