* [gentoo-commits] dev/eva:master commit in: app-editors/gedit-collaboration/
@ 2011-11-20 23:18 Gilles Dartiguelongue
0 siblings, 0 replies; 4+ messages in thread
From: Gilles Dartiguelongue @ 2011-11-20 23:18 UTC (permalink / raw
To: gentoo-commits
commit: 1463d3e0b865b8e60e1f4c6f1dfd2d58d2678f5f
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 20 23:18:37 2011 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Nov 20 23:18:37 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/eva.git;a=commit;h=1463d3e0
app-editors/gedit-collaboration: initial commit
---
app-editors/gedit-collaboration/Manifest | 1 +
.../gedit-collaboration-3.0.0.ebuild | 31 ++++++++++++++++++++
2 files changed, 32 insertions(+), 0 deletions(-)
diff --git a/app-editors/gedit-collaboration/Manifest b/app-editors/gedit-collaboration/Manifest
new file mode 100644
index 0000000..784578f
--- /dev/null
+++ b/app-editors/gedit-collaboration/Manifest
@@ -0,0 +1 @@
+DIST gedit-collaboration-3.0.0.tar.xz 298644 RMD160 4242bb19a088d2d303b356ea1f3295c8b8136f16 SHA1 f36a520bd9c34bac6e1fbb905aedcb0c05dca3a0 SHA256 099fa96594686d31ca1d0959fc5c38da8840d515d50058563bfec4a407314d16
diff --git a/app-editors/gedit-collaboration/gedit-collaboration-3.0.0.ebuild b/app-editors/gedit-collaboration/gedit-collaboration-3.0.0.ebuild
new file mode 100644
index 0000000..bbe4e86
--- /dev/null
+++ b/app-editors/gedit-collaboration/gedit-collaboration-3.0.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+GCONF_DEBUG="no"
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2
+
+DESCRIPTION="GNOME Text Editor Collaboration Plugin"
+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
+ dev-libs/libxml2:2
+ >=net-libs/libinfinity-0.5[gtk]
+ x11-libs/gtk+:3
+"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig
+ >=dev-util/intltool-0.41
+ >=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-collaboration/
@ 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: 000a44f90a5a96011728112138f47dfe01ba2897
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:40:12 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/eva.git;a=commit;h=000a44f9
app-editors/gedit-collaboration: fix QA issues
* Fix copyright.
* Move to virtual/pkgconfig.
* Add metadata.xml.
---
app-editors/gedit-collaboration/Manifest | 12 +++++++++++-
.../gedit-collaboration-3.0.0.ebuild | 4 ++--
app-editors/gedit-collaboration/metadata.xml | 8 ++++++++
3 files changed, 21 insertions(+), 3 deletions(-)
diff --git a/app-editors/gedit-collaboration/Manifest b/app-editors/gedit-collaboration/Manifest
index 784578f..b89b7dd 100644
--- a/app-editors/gedit-collaboration/Manifest
+++ b/app-editors/gedit-collaboration/Manifest
@@ -1 +1,11 @@
-DIST gedit-collaboration-3.0.0.tar.xz 298644 RMD160 4242bb19a088d2d303b356ea1f3295c8b8136f16 SHA1 f36a520bd9c34bac6e1fbb905aedcb0c05dca3a0 SHA256 099fa96594686d31ca1d0959fc5c38da8840d515d50058563bfec4a407314d16
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA512
+
+DIST gedit-collaboration-3.0.0.tar.xz 298644 SHA256 099fa96594686d31ca1d0959fc5c38da8840d515d50058563bfec4a407314d16
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.19 (GNU/Linux)
+
+iEYEAREKAAYFAlCYQEwACgkQ1fmVwcYIWAZsfgCffuhs522ToWcHJ3vagcxiVtfT
+UlsAoOCxpUJae8AIHxtS1R6Xm1KPm0sD
+=vyIi
+-----END PGP SIGNATURE-----
diff --git a/app-editors/gedit-collaboration/gedit-collaboration-3.0.0.ebuild b/app-editors/gedit-collaboration/gedit-collaboration-3.0.0.ebuild
index bbe4e86..2dfeacc 100644
--- a/app-editors/gedit-collaboration/gedit-collaboration-3.0.0.ebuild
+++ b/app-editors/gedit-collaboration/gedit-collaboration-3.0.0.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: $
@@ -23,9 +23,9 @@ RDEPEND=">=app-editors/gedit-3
x11-libs/gtk+:3
"
DEPEND="${RDEPEND}
- dev-util/pkgconfig
>=dev-util/intltool-0.41
>=sys-devel/gettext-0.17
+ virtual/pkgconfig
"
DOCS="AUTHORS ChangeLog NEWS README"
diff --git a/app-editors/gedit-collaboration/metadata.xml b/app-editors/gedit-collaboration/metadata.xml
new file mode 100644
index 0000000..23310c6
--- /dev/null
+++ b/app-editors/gedit-collaboration/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-collaboration/
@ 2012-11-23 21:57 Gilles Dartiguelongue
0 siblings, 0 replies; 4+ messages in thread
From: Gilles Dartiguelongue @ 2012-11-23 21:57 UTC (permalink / raw
To: gentoo-commits
commit: 702e26adae6d6ef2ad9eae44bc74dc58b3dc20e4
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 23 21:57:10 2012 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Fri Nov 23 21:57:10 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/eva.git;a=commit;h=702e26ad
app-editors/gedit-collaboration: 3.0.0 → 3.6.0
---
app-editors/gedit-collaboration/Manifest | 8 ++++----
...0.0.ebuild => gedit-collaboration-3.6.0.ebuild} | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/app-editors/gedit-collaboration/Manifest b/app-editors/gedit-collaboration/Manifest
index b89b7dd..6aedf1d 100644
--- a/app-editors/gedit-collaboration/Manifest
+++ b/app-editors/gedit-collaboration/Manifest
@@ -1,11 +1,11 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
-DIST gedit-collaboration-3.0.0.tar.xz 298644 SHA256 099fa96594686d31ca1d0959fc5c38da8840d515d50058563bfec4a407314d16
+DIST gedit-collaboration-3.6.0.tar.xz 299124 SHA256 91bf200b7b76f9998350f719022bd9f9433354be56205b95876d93ca02261673 SHA512 d4de5015031641227455c5edfd288808c7d3de2198cb57f8a3f5dcb14cfba48a368e9b1ebba8f467814f445e4143f3c3cd61fb2e3e02289e97f4728b94fb841e WHIRLPOOL 306e95f8735b9beafda3703347c9e0eb4563b06bc8a33f10682ccda9ab1dd32afa9c5e71882749bd93728ee9cac8ff49df0a497b7da0eaa8aa8bdcb9932baa4b
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (GNU/Linux)
-iEYEAREKAAYFAlCYQEwACgkQ1fmVwcYIWAZsfgCffuhs522ToWcHJ3vagcxiVtfT
-UlsAoOCxpUJae8AIHxtS1R6Xm1KPm0sD
-=vyIi
+iEYEAREKAAYFAlCv8TYACgkQ1fmVwcYIWAYRpQCgrIqKKEZkQmwdLmPWATD/Qcgs
+FFsAoMq+yAfvJ3MVLndYBIMPmfp5U710
+=of1I
-----END PGP SIGNATURE-----
diff --git a/app-editors/gedit-collaboration/gedit-collaboration-3.0.0.ebuild b/app-editors/gedit-collaboration/gedit-collaboration-3.6.0.ebuild
similarity index 95%
rename from app-editors/gedit-collaboration/gedit-collaboration-3.0.0.ebuild
rename to app-editors/gedit-collaboration/gedit-collaboration-3.6.0.ebuild
index 2dfeacc..a62d249 100644
--- a/app-editors/gedit-collaboration/gedit-collaboration-3.0.0.ebuild
+++ b/app-editors/gedit-collaboration/gedit-collaboration-3.6.0.ebuild
@@ -20,7 +20,7 @@ RDEPEND=">=app-editors/gedit-3
>=dev-libs/glib-2.26:2
dev-libs/libxml2:2
>=net-libs/libinfinity-0.5[gtk]
- x11-libs/gtk+:3
+ >=x11-libs/gtk+-3.3.15:3
"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.41
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] dev/eva:master commit in: app-editors/gedit-collaboration/
@ 2013-04-10 19:48 Gilles Dartiguelongue
0 siblings, 0 replies; 4+ messages in thread
From: Gilles Dartiguelongue @ 2013-04-10 19:48 UTC (permalink / raw
To: gentoo-commits
commit: 3d2cd051742f4716fbd1ae3d993c19bb01d78d6d
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 30 17:34:08 2013 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Mar 30 17:34:08 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/eva.git;a=commit;h=3d2cd051
app-editors/gedit-collaboration: 3.6.0 → 3.6.1
---
app-editors/gedit-collaboration/Manifest | 8 ++++----
...6.0.ebuild => gedit-collaboration-3.6.1.ebuild} | 7 ++++---
2 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/app-editors/gedit-collaboration/Manifest b/app-editors/gedit-collaboration/Manifest
index 6aedf1d..60e4af9 100644
--- a/app-editors/gedit-collaboration/Manifest
+++ b/app-editors/gedit-collaboration/Manifest
@@ -1,11 +1,11 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
-DIST gedit-collaboration-3.6.0.tar.xz 299124 SHA256 91bf200b7b76f9998350f719022bd9f9433354be56205b95876d93ca02261673 SHA512 d4de5015031641227455c5edfd288808c7d3de2198cb57f8a3f5dcb14cfba48a368e9b1ebba8f467814f445e4143f3c3cd61fb2e3e02289e97f4728b94fb841e WHIRLPOOL 306e95f8735b9beafda3703347c9e0eb4563b06bc8a33f10682ccda9ab1dd32afa9c5e71882749bd93728ee9cac8ff49df0a497b7da0eaa8aa8bdcb9932baa4b
+DIST gedit-collaboration-3.6.1.tar.xz 300652 SHA256 b6cfe444948bc5d9a070da2abd299c75d3ebeaf46641ac9ed27eac080bdb8ae9 SHA512 141046181c357daa2c559e0e8859fd557c492996a406fb76b885da654a94f4910e77382bd735fe43306916a3b1de8e3ce1064e407967048e53d46225f077eb17 WHIRLPOOL 7f05f963c6ac739fbea73a83431c86a4a7eed5589a2bf45cb7b3515687b0516aeae63b9291a3192dd1a51fe5072b5820d59435ef00059486cd136663a008a856
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (GNU/Linux)
-iEYEAREKAAYFAlCv8TYACgkQ1fmVwcYIWAYRpQCgrIqKKEZkQmwdLmPWATD/Qcgs
-FFsAoMq+yAfvJ3MVLndYBIMPmfp5U710
-=of1I
+iEYEAREKAAYFAlFXIhAACgkQ1fmVwcYIWAaMXgCgsqMJtS/NipXv3tniQe96+dMb
+stUAn38+y2WQ4NuiIqD6gWIiHffNqEBl
+=BT28
-----END PGP SIGNATURE-----
diff --git a/app-editors/gedit-collaboration/gedit-collaboration-3.6.0.ebuild b/app-editors/gedit-collaboration/gedit-collaboration-3.6.1.ebuild
similarity index 86%
rename from app-editors/gedit-collaboration/gedit-collaboration-3.6.0.ebuild
rename to app-editors/gedit-collaboration/gedit-collaboration-3.6.1.ebuild
index a62d249..4d615a7 100644
--- a/app-editors/gedit-collaboration/gedit-collaboration-3.6.0.ebuild
+++ b/app-editors/gedit-collaboration/gedit-collaboration-3.6.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="4"
+EAPI="5"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
@@ -16,7 +16,8 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE=""
-RDEPEND=">=app-editors/gedit-3
+RDEPEND="
+ >=app-editors/gedit-3
>=dev-libs/glib-2.26:2
dev-libs/libxml2:2
>=net-libs/libinfinity-0.5[gtk]
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-04-10 19:48 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-20 23:18 [gentoo-commits] dev/eva:master commit in: app-editors/gedit-collaboration/ Gilles Dartiguelongue
-- strict thread matches above, loose matches on Subject: below --
2012-11-06 8:24 Gilles Dartiguelongue
2012-11-23 21:57 Gilles Dartiguelongue
2013-04-10 19:48 Gilles Dartiguelongue
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox