* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitg/
@ 2015-08-29 12:28 Mike Auty
0 siblings, 0 replies; 49+ messages in thread
From: Mike Auty @ 2015-08-29 12:28 UTC (permalink / raw
To: gentoo-commits
commit: 4bb0d6a152e1049b452256900645dcbf015c5174
Author: Mike Auty <ikelos <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 29 12:27:40 2015 +0000
Commit: Mike Auty <ikelos <AT> gentoo <DOT> org>
CommitDate: Sat Aug 29 12:28:27 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bb0d6a1
Update the dependencies to block libgit2-glib-0.23.0, bug 555914.
Package-Manager: portage-2.2.20.1
dev-vcs/gitg/gitg-3.16.1.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/dev-vcs/gitg/gitg-3.16.1.ebuild b/dev-vcs/gitg/gitg-3.16.1.ebuild
index 5ed6002..9d4cb06 100644
--- a/dev-vcs/gitg/gitg-3.16.1.ebuild
+++ b/dev-vcs/gitg/gitg-3.16.1.ebuild
@@ -28,8 +28,9 @@ RDEPEND="
>=app-text/gtkspell-3.0.3:3
>=dev-libs/glib-2.38:2
>=dev-libs/gobject-introspection-0.10.1
- dev-libs/libgit2[threads]
- >=dev-libs/libgit2-glib-0.22.0[ssh]
+ dev-libs/libgit2:0/22[threads]
+ >dev-libs/libgit2-glib-0.22.0[ssh]
+ <dev-libs/libgit2-glib-0.23.0
>=dev-libs/libpeas-1.5.0[gtk]
>=gnome-base/gsettings-desktop-schemas-0.1.1
>=net-libs/webkit-gtk-2.2:4[introspection]
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitg/
@ 2015-08-29 12:31 Mike Auty
0 siblings, 0 replies; 49+ messages in thread
From: Mike Auty @ 2015-08-29 12:31 UTC (permalink / raw
To: gentoo-commits
commit: a57deb75052363178c194a2b6a74288f014c1c25
Author: Mike Auty <ikelos <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 29 12:31:29 2015 +0000
Commit: Mike Auty <ikelos <AT> gentoo <DOT> org>
CommitDate: Sat Aug 29 12:31:29 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a57deb75
Fix up overly restrictive dependency.
Package-Manager: portage-2.2.20.1
dev-vcs/gitg/gitg-3.16.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-vcs/gitg/gitg-3.16.1.ebuild b/dev-vcs/gitg/gitg-3.16.1.ebuild
index 9d4cb06..114af72 100644
--- a/dev-vcs/gitg/gitg-3.16.1.ebuild
+++ b/dev-vcs/gitg/gitg-3.16.1.ebuild
@@ -29,7 +29,7 @@ RDEPEND="
>=dev-libs/glib-2.38:2
>=dev-libs/gobject-introspection-0.10.1
dev-libs/libgit2:0/22[threads]
- >dev-libs/libgit2-glib-0.22.0[ssh]
+ >=dev-libs/libgit2-glib-0.22.0[ssh]
<dev-libs/libgit2-glib-0.23.0
>=dev-libs/libpeas-1.5.0[gtk]
>=gnome-base/gsettings-desktop-schemas-0.1.1
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitg/
@ 2015-08-29 17:19 Mike Auty
0 siblings, 0 replies; 49+ messages in thread
From: Mike Auty @ 2015-08-29 17:19 UTC (permalink / raw
To: gentoo-commits
commit: 6e84a75369ad265da2b5614e8032ae3e9a5a6f49
Author: Mike Auty <ikelos <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 29 17:19:33 2015 +0000
Commit: Mike Auty <ikelos <AT> gentoo <DOT> org>
CommitDate: Sat Aug 29 17:19:33 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e84a753
Fix gir to match dependencies, see bug 557086.
Package-Manager: portage-2.2.20.1
dev-vcs/gitg/gitg-3.16.1.ebuild | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/dev-vcs/gitg/gitg-3.16.1.ebuild b/dev-vcs/gitg/gitg-3.16.1.ebuild
index 114af72..e677b57 100644
--- a/dev-vcs/gitg/gitg-3.16.1.ebuild
+++ b/dev-vcs/gitg/gitg-3.16.1.ebuild
@@ -64,6 +64,10 @@ src_prepare() {
-e '/CFLAGS/s:-O0::g' \
-i configure.ac || die
+ sed \
+ -e 's/name="WebKit2" version="3.0"/name="WebKit2" version="4.0"/' \
+ -i Gitg-1.0.gir || die
+
gnome2_src_prepare
vala_src_prepare
}
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitg/
@ 2015-08-30 12:47 Mike Auty
0 siblings, 0 replies; 49+ messages in thread
From: Mike Auty @ 2015-08-30 12:47 UTC (permalink / raw
To: gentoo-commits
commit: 2454f40b6f14cbe854320ba80921872ebb93fa57
Author: Mike Auty <ikelos <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 30 12:47:27 2015 +0000
Commit: Mike Auty <ikelos <AT> gentoo <DOT> org>
CommitDate: Sun Aug 30 12:47:27 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2454f40b
Add gnome herd as per bug 555914 comment 7.
Package-Manager: portage-2.2.20.1
dev-vcs/gitg/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-vcs/gitg/metadata.xml b/dev-vcs/gitg/metadata.xml
index 6c5d64e..84a416f 100644
--- a/dev-vcs/gitg/metadata.xml
+++ b/dev-vcs/gitg/metadata.xml
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
+ <herd>gnome</herd>
<maintainer>
<email>ikelos@gentoo.org</email>
<name>Mike Auty</name>
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitg/
@ 2015-11-17 20:23 Pacho Ramos
0 siblings, 0 replies; 49+ messages in thread
From: Pacho Ramos @ 2015-11-17 20:23 UTC (permalink / raw
To: gentoo-commits
commit: 9c6dd294ebffea56f9ce30a66986f08fdfbb149b
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 17 18:59:06 2015 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Nov 17 18:59:06 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c6dd294
dev-vcs/gitg: Drop all .la files
Package-Manager: portage-2.2.24
dev-vcs/gitg/gitg-3.18.0.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-vcs/gitg/gitg-3.18.0.ebuild b/dev-vcs/gitg/gitg-3.18.0.ebuild
index 679ec12..b23a33b 100644
--- a/dev-vcs/gitg/gitg-3.18.0.ebuild
+++ b/dev-vcs/gitg/gitg-3.18.0.ebuild
@@ -4,6 +4,7 @@
EAPI=5
GCONF_DEBUG="no"
+GNOME2_LA_PUNT="yes"
PYTHON_COMPAT=( python{3_3,3_4} )
inherit gnome2 python-r1 vala
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitg/
@ 2016-02-03 5:33 Ian Delaney
0 siblings, 0 replies; 49+ messages in thread
From: Ian Delaney @ 2016-02-03 5:33 UTC (permalink / raw
To: gentoo-commits
commit: b15dafb45fad2e169cf359521cb61f8b47298635
Author: Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Fri Jan 29 11:53:01 2016 +0000
Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Sat Jan 30 15:15:57 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b15dafb4
dev-vcs/gitg: add support for Python 3.5
Package-Manager: portage-2.2.27
dev-vcs/gitg/gitg-3.18.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-vcs/gitg/gitg-3.18.0.ebuild b/dev-vcs/gitg/gitg-3.18.0.ebuild
index b23a33b..e3fa887 100644
--- a/dev-vcs/gitg/gitg-3.18.0.ebuild
+++ b/dev-vcs/gitg/gitg-3.18.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python{3_3,3_4} )
+PYTHON_COMPAT=( python{3_3,3_4,3_5} )
inherit gnome2 python-r1 vala
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitg/
@ 2016-03-06 16:43 Mikle Kolyada
0 siblings, 0 replies; 49+ messages in thread
From: Mikle Kolyada @ 2016-03-06 16:43 UTC (permalink / raw
To: gentoo-commits
commit: d3ea314ef4412ff16b148a1b1be1959801266d80
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 6 16:32:37 2016 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Mar 6 16:40:18 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3ea314e
dev-vcs/gitg: x86 stable wrt bug #427546
Package-Manager: portage-2.2.26
dev-vcs/gitg/gitg-3.18.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-vcs/gitg/gitg-3.18.0.ebuild b/dev-vcs/gitg/gitg-3.18.0.ebuild
index 729bfde..74e0f8a 100644
--- a/dev-vcs/gitg/gitg-3.18.0.ebuild
+++ b/dev-vcs/gitg/gitg-3.18.0.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Gitg"
LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
IUSE="debug glade +python"
REQUIRED_USE="python? ( ^^ ( $(python_gen_useflags '*') ) )"
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitg/
@ 2016-03-08 4:37 Alexandre Rostovtsev
0 siblings, 0 replies; 49+ messages in thread
From: Alexandre Rostovtsev @ 2016-03-08 4:37 UTC (permalink / raw
To: gentoo-commits
commit: ec124c1fecea7add9dc0c9cd5ce1136bacbcbc85
Author: Ilya Mochalov <chrootsu <AT> gmail <DOT> com>
AuthorDate: Mon Feb 22 21:59:08 2016 +0000
Commit: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
CommitDate: Mon Mar 7 09:07:23 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec124c1f
dev-vcs/gitg: disabled mprotect
dev-vcs/gitg/gitg-3.18.0-r1.ebuild | 88 ++++++++++++++++++++++++++++++++++++++
1 file changed, 88 insertions(+)
diff --git a/dev-vcs/gitg/gitg-3.18.0-r1.ebuild b/dev-vcs/gitg/gitg-3.18.0-r1.ebuild
new file mode 100644
index 0000000..6b1af28
--- /dev/null
+++ b/dev-vcs/gitg/gitg-3.18.0-r1.ebuild
@@ -0,0 +1,88 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+GCONF_DEBUG="no"
+GNOME2_LA_PUNT="yes"
+PYTHON_COMPAT=( python{3_3,3_4,3_5} )
+
+inherit gnome2 pax-utils python-r1 vala
+
+DESCRIPTION="git repository viewer for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Gitg"
+
+LICENSE="|| ( GPL-2 GPL-3 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+IUSE="debug glade +python"
+REQUIRED_USE="python? ( ^^ ( $(python_gen_useflags '*') ) )"
+
+# test if unbundling of libgd is possible
+# Currently it seems not to be (unstable API/ABI)
+RDEPEND="
+ app-crypt/libsecret
+ dev-libs/libgee:0.8[introspection]
+ >=dev-libs/json-glib-0.16
+ >=app-text/gtkspell-3.0.3:3
+ >=dev-libs/glib-2.38:2[dbus]
+ >=dev-libs/gobject-introspection-0.10.1:=
+ dev-libs/libgit2:=[threads]
+
+ >=dev-libs/libgit2-glib-0.23.5[ssh]
+ <dev-libs/libgit2-glib-0.24.0
+
+ >=dev-libs/libpeas-1.5.0[gtk]
+ >=gnome-base/gsettings-desktop-schemas-0.1.1
+ >=net-libs/webkit-gtk-2.2:4[introspection]
+ >=x11-libs/gtk+-3.12.0:3
+ >=x11-libs/gtksourceview-3.10:3.0
+ >=x11-themes/gnome-icon-theme-symbolic-3.10
+ glade? ( >=dev-util/glade-3.2:3.10 )
+ python? (
+ ${PYTHON_DEPS}
+ dev-libs/libpeas[python,${PYTHON_USEDEP}]
+ dev-python/pygobject:3[${PYTHON_USEDEP}]
+ )
+"
+DEPEND="${RDEPEND}
+ >=dev-libs/libgit2-glib-0.22.0[vala]
+ gnome-base/gnome-common
+ >=sys-devel/gettext-0.17
+ virtual/pkgconfig
+ >=dev-util/intltool-0.40
+ $(vala_depend)
+"
+
+pkg_setup() {
+ use python && [[ ${MERGE_TYPE} != binary ]] && python_setup
+}
+
+src_prepare() {
+ sed \
+ -e '/CFLAGS/s:-g::g' \
+ -e '/CFLAGS/s:-O0::g' \
+ -i configure.ac || die
+
+ gnome2_src_prepare
+ vala_src_prepare
+}
+
+src_configure() {
+ gnome2_src_configure \
+ --disable-static \
+ --disable-deprecations \
+ $(use_enable debug) \
+ $(use_enable glade glade-catalog) \
+ $(use_enable python)
+}
+
+src_install() {
+ gnome2_src_install -j1
+
+ if has_version 'net-libs/webkit-gtk:4[jit]'; then
+ # needed on hardened/PaX, see github pr 910 and bug #527334
+ pax-mark m "${ED}usr/bin/gitg"
+ fi
+}
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitg/
@ 2016-07-02 10:43 Pacho Ramos
0 siblings, 0 replies; 49+ messages in thread
From: Pacho Ramos @ 2016-07-02 10:43 UTC (permalink / raw
To: gentoo-commits
commit: 87920b591030d5bae38c36bf80f4ebeabe73e18a
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 2 10:31:00 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Jul 2 10:43:25 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87920b59
dev-vcs/gitg: Version bump
Package-Manager: portage-2.3.0_rc1
dev-vcs/gitg/Manifest | 1 +
dev-vcs/gitg/gitg-3.20.1.ebuild | 82 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 83 insertions(+)
diff --git a/dev-vcs/gitg/Manifest b/dev-vcs/gitg/Manifest
index 176ba83..53a4b0c 100644
--- a/dev-vcs/gitg/Manifest
+++ b/dev-vcs/gitg/Manifest
@@ -1 +1,2 @@
DIST gitg-3.18.0.tar.xz 1413188 SHA256 fa4b7b9c492f13f5f1d864af1281ea377ac8c7619c856e05f533b18989edf421 SHA512 df6944df057d6863ec6a551749edf4d003bf9954c474b0d83ef1476747df210f1e7ead4d007dce06de6f84e25afcafb8aa4f61d8af703861c014c4189cf008d0 WHIRLPOOL 4a27708999e33a533988d62e94a2ad2ee6424184d9862e79bd5dd4a1033e38505672f407f492d9831465249cae68b20a112de6d5737286d28d6d952793c33265
+DIST gitg-3.20.1.tar.xz 1643492 SHA256 104420bcdd765fa2196a7b146ba1e0fa82a5686ed5ba9af40e31e88e601aa585 SHA512 e6ebf6ffb0ce05a23bd99114abb03332a03a40d37cadd118d342db347f69095cc64e983e092199d6125f7513b7535df117bf611470e1a6a36c6cc203f6659a20 WHIRLPOOL dbe97a0a9a66ad695fa42c55f283a2326503f8ad1cd901b6e3dd0ed95c9fbabc99cc8b3f926baed15a5b075e2734c4551812a03baca2f8ed1cb8e19f34be0ef8
diff --git a/dev-vcs/gitg/gitg-3.20.1.ebuild b/dev-vcs/gitg/gitg-3.20.1.ebuild
new file mode 100644
index 0000000..f4f058f
--- /dev/null
+++ b/dev-vcs/gitg/gitg-3.20.1.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+PYTHON_COMPAT=( python{3_3,3_4,3_5} )
+VALA_MIN_API_VERSION="0.32" # Needed when gtk+-3.20 is found
+
+inherit gnome2 pax-utils python-r1 vala
+
+DESCRIPTION="git repository viewer for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Gitg"
+
+LICENSE="|| ( GPL-2 GPL-3 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+IUSE="debug glade +python"
+REQUIRED_USE="python? ( ^^ ( $(python_gen_useflags '*') ) )"
+
+# test if unbundling of libgd is possible
+# Currently it seems not to be (unstable API/ABI)
+RDEPEND="
+ app-crypt/libsecret
+ dev-libs/libgee:0.8[introspection]
+ >=app-text/gtkspell-3.0.3:3
+ >=dev-libs/glib-2.38:2[dbus]
+ >=dev-libs/gobject-introspection-0.10.1:=
+ dev-libs/libgit2:=[threads]
+
+ >=dev-libs/libgit2-glib-0.24.0[ssh]
+ <dev-libs/libgit2-glib-0.25.0
+
+ >=dev-libs/libpeas-1.5.0[gtk]
+ >=dev-libs/libxml2-2.9.0:2
+ >=gnome-base/gsettings-desktop-schemas-0.1.1
+ >=x11-libs/gtk+-3.20.0:3
+ >=x11-libs/gtksourceview-3.10:3.0
+ x11-themes/adwaita-icon-theme
+ glade? ( >=dev-util/glade-3.2:3.10 )
+ python? (
+ ${PYTHON_DEPS}
+ dev-libs/libpeas[python,${PYTHON_USEDEP}]
+ dev-python/pygobject:3[${PYTHON_USEDEP}]
+ )
+"
+DEPEND="${RDEPEND}
+ $(vala_depend)
+ >=dev-libs/libgit2-glib-0.22.0[vala]
+ gnome-base/gnome-common
+ >=sys-devel/gettext-0.17
+ virtual/pkgconfig
+ >=dev-util/intltool-0.40
+"
+
+pkg_setup() {
+ use python && [[ ${MERGE_TYPE} != binary ]] && python_setup
+}
+
+src_prepare() {
+ sed \
+ -e '/CFLAGS/s:-g::g' \
+ -e '/CFLAGS/s:-O0::g' \
+ -i configure.ac || die
+
+ gnome2_src_prepare
+ vala_src_prepare
+}
+
+src_configure() {
+ gnome2_src_configure \
+ --disable-static \
+ --disable-deprecations \
+ $(use_enable debug) \
+ $(use_enable glade glade-catalog) \
+ $(use_enable python)
+}
+
+src_install() {
+ gnome2_src_install -j1
+}
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitg/
@ 2016-07-02 10:43 Pacho Ramos
0 siblings, 0 replies; 49+ messages in thread
From: Pacho Ramos @ 2016-07-02 10:43 UTC (permalink / raw
To: gentoo-commits
commit: bf34857cbc1611996cb1390db5ce29617f236150
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 2 10:30:22 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Jul 2 10:43:23 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf34857c
dev-vcs/gitg: Drop old
Package-Manager: portage-2.3.0_rc1
dev-vcs/gitg/Manifest | 1 -
dev-vcs/gitg/gitg-3.20.0.ebuild | 82 -----------------------------------------
2 files changed, 83 deletions(-)
diff --git a/dev-vcs/gitg/Manifest b/dev-vcs/gitg/Manifest
index 7753df8..176ba83 100644
--- a/dev-vcs/gitg/Manifest
+++ b/dev-vcs/gitg/Manifest
@@ -1,2 +1 @@
DIST gitg-3.18.0.tar.xz 1413188 SHA256 fa4b7b9c492f13f5f1d864af1281ea377ac8c7619c856e05f533b18989edf421 SHA512 df6944df057d6863ec6a551749edf4d003bf9954c474b0d83ef1476747df210f1e7ead4d007dce06de6f84e25afcafb8aa4f61d8af703861c014c4189cf008d0 WHIRLPOOL 4a27708999e33a533988d62e94a2ad2ee6424184d9862e79bd5dd4a1033e38505672f407f492d9831465249cae68b20a112de6d5737286d28d6d952793c33265
-DIST gitg-3.20.0.tar.xz 1477588 SHA256 1f09f61208349d003f228e51dc9709bd3426960f5585c0e38197bd02b51f3346 SHA512 ff7ef79d41772dfca3b48a1a443ebde386d0075fcee6aa4aa389a4b04bb3ff5ca267791866d368f871c3df23301dae0fe037328e5df3be41cef6666bde4861c6 WHIRLPOOL aca6f57162ca7445cb5bc829580e51ceb4e02b17e62ad0379fb7e0afa3cf4a3001649ce1106a8bea4cc5c0b9e168a1c01ce81ce18bcd45fb17ae3c8a50af4847
diff --git a/dev-vcs/gitg/gitg-3.20.0.ebuild b/dev-vcs/gitg/gitg-3.20.0.ebuild
deleted file mode 100644
index 8f04de3..0000000
--- a/dev-vcs/gitg/gitg-3.20.0.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python{3_3,3_4,3_5} )
-VALA_MIN_API_VERSION="0.32" # Needed when gtk+-3.20 is found
-
-inherit gnome2 pax-utils python-r1 vala
-
-DESCRIPTION="git repository viewer for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Gitg"
-
-LICENSE="|| ( GPL-2 GPL-3 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-IUSE="debug glade +python"
-REQUIRED_USE="python? ( ^^ ( $(python_gen_useflags '*') ) )"
-
-# test if unbundling of libgd is possible
-# Currently it seems not to be (unstable API/ABI)
-RDEPEND="
- app-crypt/libsecret
- dev-libs/libgee:0.8[introspection]
- >=app-text/gtkspell-3.0.3:3
- >=dev-libs/glib-2.38:2[dbus]
- >=dev-libs/gobject-introspection-0.10.1:=
- dev-libs/libgit2:=[threads]
-
- >=dev-libs/libgit2-glib-0.24.0[ssh]
- <dev-libs/libgit2-glib-0.25.0
-
- >=dev-libs/libpeas-1.5.0[gtk]
- >=dev-libs/libxml2-2.9.0:2
- >=gnome-base/gsettings-desktop-schemas-0.1.1
- >=x11-libs/gtk+-3.19.0:3
- >=x11-libs/gtksourceview-3.10:3.0
- x11-themes/adwaita-icon-theme
- glade? ( >=dev-util/glade-3.2:3.10 )
- python? (
- ${PYTHON_DEPS}
- dev-libs/libpeas[python,${PYTHON_USEDEP}]
- dev-python/pygobject:3[${PYTHON_USEDEP}]
- )
-"
-DEPEND="${RDEPEND}
- $(vala_depend)
- >=dev-libs/libgit2-glib-0.22.0[vala]
- gnome-base/gnome-common
- >=sys-devel/gettext-0.17
- virtual/pkgconfig
- >=dev-util/intltool-0.40
-"
-
-pkg_setup() {
- use python && [[ ${MERGE_TYPE} != binary ]] && python_setup
-}
-
-src_prepare() {
- sed \
- -e '/CFLAGS/s:-g::g' \
- -e '/CFLAGS/s:-O0::g' \
- -i configure.ac || die
-
- gnome2_src_prepare
- vala_src_prepare
-}
-
-src_configure() {
- gnome2_src_configure \
- --disable-static \
- --disable-deprecations \
- $(use_enable debug) \
- $(use_enable glade glade-catalog) \
- $(use_enable python)
-}
-
-src_install() {
- gnome2_src_install -j1
-}
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitg/
@ 2016-08-17 18:38 Pacho Ramos
0 siblings, 0 replies; 49+ messages in thread
From: Pacho Ramos @ 2016-08-17 18:38 UTC (permalink / raw
To: gentoo-commits
commit: c7a6bdcf6aff9015122439254fdda5fd48d05eae
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 17 18:38:01 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Aug 17 18:38:28 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7a6bdcf
dev-vcs/gitg: Needs libsoup (#591532 by Konstantin (elxa))
Package-Manager: portage-2.3.0
dev-vcs/gitg/gitg-3.20.1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-vcs/gitg/gitg-3.20.1.ebuild b/dev-vcs/gitg/gitg-3.20.1.ebuild
index f4f058f..66b86db 100644
--- a/dev-vcs/gitg/gitg-3.20.1.ebuild
+++ b/dev-vcs/gitg/gitg-3.20.1.ebuild
@@ -34,6 +34,7 @@ RDEPEND="
>=dev-libs/libpeas-1.5.0[gtk]
>=dev-libs/libxml2-2.9.0:2
+ net-libs/libsoup:2.4
>=gnome-base/gsettings-desktop-schemas-0.1.1
>=x11-libs/gtk+-3.20.0:3
>=x11-libs/gtksourceview-3.10:3.0
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitg/
@ 2016-09-05 22:37 Gilles Dartiguelongue
0 siblings, 0 replies; 49+ messages in thread
From: Gilles Dartiguelongue @ 2016-09-05 22:37 UTC (permalink / raw
To: gentoo-commits
commit: c68523d16fd225a885c2f585ab7d9586a4e34648
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 5 21:48:46 2016 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Sep 5 22:25:50 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c68523d1
dev-vcs/gitg: version bump to 3.20.2
Package-Manager: portage-2.3.0
dev-vcs/gitg/Manifest | 1 +
dev-vcs/gitg/gitg-3.20.2.ebuild | 83 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 84 insertions(+)
diff --git a/dev-vcs/gitg/Manifest b/dev-vcs/gitg/Manifest
index 53a4b0c..13f373c 100644
--- a/dev-vcs/gitg/Manifest
+++ b/dev-vcs/gitg/Manifest
@@ -1,2 +1,3 @@
DIST gitg-3.18.0.tar.xz 1413188 SHA256 fa4b7b9c492f13f5f1d864af1281ea377ac8c7619c856e05f533b18989edf421 SHA512 df6944df057d6863ec6a551749edf4d003bf9954c474b0d83ef1476747df210f1e7ead4d007dce06de6f84e25afcafb8aa4f61d8af703861c014c4189cf008d0 WHIRLPOOL 4a27708999e33a533988d62e94a2ad2ee6424184d9862e79bd5dd4a1033e38505672f407f492d9831465249cae68b20a112de6d5737286d28d6d952793c33265
DIST gitg-3.20.1.tar.xz 1643492 SHA256 104420bcdd765fa2196a7b146ba1e0fa82a5686ed5ba9af40e31e88e601aa585 SHA512 e6ebf6ffb0ce05a23bd99114abb03332a03a40d37cadd118d342db347f69095cc64e983e092199d6125f7513b7535df117bf611470e1a6a36c6cc203f6659a20 WHIRLPOOL dbe97a0a9a66ad695fa42c55f283a2326503f8ad1cd901b6e3dd0ed95c9fbabc99cc8b3f926baed15a5b075e2734c4551812a03baca2f8ed1cb8e19f34be0ef8
+DIST gitg-3.20.2.tar.xz 1491092 SHA256 76cb421bbc5c1e57d4f58f9e63c7b77ed229cadc96c7de4296db60c46ee7d71b SHA512 4a63c74ed3ff9cf2ab95ed74df25ac572c55b5c1f4d5ad9e0d0c7faeba06b66b4b2a4cce200bce68c697995fd3e59a5ca9adbfe5a4bfc43cdfa5f5a2a4e39588 WHIRLPOOL 79d05f55a1da9623ae8496f1fc5ddd5a8729c41014ef6f4c5f6cccfa4310895fa469d2e942e54fb96fefe45721dee8d1de12ad14a0a22a2c3ca41c528c1f6729
diff --git a/dev-vcs/gitg/gitg-3.20.2.ebuild b/dev-vcs/gitg/gitg-3.20.2.ebuild
new file mode 100644
index 00000000..66b86db
--- /dev/null
+++ b/dev-vcs/gitg/gitg-3.20.2.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+PYTHON_COMPAT=( python{3_3,3_4,3_5} )
+VALA_MIN_API_VERSION="0.32" # Needed when gtk+-3.20 is found
+
+inherit gnome2 pax-utils python-r1 vala
+
+DESCRIPTION="git repository viewer for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Gitg"
+
+LICENSE="|| ( GPL-2 GPL-3 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+IUSE="debug glade +python"
+REQUIRED_USE="python? ( ^^ ( $(python_gen_useflags '*') ) )"
+
+# test if unbundling of libgd is possible
+# Currently it seems not to be (unstable API/ABI)
+RDEPEND="
+ app-crypt/libsecret
+ dev-libs/libgee:0.8[introspection]
+ >=app-text/gtkspell-3.0.3:3
+ >=dev-libs/glib-2.38:2[dbus]
+ >=dev-libs/gobject-introspection-0.10.1:=
+ dev-libs/libgit2:=[threads]
+
+ >=dev-libs/libgit2-glib-0.24.0[ssh]
+ <dev-libs/libgit2-glib-0.25.0
+
+ >=dev-libs/libpeas-1.5.0[gtk]
+ >=dev-libs/libxml2-2.9.0:2
+ net-libs/libsoup:2.4
+ >=gnome-base/gsettings-desktop-schemas-0.1.1
+ >=x11-libs/gtk+-3.20.0:3
+ >=x11-libs/gtksourceview-3.10:3.0
+ x11-themes/adwaita-icon-theme
+ glade? ( >=dev-util/glade-3.2:3.10 )
+ python? (
+ ${PYTHON_DEPS}
+ dev-libs/libpeas[python,${PYTHON_USEDEP}]
+ dev-python/pygobject:3[${PYTHON_USEDEP}]
+ )
+"
+DEPEND="${RDEPEND}
+ $(vala_depend)
+ >=dev-libs/libgit2-glib-0.22.0[vala]
+ gnome-base/gnome-common
+ >=sys-devel/gettext-0.17
+ virtual/pkgconfig
+ >=dev-util/intltool-0.40
+"
+
+pkg_setup() {
+ use python && [[ ${MERGE_TYPE} != binary ]] && python_setup
+}
+
+src_prepare() {
+ sed \
+ -e '/CFLAGS/s:-g::g' \
+ -e '/CFLAGS/s:-O0::g' \
+ -i configure.ac || die
+
+ gnome2_src_prepare
+ vala_src_prepare
+}
+
+src_configure() {
+ gnome2_src_configure \
+ --disable-static \
+ --disable-deprecations \
+ $(use_enable debug) \
+ $(use_enable glade glade-catalog) \
+ $(use_enable python)
+}
+
+src_install() {
+ gnome2_src_install -j1
+}
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitg/
@ 2016-09-17 12:39 Gilles Dartiguelongue
0 siblings, 0 replies; 49+ messages in thread
From: Gilles Dartiguelongue @ 2016-09-17 12:39 UTC (permalink / raw
To: gentoo-commits
commit: d25c7ae1b2342e8fd4be7261c22b6f8b22153272
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 17 11:40:26 2016 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Sep 17 12:39:38 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d25c7ae1
dev-vcs/gitg: version bump 3.20.2 → 3.20.3
Fix multiple python installation support, python only controls
gobject-introspection overrides installation, nothing to do with libpeas.
Package-Manager: portage-2.3.0
dev-vcs/gitg/Manifest | 1 +
dev-vcs/gitg/gitg-3.20.3.ebuild | 91 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 92 insertions(+)
diff --git a/dev-vcs/gitg/Manifest b/dev-vcs/gitg/Manifest
index 13f373c..fc5326e 100644
--- a/dev-vcs/gitg/Manifest
+++ b/dev-vcs/gitg/Manifest
@@ -1,3 +1,4 @@
DIST gitg-3.18.0.tar.xz 1413188 SHA256 fa4b7b9c492f13f5f1d864af1281ea377ac8c7619c856e05f533b18989edf421 SHA512 df6944df057d6863ec6a551749edf4d003bf9954c474b0d83ef1476747df210f1e7ead4d007dce06de6f84e25afcafb8aa4f61d8af703861c014c4189cf008d0 WHIRLPOOL 4a27708999e33a533988d62e94a2ad2ee6424184d9862e79bd5dd4a1033e38505672f407f492d9831465249cae68b20a112de6d5737286d28d6d952793c33265
DIST gitg-3.20.1.tar.xz 1643492 SHA256 104420bcdd765fa2196a7b146ba1e0fa82a5686ed5ba9af40e31e88e601aa585 SHA512 e6ebf6ffb0ce05a23bd99114abb03332a03a40d37cadd118d342db347f69095cc64e983e092199d6125f7513b7535df117bf611470e1a6a36c6cc203f6659a20 WHIRLPOOL dbe97a0a9a66ad695fa42c55f283a2326503f8ad1cd901b6e3dd0ed95c9fbabc99cc8b3f926baed15a5b075e2734c4551812a03baca2f8ed1cb8e19f34be0ef8
DIST gitg-3.20.2.tar.xz 1491092 SHA256 76cb421bbc5c1e57d4f58f9e63c7b77ed229cadc96c7de4296db60c46ee7d71b SHA512 4a63c74ed3ff9cf2ab95ed74df25ac572c55b5c1f4d5ad9e0d0c7faeba06b66b4b2a4cce200bce68c697995fd3e59a5ca9adbfe5a4bfc43cdfa5f5a2a4e39588 WHIRLPOOL 79d05f55a1da9623ae8496f1fc5ddd5a8729c41014ef6f4c5f6cccfa4310895fa469d2e942e54fb96fefe45721dee8d1de12ad14a0a22a2c3ca41c528c1f6729
+DIST gitg-3.20.3.tar.xz 1491156 SHA256 4b0802360cdf1341b27a73458930768d139143b568b9153e93378f32f7ba6669 SHA512 3237e56cb6df9312715b4301e99a62c876923b126378b2bc433d1bea824769fde27383b69d89e8107b1e7fe50ef6fd5faaf3e26ed9b3f8c5bd6dfea2a87a5143 WHIRLPOOL 56547badde5d6c2192252e187574800e88e42dec8db2925ea61d23cafc1eb1d5a087f94fbee8d3c6bdf06f9bf7dc38578c3ab335a2304eef9fd4132ef56f31fa
diff --git a/dev-vcs/gitg/gitg-3.20.3.ebuild b/dev-vcs/gitg/gitg-3.20.3.ebuild
new file mode 100644
index 00000000..ffd3856
--- /dev/null
+++ b/dev-vcs/gitg/gitg-3.20.3.ebuild
@@ -0,0 +1,91 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+PYTHON_COMPAT=( python{3_3,3_4,3_5} )
+VALA_MIN_API_VERSION="0.32" # Needed when gtk+-3.20 is found
+
+inherit gnome2 pax-utils python-r1 vala
+
+DESCRIPTION="git repository viewer for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Gitg"
+
+LICENSE="|| ( GPL-2 GPL-3 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+IUSE="debug glade +python"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+# test if unbundling of libgd is possible
+# Currently it seems not to be (unstable API/ABI)
+RDEPEND="
+ app-crypt/libsecret
+ dev-libs/libgee:0.8[introspection]
+ >=app-text/gtkspell-3.0.3:3
+ >=dev-libs/glib-2.38:2[dbus]
+ >=dev-libs/gobject-introspection-0.10.1:=
+ dev-libs/libgit2:=[threads]
+
+ >=dev-libs/libgit2-glib-0.24.0[ssh]
+ <dev-libs/libgit2-glib-0.25.0
+
+ >=dev-libs/libpeas-1.5.0[gtk]
+ >=dev-libs/libxml2-2.9.0:2
+ net-libs/libsoup:2.4
+ >=gnome-base/gsettings-desktop-schemas-0.1.1
+ >=x11-libs/gtk+-3.20.0:3
+ >=x11-libs/gtksourceview-3.10:3.0
+ x11-themes/adwaita-icon-theme
+ glade? ( >=dev-util/glade-3.2:3.10 )
+ python? (
+ ${PYTHON_DEPS}
+ dev-python/pygobject:3[${PYTHON_USEDEP}]
+ )
+"
+DEPEND="${RDEPEND}
+ $(vala_depend)
+ >=dev-libs/libgit2-glib-0.22.0[vala]
+ >=dev-util/intltool-0.40
+ gnome-base/gnome-common
+ >=sys-devel/gettext-0.17
+ virtual/pkgconfig
+"
+
+pkg_setup() {
+ use python && [[ ${MERGE_TYPE} != binary ]] && python_setup
+}
+
+src_prepare() {
+ sed \
+ -e '/CFLAGS/s:-g::g' \
+ -e '/CFLAGS/s:-O0::g' \
+ -i configure.ac || die
+
+ gnome2_src_prepare
+ vala_src_prepare
+}
+
+src_configure() {
+ gnome2_src_configure \
+ --disable-static \
+ --disable-deprecations \
+ $(use_enable debug) \
+ $(use_enable glade glade-catalog) \
+ $(use_enable python)
+}
+
+src_install() {
+ # -j1: bug #???
+ gnome2_src_install -j1
+
+ if use python ; then
+ install_gi_override() {
+ python_moduleinto "$(python_get_sitedir)/gi/overrides"
+ python_domodule "${S}"/libgitg-ext/GitgExt.py
+ }
+ python_foreach_impl install_gi_override
+ fi
+}
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitg/
@ 2016-10-20 7:42 Gilles Dartiguelongue
0 siblings, 0 replies; 49+ messages in thread
From: Gilles Dartiguelongue @ 2016-10-20 7:42 UTC (permalink / raw
To: gentoo-commits
commit: 73b144a22b88f90827a6cf22bb62647ba4236fec
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 20 07:40:44 2016 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Thu Oct 20 07:42:29 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73b144a2
dev-vcs/gitg: version bump 3.20.3 → 3.22.0
Drop USE=debug, it is not used anywhere in code or makefile.
Package-Manager: portage-2.3.1
dev-vcs/gitg/Manifest | 1 +
dev-vcs/gitg/gitg-3.22.0.ebuild | 85 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 86 insertions(+)
diff --git a/dev-vcs/gitg/Manifest b/dev-vcs/gitg/Manifest
index fc5326e..0d20222 100644
--- a/dev-vcs/gitg/Manifest
+++ b/dev-vcs/gitg/Manifest
@@ -2,3 +2,4 @@ DIST gitg-3.18.0.tar.xz 1413188 SHA256 fa4b7b9c492f13f5f1d864af1281ea377ac8c7619
DIST gitg-3.20.1.tar.xz 1643492 SHA256 104420bcdd765fa2196a7b146ba1e0fa82a5686ed5ba9af40e31e88e601aa585 SHA512 e6ebf6ffb0ce05a23bd99114abb03332a03a40d37cadd118d342db347f69095cc64e983e092199d6125f7513b7535df117bf611470e1a6a36c6cc203f6659a20 WHIRLPOOL dbe97a0a9a66ad695fa42c55f283a2326503f8ad1cd901b6e3dd0ed95c9fbabc99cc8b3f926baed15a5b075e2734c4551812a03baca2f8ed1cb8e19f34be0ef8
DIST gitg-3.20.2.tar.xz 1491092 SHA256 76cb421bbc5c1e57d4f58f9e63c7b77ed229cadc96c7de4296db60c46ee7d71b SHA512 4a63c74ed3ff9cf2ab95ed74df25ac572c55b5c1f4d5ad9e0d0c7faeba06b66b4b2a4cce200bce68c697995fd3e59a5ca9adbfe5a4bfc43cdfa5f5a2a4e39588 WHIRLPOOL 79d05f55a1da9623ae8496f1fc5ddd5a8729c41014ef6f4c5f6cccfa4310895fa469d2e942e54fb96fefe45721dee8d1de12ad14a0a22a2c3ca41c528c1f6729
DIST gitg-3.20.3.tar.xz 1491156 SHA256 4b0802360cdf1341b27a73458930768d139143b568b9153e93378f32f7ba6669 SHA512 3237e56cb6df9312715b4301e99a62c876923b126378b2bc433d1bea824769fde27383b69d89e8107b1e7fe50ef6fd5faaf3e26ed9b3f8c5bd6dfea2a87a5143 WHIRLPOOL 56547badde5d6c2192252e187574800e88e42dec8db2925ea61d23cafc1eb1d5a087f94fbee8d3c6bdf06f9bf7dc38578c3ab335a2304eef9fd4132ef56f31fa
+DIST gitg-3.22.0.tar.xz 1507056 SHA256 ba6895f85c18748294075980a5e03e0936ad4e84534dbb0d8f9e29aa874ddeaf SHA512 2d59af3bb725c111966544ed6977002a901a862f0280c9acf117b2b613b00d889039ea780cad83bd624de5099256e48b99cdf0421362f154a8380e98f5f977da WHIRLPOOL 088819c4580c14268f420a6f745cc68f5ec0e22c88ce318792071773dc8ecf0a1e99d78639ec0dc561ba22366d8f9a1673be4c939cd5074c6c335fc03f86a819
diff --git a/dev-vcs/gitg/gitg-3.22.0.ebuild b/dev-vcs/gitg/gitg-3.22.0.ebuild
new file mode 100644
index 00000000..e05172f
--- /dev/null
+++ b/dev-vcs/gitg/gitg-3.22.0.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+PYTHON_COMPAT=( python{3_3,3_4,3_5} )
+VALA_MIN_API_VERSION="0.32" # Needed when gtk+-3.20 is found
+
+inherit gnome2 pax-utils python-r1 vala
+
+DESCRIPTION="git repository viewer for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Gitg"
+
+LICENSE="|| ( GPL-2 GPL-3 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+IUSE="glade +python"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+# test if unbundling of libgd is possible
+# Currently it seems not to be (unstable API/ABI)
+RDEPEND="
+ app-crypt/libsecret
+ dev-libs/libgee:0.8[introspection]
+ >=app-text/gtkspell-3.0.3:3
+ >=dev-libs/glib-2.38:2[dbus]
+ >=dev-libs/gobject-introspection-0.10.1:=
+ dev-libs/libgit2:=[threads]
+
+ >=dev-libs/libgit2-glib-0.24.4[ssh]
+ <dev-libs/libgit2-glib-0.25.0
+
+ >=dev-libs/libpeas-1.5.0[gtk]
+ >=dev-libs/libxml2-2.9.0:2
+ net-libs/libsoup:2.4
+ >=gnome-base/gsettings-desktop-schemas-0.1.1
+ >=x11-libs/gtk+-3.20.0:3
+ >=x11-libs/gtksourceview-3.10:3.0
+ x11-themes/adwaita-icon-theme
+ glade? ( >=dev-util/glade-3.2:3.10 )
+ python? (
+ ${PYTHON_DEPS}
+ dev-python/pygobject:3[${PYTHON_USEDEP}]
+ )
+"
+DEPEND="${RDEPEND}
+ $(vala_depend)
+ >=dev-libs/libgit2-glib-0.24.4[vala]
+ >=dev-util/intltool-0.40
+ gnome-base/gnome-common
+ >=sys-devel/gettext-0.17
+ virtual/pkgconfig
+"
+
+pkg_setup() {
+ use python && [[ ${MERGE_TYPE} != binary ]] && python_setup
+}
+
+src_prepare() {
+ gnome2_src_prepare
+ vala_src_prepare
+}
+
+src_configure() {
+ gnome2_src_configure \
+ --disable-static \
+ --disable-deprecations \
+ $(use_enable glade glade-catalog) \
+ $(use_enable python)
+}
+
+src_install() {
+ # -j1: bug #???
+ gnome2_src_install -j1
+
+ if use python ; then
+ install_gi_override() {
+ python_moduleinto "$(python_get_sitedir)/gi/overrides"
+ python_domodule "${S}"/libgitg-ext/GitgExt.py
+ }
+ python_foreach_impl install_gi_override
+ fi
+}
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitg/
@ 2016-10-20 7:42 Gilles Dartiguelongue
0 siblings, 0 replies; 49+ messages in thread
From: Gilles Dartiguelongue @ 2016-10-20 7:42 UTC (permalink / raw
To: gentoo-commits
commit: d70745a4797b78af9ed560b7082d13c799df3b75
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 20 07:41:52 2016 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Thu Oct 20 07:42:30 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d70745a4
dev-vcs/gitg: cleanup old revisions
Package-Manager: portage-2.3.1
dev-vcs/gitg/Manifest | 3 --
dev-vcs/gitg/gitg-3.18.0-r1.ebuild | 88 --------------------------------------
dev-vcs/gitg/gitg-3.20.1.ebuild | 83 -----------------------------------
dev-vcs/gitg/gitg-3.20.2.ebuild | 83 -----------------------------------
4 files changed, 257 deletions(-)
diff --git a/dev-vcs/gitg/Manifest b/dev-vcs/gitg/Manifest
index 0d20222..c6589d9 100644
--- a/dev-vcs/gitg/Manifest
+++ b/dev-vcs/gitg/Manifest
@@ -1,5 +1,2 @@
-DIST gitg-3.18.0.tar.xz 1413188 SHA256 fa4b7b9c492f13f5f1d864af1281ea377ac8c7619c856e05f533b18989edf421 SHA512 df6944df057d6863ec6a551749edf4d003bf9954c474b0d83ef1476747df210f1e7ead4d007dce06de6f84e25afcafb8aa4f61d8af703861c014c4189cf008d0 WHIRLPOOL 4a27708999e33a533988d62e94a2ad2ee6424184d9862e79bd5dd4a1033e38505672f407f492d9831465249cae68b20a112de6d5737286d28d6d952793c33265
-DIST gitg-3.20.1.tar.xz 1643492 SHA256 104420bcdd765fa2196a7b146ba1e0fa82a5686ed5ba9af40e31e88e601aa585 SHA512 e6ebf6ffb0ce05a23bd99114abb03332a03a40d37cadd118d342db347f69095cc64e983e092199d6125f7513b7535df117bf611470e1a6a36c6cc203f6659a20 WHIRLPOOL dbe97a0a9a66ad695fa42c55f283a2326503f8ad1cd901b6e3dd0ed95c9fbabc99cc8b3f926baed15a5b075e2734c4551812a03baca2f8ed1cb8e19f34be0ef8
-DIST gitg-3.20.2.tar.xz 1491092 SHA256 76cb421bbc5c1e57d4f58f9e63c7b77ed229cadc96c7de4296db60c46ee7d71b SHA512 4a63c74ed3ff9cf2ab95ed74df25ac572c55b5c1f4d5ad9e0d0c7faeba06b66b4b2a4cce200bce68c697995fd3e59a5ca9adbfe5a4bfc43cdfa5f5a2a4e39588 WHIRLPOOL 79d05f55a1da9623ae8496f1fc5ddd5a8729c41014ef6f4c5f6cccfa4310895fa469d2e942e54fb96fefe45721dee8d1de12ad14a0a22a2c3ca41c528c1f6729
DIST gitg-3.20.3.tar.xz 1491156 SHA256 4b0802360cdf1341b27a73458930768d139143b568b9153e93378f32f7ba6669 SHA512 3237e56cb6df9312715b4301e99a62c876923b126378b2bc433d1bea824769fde27383b69d89e8107b1e7fe50ef6fd5faaf3e26ed9b3f8c5bd6dfea2a87a5143 WHIRLPOOL 56547badde5d6c2192252e187574800e88e42dec8db2925ea61d23cafc1eb1d5a087f94fbee8d3c6bdf06f9bf7dc38578c3ab335a2304eef9fd4132ef56f31fa
DIST gitg-3.22.0.tar.xz 1507056 SHA256 ba6895f85c18748294075980a5e03e0936ad4e84534dbb0d8f9e29aa874ddeaf SHA512 2d59af3bb725c111966544ed6977002a901a862f0280c9acf117b2b613b00d889039ea780cad83bd624de5099256e48b99cdf0421362f154a8380e98f5f977da WHIRLPOOL 088819c4580c14268f420a6f745cc68f5ec0e22c88ce318792071773dc8ecf0a1e99d78639ec0dc561ba22366d8f9a1673be4c939cd5074c6c335fc03f86a819
diff --git a/dev-vcs/gitg/gitg-3.18.0-r1.ebuild b/dev-vcs/gitg/gitg-3.18.0-r1.ebuild
deleted file mode 100644
index 860644a..00000000
--- a/dev-vcs/gitg/gitg-3.18.0-r1.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python{3_3,3_4,3_5} )
-
-inherit gnome2 pax-utils python-r1 vala
-
-DESCRIPTION="git repository viewer for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Gitg"
-
-LICENSE="|| ( GPL-2 GPL-3 )"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-
-IUSE="debug glade +python"
-REQUIRED_USE="python? ( ^^ ( $(python_gen_useflags '*') ) )"
-
-# test if unbundling of libgd is possible
-# Currently it seems not to be (unstable API/ABI)
-RDEPEND="
- app-crypt/libsecret
- dev-libs/libgee:0.8[introspection]
- >=dev-libs/json-glib-0.16
- >=app-text/gtkspell-3.0.3:3
- >=dev-libs/glib-2.38:2[dbus]
- >=dev-libs/gobject-introspection-0.10.1:=
- dev-libs/libgit2:=[threads]
-
- >=dev-libs/libgit2-glib-0.23.5[ssh]
- <dev-libs/libgit2-glib-0.24.0
-
- >=dev-libs/libpeas-1.5.0[gtk]
- >=gnome-base/gsettings-desktop-schemas-0.1.1
- >=net-libs/webkit-gtk-2.2:4[introspection]
- >=x11-libs/gtk+-3.12.0:3
- >=x11-libs/gtksourceview-3.10:3.0
- >=x11-themes/gnome-icon-theme-symbolic-3.10
- glade? ( >=dev-util/glade-3.2:3.10 )
- python? (
- ${PYTHON_DEPS}
- dev-libs/libpeas[python,${PYTHON_USEDEP}]
- dev-python/pygobject:3[${PYTHON_USEDEP}]
- )
-"
-DEPEND="${RDEPEND}
- >=dev-libs/libgit2-glib-0.22.0[vala]
- gnome-base/gnome-common
- >=sys-devel/gettext-0.17
- virtual/pkgconfig
- >=dev-util/intltool-0.40
- $(vala_depend)
-"
-
-pkg_setup() {
- use python && [[ ${MERGE_TYPE} != binary ]] && python_setup
-}
-
-src_prepare() {
- sed \
- -e '/CFLAGS/s:-g::g' \
- -e '/CFLAGS/s:-O0::g' \
- -i configure.ac || die
-
- gnome2_src_prepare
- vala_src_prepare
-}
-
-src_configure() {
- gnome2_src_configure \
- --disable-static \
- --disable-deprecations \
- $(use_enable debug) \
- $(use_enable glade glade-catalog) \
- $(use_enable python)
-}
-
-src_install() {
- gnome2_src_install -j1
-
- if has_version 'net-libs/webkit-gtk:4[jit]'; then
- # needed on hardened/PaX, see github pr 910 and bug #527334
- pax-mark m "${ED}usr/bin/gitg"
- fi
-}
diff --git a/dev-vcs/gitg/gitg-3.20.1.ebuild b/dev-vcs/gitg/gitg-3.20.1.ebuild
deleted file mode 100644
index 66b86db..00000000
--- a/dev-vcs/gitg/gitg-3.20.1.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python{3_3,3_4,3_5} )
-VALA_MIN_API_VERSION="0.32" # Needed when gtk+-3.20 is found
-
-inherit gnome2 pax-utils python-r1 vala
-
-DESCRIPTION="git repository viewer for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Gitg"
-
-LICENSE="|| ( GPL-2 GPL-3 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-IUSE="debug glade +python"
-REQUIRED_USE="python? ( ^^ ( $(python_gen_useflags '*') ) )"
-
-# test if unbundling of libgd is possible
-# Currently it seems not to be (unstable API/ABI)
-RDEPEND="
- app-crypt/libsecret
- dev-libs/libgee:0.8[introspection]
- >=app-text/gtkspell-3.0.3:3
- >=dev-libs/glib-2.38:2[dbus]
- >=dev-libs/gobject-introspection-0.10.1:=
- dev-libs/libgit2:=[threads]
-
- >=dev-libs/libgit2-glib-0.24.0[ssh]
- <dev-libs/libgit2-glib-0.25.0
-
- >=dev-libs/libpeas-1.5.0[gtk]
- >=dev-libs/libxml2-2.9.0:2
- net-libs/libsoup:2.4
- >=gnome-base/gsettings-desktop-schemas-0.1.1
- >=x11-libs/gtk+-3.20.0:3
- >=x11-libs/gtksourceview-3.10:3.0
- x11-themes/adwaita-icon-theme
- glade? ( >=dev-util/glade-3.2:3.10 )
- python? (
- ${PYTHON_DEPS}
- dev-libs/libpeas[python,${PYTHON_USEDEP}]
- dev-python/pygobject:3[${PYTHON_USEDEP}]
- )
-"
-DEPEND="${RDEPEND}
- $(vala_depend)
- >=dev-libs/libgit2-glib-0.22.0[vala]
- gnome-base/gnome-common
- >=sys-devel/gettext-0.17
- virtual/pkgconfig
- >=dev-util/intltool-0.40
-"
-
-pkg_setup() {
- use python && [[ ${MERGE_TYPE} != binary ]] && python_setup
-}
-
-src_prepare() {
- sed \
- -e '/CFLAGS/s:-g::g' \
- -e '/CFLAGS/s:-O0::g' \
- -i configure.ac || die
-
- gnome2_src_prepare
- vala_src_prepare
-}
-
-src_configure() {
- gnome2_src_configure \
- --disable-static \
- --disable-deprecations \
- $(use_enable debug) \
- $(use_enable glade glade-catalog) \
- $(use_enable python)
-}
-
-src_install() {
- gnome2_src_install -j1
-}
diff --git a/dev-vcs/gitg/gitg-3.20.2.ebuild b/dev-vcs/gitg/gitg-3.20.2.ebuild
deleted file mode 100644
index 66b86db..00000000
--- a/dev-vcs/gitg/gitg-3.20.2.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python{3_3,3_4,3_5} )
-VALA_MIN_API_VERSION="0.32" # Needed when gtk+-3.20 is found
-
-inherit gnome2 pax-utils python-r1 vala
-
-DESCRIPTION="git repository viewer for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Gitg"
-
-LICENSE="|| ( GPL-2 GPL-3 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-IUSE="debug glade +python"
-REQUIRED_USE="python? ( ^^ ( $(python_gen_useflags '*') ) )"
-
-# test if unbundling of libgd is possible
-# Currently it seems not to be (unstable API/ABI)
-RDEPEND="
- app-crypt/libsecret
- dev-libs/libgee:0.8[introspection]
- >=app-text/gtkspell-3.0.3:3
- >=dev-libs/glib-2.38:2[dbus]
- >=dev-libs/gobject-introspection-0.10.1:=
- dev-libs/libgit2:=[threads]
-
- >=dev-libs/libgit2-glib-0.24.0[ssh]
- <dev-libs/libgit2-glib-0.25.0
-
- >=dev-libs/libpeas-1.5.0[gtk]
- >=dev-libs/libxml2-2.9.0:2
- net-libs/libsoup:2.4
- >=gnome-base/gsettings-desktop-schemas-0.1.1
- >=x11-libs/gtk+-3.20.0:3
- >=x11-libs/gtksourceview-3.10:3.0
- x11-themes/adwaita-icon-theme
- glade? ( >=dev-util/glade-3.2:3.10 )
- python? (
- ${PYTHON_DEPS}
- dev-libs/libpeas[python,${PYTHON_USEDEP}]
- dev-python/pygobject:3[${PYTHON_USEDEP}]
- )
-"
-DEPEND="${RDEPEND}
- $(vala_depend)
- >=dev-libs/libgit2-glib-0.22.0[vala]
- gnome-base/gnome-common
- >=sys-devel/gettext-0.17
- virtual/pkgconfig
- >=dev-util/intltool-0.40
-"
-
-pkg_setup() {
- use python && [[ ${MERGE_TYPE} != binary ]] && python_setup
-}
-
-src_prepare() {
- sed \
- -e '/CFLAGS/s:-g::g' \
- -e '/CFLAGS/s:-O0::g' \
- -i configure.ac || die
-
- gnome2_src_prepare
- vala_src_prepare
-}
-
-src_configure() {
- gnome2_src_configure \
- --disable-static \
- --disable-deprecations \
- $(use_enable debug) \
- $(use_enable glade glade-catalog) \
- $(use_enable python)
-}
-
-src_install() {
- gnome2_src_install -j1
-}
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitg/
@ 2017-04-18 10:56 Mart Raudsepp
0 siblings, 0 replies; 49+ messages in thread
From: Mart Raudsepp @ 2017-04-18 10:56 UTC (permalink / raw
To: gentoo-commits
commit: e55d9d07cf0b0b66254df9982a9e983f764e56fb
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 18 10:42:20 2017 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Tue Apr 18 10:53:41 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e55d9d07
dev-vcs/gitg: bump to 3.23.90
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-vcs/gitg/Manifest | 1 +
dev-vcs/gitg/gitg-3.23.90.ebuild | 84 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 85 insertions(+)
diff --git a/dev-vcs/gitg/Manifest b/dev-vcs/gitg/Manifest
index 93647cf603d..7368a751250 100644
--- a/dev-vcs/gitg/Manifest
+++ b/dev-vcs/gitg/Manifest
@@ -1 +1,2 @@
DIST gitg-3.22.0.tar.xz 1507056 SHA256 ba6895f85c18748294075980a5e03e0936ad4e84534dbb0d8f9e29aa874ddeaf SHA512 2d59af3bb725c111966544ed6977002a901a862f0280c9acf117b2b613b00d889039ea780cad83bd624de5099256e48b99cdf0421362f154a8380e98f5f977da WHIRLPOOL 088819c4580c14268f420a6f745cc68f5ec0e22c88ce318792071773dc8ecf0a1e99d78639ec0dc561ba22366d8f9a1673be4c939cd5074c6c335fc03f86a819
+DIST gitg-3.23.90.tar.xz 1688752 SHA256 afb9903e33796ca5149651569280ce15dd53e7d38722146a91db408b9e426f54 SHA512 97af27fd699bffb0268f01287a2a2e015211f4f09cf92687e8a944cad21b60fb2b8b0dbb6fce4167b283dd241e8f946e4cd8e0dcc47007193f1969a1d375e0e6 WHIRLPOOL 3201e107767dd01152ca44ed639f124aaab3e78a373e949c68c83bbcb5c2c7624b720c259ebd57be62474613e82d96109a306ae57c5b5e4264d929e2f0c44f57
diff --git a/dev-vcs/gitg/gitg-3.23.90.ebuild b/dev-vcs/gitg/gitg-3.23.90.ebuild
new file mode 100644
index 00000000000..b8f4bb95294
--- /dev/null
+++ b/dev-vcs/gitg/gitg-3.23.90.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+PYTHON_COMPAT=( python{3_4,3_5} )
+VALA_MIN_API_VERSION="0.32" # Needed when gtk+-3.20 is found
+
+inherit gnome2 pax-utils python-r1 vala
+
+DESCRIPTION="git repository viewer for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Gitg"
+
+LICENSE="|| ( GPL-2 GPL-3 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+IUSE="glade +python"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+# test if unbundling of libgd is possible
+# Currently it seems not to be (unstable API/ABI)
+RDEPEND="
+ app-crypt/libsecret
+ dev-libs/libgee:0.8[introspection]
+ >=app-text/gtkspell-3.0.3:3
+ >=dev-libs/glib-2.38:2[dbus]
+ >=dev-libs/gobject-introspection-0.10.1:=
+ dev-libs/libgit2:=[threads]
+
+ >=dev-libs/libgit2-glib-0.25.0[ssh]
+ <dev-libs/libgit2-glib-0.26.0
+
+ >=dev-libs/libpeas-1.5.0[gtk]
+ >=dev-libs/libxml2-2.9.0:2
+ net-libs/libsoup:2.4
+ >=gnome-base/gsettings-desktop-schemas-0.1.1
+ >=x11-libs/gtk+-3.20.0:3
+ >=x11-libs/gtksourceview-3.10:3.0
+ x11-themes/adwaita-icon-theme
+ glade? ( >=dev-util/glade-3.2:3.10 )
+ python? (
+ ${PYTHON_DEPS}
+ dev-python/pygobject:3[${PYTHON_USEDEP}]
+ )
+"
+DEPEND="${RDEPEND}
+ $(vala_depend)
+ >=dev-libs/libgit2-glib-0.24.4[vala]
+ >=dev-util/intltool-0.40
+ gnome-base/gnome-common
+ >=sys-devel/gettext-0.17
+ virtual/pkgconfig
+"
+
+pkg_setup() {
+ use python && [[ ${MERGE_TYPE} != binary ]] && python_setup
+}
+
+src_prepare() {
+ gnome2_src_prepare
+ vala_src_prepare
+}
+
+src_configure() {
+ gnome2_src_configure \
+ --disable-static \
+ --disable-deprecations \
+ $(use_enable glade glade-catalog) \
+ $(use_enable python)
+}
+
+src_install() {
+ # -j1: bug #???
+ gnome2_src_install -j1
+
+ if use python ; then
+ install_gi_override() {
+ python_moduleinto "$(python_get_sitedir)/gi/overrides"
+ python_domodule "${S}"/libgitg-ext/GitgExt.py
+ }
+ python_foreach_impl install_gi_override
+ fi
+}
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitg/
@ 2017-05-01 22:35 Mart Raudsepp
0 siblings, 0 replies; 49+ messages in thread
From: Mart Raudsepp @ 2017-05-01 22:35 UTC (permalink / raw
To: gentoo-commits
commit: a57aeeb287d82cb6a93305b2b563f4696aaefe28
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Mon May 1 22:20:54 2017 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Mon May 1 22:34:57 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a57aeeb2
dev-vcs/gitg: bump to 3.24.0 for translation updates
Also has vala warning fixes, which may or may not fix warnings in the dist C code
dev-vcs/gitg/Manifest | 1 +
dev-vcs/gitg/gitg-3.24.0.ebuild | 84 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 85 insertions(+)
diff --git a/dev-vcs/gitg/Manifest b/dev-vcs/gitg/Manifest
index 7368a751250..2df2eb44e5f 100644
--- a/dev-vcs/gitg/Manifest
+++ b/dev-vcs/gitg/Manifest
@@ -1,2 +1,3 @@
DIST gitg-3.22.0.tar.xz 1507056 SHA256 ba6895f85c18748294075980a5e03e0936ad4e84534dbb0d8f9e29aa874ddeaf SHA512 2d59af3bb725c111966544ed6977002a901a862f0280c9acf117b2b613b00d889039ea780cad83bd624de5099256e48b99cdf0421362f154a8380e98f5f977da WHIRLPOOL 088819c4580c14268f420a6f745cc68f5ec0e22c88ce318792071773dc8ecf0a1e99d78639ec0dc561ba22366d8f9a1673be4c939cd5074c6c335fc03f86a819
DIST gitg-3.23.90.tar.xz 1688752 SHA256 afb9903e33796ca5149651569280ce15dd53e7d38722146a91db408b9e426f54 SHA512 97af27fd699bffb0268f01287a2a2e015211f4f09cf92687e8a944cad21b60fb2b8b0dbb6fce4167b283dd241e8f946e4cd8e0dcc47007193f1969a1d375e0e6 WHIRLPOOL 3201e107767dd01152ca44ed639f124aaab3e78a373e949c68c83bbcb5c2c7624b720c259ebd57be62474613e82d96109a306ae57c5b5e4264d929e2f0c44f57
+DIST gitg-3.24.0.tar.xz 1703132 SHA256 3e4ec4a8ae83bc7ced8c7610927ade70e37daa5e8beeb4f357a6ea30b4cc951e SHA512 3200ec39e05e5c7deae62e7c8938cb16ea3e63c034a5520b7e1ca692ce660671e7548650a6d91b29410303d027048b0f1f85206cc484a316cae702898b4c8d73 WHIRLPOOL 21032788792674a0426b312912a4d6cbef253ed866dac6492193fc9f0ab600bec46dcaba7e3532a1f00ae8c0090d82e6be70119c999672816e2a52c2f0634f15
diff --git a/dev-vcs/gitg/gitg-3.24.0.ebuild b/dev-vcs/gitg/gitg-3.24.0.ebuild
new file mode 100644
index 00000000000..b8f4bb95294
--- /dev/null
+++ b/dev-vcs/gitg/gitg-3.24.0.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+PYTHON_COMPAT=( python{3_4,3_5} )
+VALA_MIN_API_VERSION="0.32" # Needed when gtk+-3.20 is found
+
+inherit gnome2 pax-utils python-r1 vala
+
+DESCRIPTION="git repository viewer for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Gitg"
+
+LICENSE="|| ( GPL-2 GPL-3 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+IUSE="glade +python"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+# test if unbundling of libgd is possible
+# Currently it seems not to be (unstable API/ABI)
+RDEPEND="
+ app-crypt/libsecret
+ dev-libs/libgee:0.8[introspection]
+ >=app-text/gtkspell-3.0.3:3
+ >=dev-libs/glib-2.38:2[dbus]
+ >=dev-libs/gobject-introspection-0.10.1:=
+ dev-libs/libgit2:=[threads]
+
+ >=dev-libs/libgit2-glib-0.25.0[ssh]
+ <dev-libs/libgit2-glib-0.26.0
+
+ >=dev-libs/libpeas-1.5.0[gtk]
+ >=dev-libs/libxml2-2.9.0:2
+ net-libs/libsoup:2.4
+ >=gnome-base/gsettings-desktop-schemas-0.1.1
+ >=x11-libs/gtk+-3.20.0:3
+ >=x11-libs/gtksourceview-3.10:3.0
+ x11-themes/adwaita-icon-theme
+ glade? ( >=dev-util/glade-3.2:3.10 )
+ python? (
+ ${PYTHON_DEPS}
+ dev-python/pygobject:3[${PYTHON_USEDEP}]
+ )
+"
+DEPEND="${RDEPEND}
+ $(vala_depend)
+ >=dev-libs/libgit2-glib-0.24.4[vala]
+ >=dev-util/intltool-0.40
+ gnome-base/gnome-common
+ >=sys-devel/gettext-0.17
+ virtual/pkgconfig
+"
+
+pkg_setup() {
+ use python && [[ ${MERGE_TYPE} != binary ]] && python_setup
+}
+
+src_prepare() {
+ gnome2_src_prepare
+ vala_src_prepare
+}
+
+src_configure() {
+ gnome2_src_configure \
+ --disable-static \
+ --disable-deprecations \
+ $(use_enable glade glade-catalog) \
+ $(use_enable python)
+}
+
+src_install() {
+ # -j1: bug #???
+ gnome2_src_install -j1
+
+ if use python ; then
+ install_gi_override() {
+ python_moduleinto "$(python_get_sitedir)/gi/overrides"
+ python_domodule "${S}"/libgitg-ext/GitgExt.py
+ }
+ python_foreach_impl install_gi_override
+ fi
+}
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitg/
@ 2017-05-01 22:35 Mart Raudsepp
0 siblings, 0 replies; 49+ messages in thread
From: Mart Raudsepp @ 2017-05-01 22:35 UTC (permalink / raw
To: gentoo-commits
commit: c9d06e836e5a772d542389b527c0a09427f32508
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Mon May 1 22:29:47 2017 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Mon May 1 22:35:04 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9d06e83
dev-vcs/gitg: Fix license
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-vcs/gitg/gitg-3.22.0.ebuild | 2 +-
dev-vcs/gitg/gitg-3.24.0.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-vcs/gitg/gitg-3.22.0.ebuild b/dev-vcs/gitg/gitg-3.22.0.ebuild
index 43e36f21436..b78376684cd 100644
--- a/dev-vcs/gitg/gitg-3.22.0.ebuild
+++ b/dev-vcs/gitg/gitg-3.22.0.ebuild
@@ -11,7 +11,7 @@ inherit gnome2 pax-utils python-r1 vala
DESCRIPTION="git repository viewer for GNOME"
HOMEPAGE="https://wiki.gnome.org/Apps/Gitg"
-LICENSE="|| ( GPL-2 GPL-3 )"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
diff --git a/dev-vcs/gitg/gitg-3.24.0.ebuild b/dev-vcs/gitg/gitg-3.24.0.ebuild
index b8f4bb95294..3b5aa6ca980 100644
--- a/dev-vcs/gitg/gitg-3.24.0.ebuild
+++ b/dev-vcs/gitg/gitg-3.24.0.ebuild
@@ -11,7 +11,7 @@ inherit gnome2 pax-utils python-r1 vala
DESCRIPTION="git repository viewer for GNOME"
HOMEPAGE="https://wiki.gnome.org/Apps/Gitg"
-LICENSE="|| ( GPL-2 GPL-3 )"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitg/
@ 2017-05-01 22:35 Mart Raudsepp
0 siblings, 0 replies; 49+ messages in thread
From: Mart Raudsepp @ 2017-05-01 22:35 UTC (permalink / raw
To: gentoo-commits
commit: 24d84b6a372ce802fdea61276710fa208be30432
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Mon May 1 22:23:29 2017 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Mon May 1 22:35:01 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24d84b6a
dev-vcs/gitg: remove old
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-vcs/gitg/Manifest | 1 -
dev-vcs/gitg/gitg-3.23.90.ebuild | 84 ----------------------------------------
2 files changed, 85 deletions(-)
diff --git a/dev-vcs/gitg/Manifest b/dev-vcs/gitg/Manifest
index 2df2eb44e5f..0145e5aef7f 100644
--- a/dev-vcs/gitg/Manifest
+++ b/dev-vcs/gitg/Manifest
@@ -1,3 +1,2 @@
DIST gitg-3.22.0.tar.xz 1507056 SHA256 ba6895f85c18748294075980a5e03e0936ad4e84534dbb0d8f9e29aa874ddeaf SHA512 2d59af3bb725c111966544ed6977002a901a862f0280c9acf117b2b613b00d889039ea780cad83bd624de5099256e48b99cdf0421362f154a8380e98f5f977da WHIRLPOOL 088819c4580c14268f420a6f745cc68f5ec0e22c88ce318792071773dc8ecf0a1e99d78639ec0dc561ba22366d8f9a1673be4c939cd5074c6c335fc03f86a819
-DIST gitg-3.23.90.tar.xz 1688752 SHA256 afb9903e33796ca5149651569280ce15dd53e7d38722146a91db408b9e426f54 SHA512 97af27fd699bffb0268f01287a2a2e015211f4f09cf92687e8a944cad21b60fb2b8b0dbb6fce4167b283dd241e8f946e4cd8e0dcc47007193f1969a1d375e0e6 WHIRLPOOL 3201e107767dd01152ca44ed639f124aaab3e78a373e949c68c83bbcb5c2c7624b720c259ebd57be62474613e82d96109a306ae57c5b5e4264d929e2f0c44f57
DIST gitg-3.24.0.tar.xz 1703132 SHA256 3e4ec4a8ae83bc7ced8c7610927ade70e37daa5e8beeb4f357a6ea30b4cc951e SHA512 3200ec39e05e5c7deae62e7c8938cb16ea3e63c034a5520b7e1ca692ce660671e7548650a6d91b29410303d027048b0f1f85206cc484a316cae702898b4c8d73 WHIRLPOOL 21032788792674a0426b312912a4d6cbef253ed866dac6492193fc9f0ab600bec46dcaba7e3532a1f00ae8c0090d82e6be70119c999672816e2a52c2f0634f15
diff --git a/dev-vcs/gitg/gitg-3.23.90.ebuild b/dev-vcs/gitg/gitg-3.23.90.ebuild
deleted file mode 100644
index b8f4bb95294..00000000000
--- a/dev-vcs/gitg/gitg-3.23.90.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python{3_4,3_5} )
-VALA_MIN_API_VERSION="0.32" # Needed when gtk+-3.20 is found
-
-inherit gnome2 pax-utils python-r1 vala
-
-DESCRIPTION="git repository viewer for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Gitg"
-
-LICENSE="|| ( GPL-2 GPL-3 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-IUSE="glade +python"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-# test if unbundling of libgd is possible
-# Currently it seems not to be (unstable API/ABI)
-RDEPEND="
- app-crypt/libsecret
- dev-libs/libgee:0.8[introspection]
- >=app-text/gtkspell-3.0.3:3
- >=dev-libs/glib-2.38:2[dbus]
- >=dev-libs/gobject-introspection-0.10.1:=
- dev-libs/libgit2:=[threads]
-
- >=dev-libs/libgit2-glib-0.25.0[ssh]
- <dev-libs/libgit2-glib-0.26.0
-
- >=dev-libs/libpeas-1.5.0[gtk]
- >=dev-libs/libxml2-2.9.0:2
- net-libs/libsoup:2.4
- >=gnome-base/gsettings-desktop-schemas-0.1.1
- >=x11-libs/gtk+-3.20.0:3
- >=x11-libs/gtksourceview-3.10:3.0
- x11-themes/adwaita-icon-theme
- glade? ( >=dev-util/glade-3.2:3.10 )
- python? (
- ${PYTHON_DEPS}
- dev-python/pygobject:3[${PYTHON_USEDEP}]
- )
-"
-DEPEND="${RDEPEND}
- $(vala_depend)
- >=dev-libs/libgit2-glib-0.24.4[vala]
- >=dev-util/intltool-0.40
- gnome-base/gnome-common
- >=sys-devel/gettext-0.17
- virtual/pkgconfig
-"
-
-pkg_setup() {
- use python && [[ ${MERGE_TYPE} != binary ]] && python_setup
-}
-
-src_prepare() {
- gnome2_src_prepare
- vala_src_prepare
-}
-
-src_configure() {
- gnome2_src_configure \
- --disable-static \
- --disable-deprecations \
- $(use_enable glade glade-catalog) \
- $(use_enable python)
-}
-
-src_install() {
- # -j1: bug #???
- gnome2_src_install -j1
-
- if use python ; then
- install_gi_override() {
- python_moduleinto "$(python_get_sitedir)/gi/overrides"
- python_domodule "${S}"/libgitg-ext/GitgExt.py
- }
- python_foreach_impl install_gi_override
- fi
-}
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitg/
@ 2017-08-22 12:59 Mart Raudsepp
0 siblings, 0 replies; 49+ messages in thread
From: Mart Raudsepp @ 2017-08-22 12:59 UTC (permalink / raw
To: gentoo-commits
commit: 64b6f8f6627e19b87cdb2a8184ee1912780e2a1a
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 22 12:49:45 2017 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Tue Aug 22 12:58:38 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64b6f8f6
dev-vcs/gitg: bump to 3.26.0 for a couple bugfixes and accepting libgit2-glib-0.26
This shouldn't be considered part of GNOME 3.26; it just fixes a crash on popup menu
triggered by keyboard instead of mouse, another small fix and raising of accepted
libgit2-glib version (without any changes necessary for that besides configure)
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-vcs/gitg/Manifest | 1 +
dev-vcs/gitg/gitg-3.26.0.ebuild | 84 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 85 insertions(+)
diff --git a/dev-vcs/gitg/Manifest b/dev-vcs/gitg/Manifest
index 0145e5aef7f..d9d8884b8f5 100644
--- a/dev-vcs/gitg/Manifest
+++ b/dev-vcs/gitg/Manifest
@@ -1,2 +1,3 @@
DIST gitg-3.22.0.tar.xz 1507056 SHA256 ba6895f85c18748294075980a5e03e0936ad4e84534dbb0d8f9e29aa874ddeaf SHA512 2d59af3bb725c111966544ed6977002a901a862f0280c9acf117b2b613b00d889039ea780cad83bd624de5099256e48b99cdf0421362f154a8380e98f5f977da WHIRLPOOL 088819c4580c14268f420a6f745cc68f5ec0e22c88ce318792071773dc8ecf0a1e99d78639ec0dc561ba22366d8f9a1673be4c939cd5074c6c335fc03f86a819
DIST gitg-3.24.0.tar.xz 1703132 SHA256 3e4ec4a8ae83bc7ced8c7610927ade70e37daa5e8beeb4f357a6ea30b4cc951e SHA512 3200ec39e05e5c7deae62e7c8938cb16ea3e63c034a5520b7e1ca692ce660671e7548650a6d91b29410303d027048b0f1f85206cc484a316cae702898b4c8d73 WHIRLPOOL 21032788792674a0426b312912a4d6cbef253ed866dac6492193fc9f0ab600bec46dcaba7e3532a1f00ae8c0090d82e6be70119c999672816e2a52c2f0634f15
+DIST gitg-3.26.0.tar.xz 1551308 SHA256 26730d437d6a30d6e341b9e8da99d2134dce4b96022c195609f45062f82b54d5 SHA512 782aa02e2f0f4d8c86ad726045502d545877d835f0449d2ec646d93a78bbfa50f84662d3a437c922eb168b2737c00ec088dc2c73487742f332e3910f041b519d WHIRLPOOL f3300bdbe1190f0275f93e9b57eb7318de19f4ae42caf4d2e979245a27e95ec80d54a2b10b7a6b7000ef8214ddb8e09ff981b7191089c3191a6eca9da7048a39
diff --git a/dev-vcs/gitg/gitg-3.26.0.ebuild b/dev-vcs/gitg/gitg-3.26.0.ebuild
new file mode 100644
index 00000000000..d2f5cf8684e
--- /dev/null
+++ b/dev-vcs/gitg/gitg-3.26.0.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+PYTHON_COMPAT=( python{3_4,3_5} )
+VALA_MIN_API_VERSION="0.32" # Needed when gtk+-3.20 is found
+
+inherit gnome2 pax-utils python-r1 vala
+
+DESCRIPTION="git repository viewer for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Gitg"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+IUSE="glade +python"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+# test if unbundling of libgd is possible
+# Currently it seems not to be (unstable API/ABI)
+RDEPEND="
+ app-crypt/libsecret
+ dev-libs/libgee:0.8[introspection]
+ >=app-text/gtkspell-3.0.3:3
+ >=dev-libs/glib-2.38:2[dbus]
+ >=dev-libs/gobject-introspection-0.10.1:=
+ dev-libs/libgit2:=[threads]
+
+ >=dev-libs/libgit2-glib-0.25.0[ssh]
+ <dev-libs/libgit2-glib-0.27.0
+
+ >=dev-libs/libpeas-1.5.0[gtk]
+ >=dev-libs/libxml2-2.9.0:2
+ net-libs/libsoup:2.4
+ >=gnome-base/gsettings-desktop-schemas-0.1.1
+ >=x11-libs/gtk+-3.20.0:3
+ >=x11-libs/gtksourceview-3.10:3.0
+ x11-themes/adwaita-icon-theme
+ glade? ( >=dev-util/glade-3.2:3.10 )
+ python? (
+ ${PYTHON_DEPS}
+ dev-python/pygobject:3[${PYTHON_USEDEP}]
+ )
+"
+DEPEND="${RDEPEND}
+ $(vala_depend)
+ >=dev-libs/libgit2-glib-0.24.4[vala]
+ >=dev-util/intltool-0.40
+ gnome-base/gnome-common
+ >=sys-devel/gettext-0.17
+ virtual/pkgconfig
+"
+
+pkg_setup() {
+ use python && [[ ${MERGE_TYPE} != binary ]] && python_setup
+}
+
+src_prepare() {
+ gnome2_src_prepare
+ vala_src_prepare
+}
+
+src_configure() {
+ gnome2_src_configure \
+ --disable-static \
+ --disable-deprecations \
+ $(use_enable glade glade-catalog) \
+ $(use_enable python)
+}
+
+src_install() {
+ # -j1: bug #???
+ gnome2_src_install -j1
+
+ if use python ; then
+ install_gi_override() {
+ python_moduleinto "$(python_get_sitedir)/gi/overrides"
+ python_domodule "${S}"/libgitg-ext/GitgExt.py
+ }
+ python_foreach_impl install_gi_override
+ fi
+}
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitg/
@ 2017-08-24 7:09 Michał Górny
0 siblings, 0 replies; 49+ messages in thread
From: Michał Górny @ 2017-08-24 7:09 UTC (permalink / raw
To: gentoo-commits
commit: 56d2d3f9166ce5882a2e4aefec04a0f6374127f1
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 24 07:04:55 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 24 07:09:04 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56d2d3f9
dev-vcs/gitg: Add myself as backup maint
dev-vcs/gitg/metadata.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/dev-vcs/gitg/metadata.xml b/dev-vcs/gitg/metadata.xml
index 2d98495dcf9..0c98618eff7 100644
--- a/dev-vcs/gitg/metadata.xml
+++ b/dev-vcs/gitg/metadata.xml
@@ -9,6 +9,10 @@
<email>gnome@gentoo.org</email>
<name>Gentoo GNOME Desktop</name>
</maintainer>
+ <maintainer type="person">
+ <email>mgorny@gentoo.org</email>
+ <name>Michał Górny</name>
+ </maintainer>
<longdescription lang="en">
GTK+ based frontend for GIT
</longdescription>
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitg/
@ 2017-11-26 11:39 David Seifert
0 siblings, 0 replies; 49+ messages in thread
From: David Seifert @ 2017-11-26 11:39 UTC (permalink / raw
To: gentoo-commits
commit: bf57a5d2418bc11a377466be1f8da6e7fabb7a06
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 25 22:46:30 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Nov 26 11:39:04 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf57a5d2
dev-vcs/gitg: [QA] Consistent whitespace in metadata.xml
dev-vcs/gitg/metadata.xml | 34 +++++++++++++++++-----------------
1 file changed, 17 insertions(+), 17 deletions(-)
diff --git a/dev-vcs/gitg/metadata.xml b/dev-vcs/gitg/metadata.xml
index 0c98618eff7..bebf2c54274 100644
--- a/dev-vcs/gitg/metadata.xml
+++ b/dev-vcs/gitg/metadata.xml
@@ -1,23 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>ikelos@gentoo.org</email>
- <name>Mike Auty</name>
- </maintainer>
- <maintainer type="project">
- <email>gnome@gentoo.org</email>
- <name>Gentoo GNOME Desktop</name>
- </maintainer>
- <maintainer type="person">
- <email>mgorny@gentoo.org</email>
- <name>Michał Górny</name>
- </maintainer>
- <longdescription lang="en">
+ <maintainer type="person">
+ <email>ikelos@gentoo.org</email>
+ <name>Mike Auty</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>gnome@gentoo.org</email>
+ <name>Gentoo GNOME Desktop</name>
+ </maintainer>
+ <maintainer type="person">
+ <email>mgorny@gentoo.org</email>
+ <name>Michał Górny</name>
+ </maintainer>
+ <longdescription lang="en">
GTK+ based frontend for GIT
</longdescription>
- <use>
- <flag name="glade">Install a glade catalog file</flag>
- <flag name="python">Install Python bindings for those plugins requiring it.</flag>
- </use>
+ <use>
+ <flag name="glade">Install a glade catalog file</flag>
+ <flag name="python">Install Python bindings for those plugins requiring it.</flag>
+ </use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitg/
@ 2018-01-26 15:03 Mikle Kolyada
0 siblings, 0 replies; 49+ messages in thread
From: Mikle Kolyada @ 2018-01-26 15:03 UTC (permalink / raw
To: gentoo-commits
commit: c2018dca701d06c7db30c5970642a97a07c5b32c
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 26 15:01:50 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Jan 26 15:01:50 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2018dca
dev-vcs/gitg: amd64 stable wrt bug #644096
Package-Manager: Portage-2.3.19, Repoman-2.3.6
dev-vcs/gitg/gitg-3.26.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-vcs/gitg/gitg-3.26.0.ebuild b/dev-vcs/gitg/gitg-3.26.0.ebuild
index d2f5cf8684e..5c5196587a3 100644
--- a/dev-vcs/gitg/gitg-3.26.0.ebuild
+++ b/dev-vcs/gitg/gitg-3.26.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Gitg"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="glade +python"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitg/
@ 2018-02-06 18:36 Thomas Deutschmann
0 siblings, 0 replies; 49+ messages in thread
From: Thomas Deutschmann @ 2018-02-06 18:36 UTC (permalink / raw
To: gentoo-commits
commit: f180ab334cfb014ff584afe9c582ead70b1c8b80
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 6 18:23:30 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Feb 6 18:35:16 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f180ab33
dev-vcs/gitg: x86 stable (bug #644096)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-vcs/gitg/gitg-3.26.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-vcs/gitg/gitg-3.26.0.ebuild b/dev-vcs/gitg/gitg-3.26.0.ebuild
index 5c5196587a3..f438d41513f 100644
--- a/dev-vcs/gitg/gitg-3.26.0.ebuild
+++ b/dev-vcs/gitg/gitg-3.26.0.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Gitg"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
IUSE="glade +python"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitg/
@ 2018-02-19 20:03 Mart Raudsepp
0 siblings, 0 replies; 49+ messages in thread
From: Mart Raudsepp @ 2018-02-19 20:03 UTC (permalink / raw
To: gentoo-commits
commit: 1a2bdaa3b2d1024a90d9f22af7f65d7a372a72c4
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 19 19:58:20 2018 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Mon Feb 19 20:03:10 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a2bdaa3
dev-vcs/gitg: remove old
Package-Manager: Portage-2.3.19, Repoman-2.3.6
dev-vcs/gitg/Manifest | 2 -
dev-vcs/gitg/gitg-3.22.0.ebuild | 84 -----------------------------------------
dev-vcs/gitg/gitg-3.24.0.ebuild | 84 -----------------------------------------
3 files changed, 170 deletions(-)
diff --git a/dev-vcs/gitg/Manifest b/dev-vcs/gitg/Manifest
index 1b33cf36238..fe3406baeee 100644
--- a/dev-vcs/gitg/Manifest
+++ b/dev-vcs/gitg/Manifest
@@ -1,3 +1 @@
-DIST gitg-3.22.0.tar.xz 1507056 BLAKE2B 5ffce478971fe7d0a0ab3dd9161d3d0bcf9011da6af2ebd8681173906ccf2ebecfe36eaee28a63ee261e6af24f015cd601c3a409fb21d030aadd4d9af4ba7619 SHA512 2d59af3bb725c111966544ed6977002a901a862f0280c9acf117b2b613b00d889039ea780cad83bd624de5099256e48b99cdf0421362f154a8380e98f5f977da
-DIST gitg-3.24.0.tar.xz 1703132 BLAKE2B 98f57e80d8775c2c4b7c55bd5888daf7d0fdb79a265d4575dbeed01ce11ad1b3e0dbaed2c42dbae51fe9fa13c5470370e131d696743e7cfbe166d1462f3e4584 SHA512 3200ec39e05e5c7deae62e7c8938cb16ea3e63c034a5520b7e1ca692ce660671e7548650a6d91b29410303d027048b0f1f85206cc484a316cae702898b4c8d73
DIST gitg-3.26.0.tar.xz 1551308 BLAKE2B 45a9fd3df8eb891c4e07eefb6cf8f9b517c78dccc63dd08498b4c847614e164472e0605a01c81515ea349366e56c21c99a4558e73b6548b18bb94f578c0fc9bd SHA512 782aa02e2f0f4d8c86ad726045502d545877d835f0449d2ec646d93a78bbfa50f84662d3a437c922eb168b2737c00ec088dc2c73487742f332e3910f041b519d
diff --git a/dev-vcs/gitg/gitg-3.22.0.ebuild b/dev-vcs/gitg/gitg-3.22.0.ebuild
deleted file mode 100644
index b78376684cd..00000000000
--- a/dev-vcs/gitg/gitg-3.22.0.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python{3_4,3_5} )
-VALA_MIN_API_VERSION="0.32" # Needed when gtk+-3.20 is found
-
-inherit gnome2 pax-utils python-r1 vala
-
-DESCRIPTION="git repository viewer for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Gitg"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-
-IUSE="glade +python"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-# test if unbundling of libgd is possible
-# Currently it seems not to be (unstable API/ABI)
-RDEPEND="
- app-crypt/libsecret
- dev-libs/libgee:0.8[introspection]
- >=app-text/gtkspell-3.0.3:3
- >=dev-libs/glib-2.38:2[dbus]
- >=dev-libs/gobject-introspection-0.10.1:=
- dev-libs/libgit2:=[threads]
-
- >=dev-libs/libgit2-glib-0.24.4[ssh]
- <dev-libs/libgit2-glib-0.25.0
-
- >=dev-libs/libpeas-1.5.0[gtk]
- >=dev-libs/libxml2-2.9.0:2
- net-libs/libsoup:2.4
- >=gnome-base/gsettings-desktop-schemas-0.1.1
- >=x11-libs/gtk+-3.20.0:3
- >=x11-libs/gtksourceview-3.10:3.0
- x11-themes/adwaita-icon-theme
- glade? ( >=dev-util/glade-3.2:3.10 )
- python? (
- ${PYTHON_DEPS}
- dev-python/pygobject:3[${PYTHON_USEDEP}]
- )
-"
-DEPEND="${RDEPEND}
- $(vala_depend)
- >=dev-libs/libgit2-glib-0.24.4[vala]
- >=dev-util/intltool-0.40
- gnome-base/gnome-common
- >=sys-devel/gettext-0.17
- virtual/pkgconfig
-"
-
-pkg_setup() {
- use python && [[ ${MERGE_TYPE} != binary ]] && python_setup
-}
-
-src_prepare() {
- gnome2_src_prepare
- vala_src_prepare
-}
-
-src_configure() {
- gnome2_src_configure \
- --disable-static \
- --disable-deprecations \
- $(use_enable glade glade-catalog) \
- $(use_enable python)
-}
-
-src_install() {
- # -j1: bug #???
- gnome2_src_install -j1
-
- if use python ; then
- install_gi_override() {
- python_moduleinto "$(python_get_sitedir)/gi/overrides"
- python_domodule "${S}"/libgitg-ext/GitgExt.py
- }
- python_foreach_impl install_gi_override
- fi
-}
diff --git a/dev-vcs/gitg/gitg-3.24.0.ebuild b/dev-vcs/gitg/gitg-3.24.0.ebuild
deleted file mode 100644
index 3b5aa6ca980..00000000000
--- a/dev-vcs/gitg/gitg-3.24.0.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python{3_4,3_5} )
-VALA_MIN_API_VERSION="0.32" # Needed when gtk+-3.20 is found
-
-inherit gnome2 pax-utils python-r1 vala
-
-DESCRIPTION="git repository viewer for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Gitg"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-IUSE="glade +python"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-# test if unbundling of libgd is possible
-# Currently it seems not to be (unstable API/ABI)
-RDEPEND="
- app-crypt/libsecret
- dev-libs/libgee:0.8[introspection]
- >=app-text/gtkspell-3.0.3:3
- >=dev-libs/glib-2.38:2[dbus]
- >=dev-libs/gobject-introspection-0.10.1:=
- dev-libs/libgit2:=[threads]
-
- >=dev-libs/libgit2-glib-0.25.0[ssh]
- <dev-libs/libgit2-glib-0.26.0
-
- >=dev-libs/libpeas-1.5.0[gtk]
- >=dev-libs/libxml2-2.9.0:2
- net-libs/libsoup:2.4
- >=gnome-base/gsettings-desktop-schemas-0.1.1
- >=x11-libs/gtk+-3.20.0:3
- >=x11-libs/gtksourceview-3.10:3.0
- x11-themes/adwaita-icon-theme
- glade? ( >=dev-util/glade-3.2:3.10 )
- python? (
- ${PYTHON_DEPS}
- dev-python/pygobject:3[${PYTHON_USEDEP}]
- )
-"
-DEPEND="${RDEPEND}
- $(vala_depend)
- >=dev-libs/libgit2-glib-0.24.4[vala]
- >=dev-util/intltool-0.40
- gnome-base/gnome-common
- >=sys-devel/gettext-0.17
- virtual/pkgconfig
-"
-
-pkg_setup() {
- use python && [[ ${MERGE_TYPE} != binary ]] && python_setup
-}
-
-src_prepare() {
- gnome2_src_prepare
- vala_src_prepare
-}
-
-src_configure() {
- gnome2_src_configure \
- --disable-static \
- --disable-deprecations \
- $(use_enable glade glade-catalog) \
- $(use_enable python)
-}
-
-src_install() {
- # -j1: bug #???
- gnome2_src_install -j1
-
- if use python ; then
- install_gi_override() {
- python_moduleinto "$(python_get_sitedir)/gi/overrides"
- python_domodule "${S}"/libgitg-ext/GitgExt.py
- }
- python_foreach_impl install_gi_override
- fi
-}
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitg/
@ 2018-04-07 14:34 Mart Raudsepp
0 siblings, 0 replies; 49+ messages in thread
From: Mart Raudsepp @ 2018-04-07 14:34 UTC (permalink / raw
To: gentoo-commits
commit: 3d0e6f9a888dbd332e82c9cae573fa21bcff3ccd
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 7 14:33:11 2018 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Apr 7 14:33:43 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d0e6f9a
dev-vcs/gitg: add python3.6 compat
Works as well as with python3.4 (read: fails to actually import GitgExt override
with an assert failure). I would outright remove the python override support, as
there are no consumers of it, but that's a too big change for this revision and
we need to do something soon about libgit2-0.27 compat anyways..
Package-Manager: Portage-2.3.28, Repoman-2.3.9
dev-vcs/gitg/gitg-3.26.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-vcs/gitg/gitg-3.26.0.ebuild b/dev-vcs/gitg/gitg-3.26.0.ebuild
index f438d41513f..c9365256aab 100644
--- a/dev-vcs/gitg/gitg-3.26.0.ebuild
+++ b/dev-vcs/gitg/gitg-3.26.0.ebuild
@@ -3,7 +3,7 @@
EAPI=6
GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python{3_4,3_5} )
+PYTHON_COMPAT=( python3_{4,5,6} )
VALA_MIN_API_VERSION="0.32" # Needed when gtk+-3.20 is found
inherit gnome2 pax-utils python-r1 vala
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitg/
@ 2018-10-10 15:48 Mart Raudsepp
0 siblings, 0 replies; 49+ messages in thread
From: Mart Raudsepp @ 2018-10-10 15:48 UTC (permalink / raw
To: gentoo-commits
commit: 0c6aea7120380f4ddaca7a72bed6316d91a01acc
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 10 15:47:29 2018 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Wed Oct 10 15:47:29 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c6aea71
dev-vcs/gitg: update longdescription metadata
from upstream DOAP file.
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
dev-vcs/gitg/metadata.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/dev-vcs/gitg/metadata.xml b/dev-vcs/gitg/metadata.xml
index bebf2c54274..a059337e3d3 100644
--- a/dev-vcs/gitg/metadata.xml
+++ b/dev-vcs/gitg/metadata.xml
@@ -14,7 +14,10 @@
<name>Michał Górny</name>
</maintainer>
<longdescription lang="en">
- GTK+ based frontend for GIT
+ gitg is a graphical user interface for git. It aims at being a small,
+ fast and convenient tool to visualize the history of git repositories.
+ Besides visualization, gitg also provides several utilities to manage your
+ repository and commit your work.
</longdescription>
<use>
<flag name="glade">Install a glade catalog file</flag>
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitg/
@ 2018-10-26 8:38 Michał Górny
0 siblings, 0 replies; 49+ messages in thread
From: Michał Górny @ 2018-10-26 8:38 UTC (permalink / raw
To: gentoo-commits
commit: ccf0ae60e329c0a461443d1741d359f8c90bbaac
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 26 08:26:06 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct 26 08:38:44 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccf0ae60
dev-vcs/gitg: Bump to 0.30.1, now using meson
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-vcs/gitg/Manifest | 1 +
dev-vcs/gitg/gitg-3.30.1.ebuild | 92 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 93 insertions(+)
diff --git a/dev-vcs/gitg/Manifest b/dev-vcs/gitg/Manifest
index fe3406baeee..3f72ce9e834 100644
--- a/dev-vcs/gitg/Manifest
+++ b/dev-vcs/gitg/Manifest
@@ -1 +1,2 @@
DIST gitg-3.26.0.tar.xz 1551308 BLAKE2B 45a9fd3df8eb891c4e07eefb6cf8f9b517c78dccc63dd08498b4c847614e164472e0605a01c81515ea349366e56c21c99a4558e73b6548b18bb94f578c0fc9bd SHA512 782aa02e2f0f4d8c86ad726045502d545877d835f0449d2ec646d93a78bbfa50f84662d3a437c922eb168b2737c00ec088dc2c73487742f332e3910f041b519d
+DIST gitg-3.30.1.tar.xz 10555888 BLAKE2B 02e8f957eee82bbf0702ca39b5b336929c131a93a94f5e28a2e4aa7c2c473c5d8bda072eba184cef37d6ad2fa7bfa21c007c86204a0a81b6d401487d752952fd SHA512 0d9241422dda6bf1840632fbcabf6b640554081ba995eba59ce90f893654e42c0ca8953e814533b90f362abb13b002e7a74b5f6841aee1f33c2834d2acab869f
diff --git a/dev-vcs/gitg/gitg-3.30.1.ebuild b/dev-vcs/gitg/gitg-3.30.1.ebuild
new file mode 100644
index 00000000000..8b455c5215f
--- /dev/null
+++ b/dev-vcs/gitg/gitg-3.30.1.ebuild
@@ -0,0 +1,92 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python3_{4,5,6,7} )
+VALA_MIN_API_VERSION="0.32" # Needed when gtk+-3.20 is found
+
+inherit gnome.org gnome2-utils meson python-r1 vala xdg-utils
+
+DESCRIPTION="git repository viewer for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Gitg"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="glade +python"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+# test if unbundling of libgd is possible
+# Currently it seems not to be (unstable API/ABI)
+RDEPEND="
+ app-crypt/libsecret[vala]
+ >=app-text/gtkspell-3.0.3:3[vala]
+ >=dev-libs/glib-2.38:2[dbus]
+ >=dev-libs/gobject-introspection-0.10.1:=
+ dev-libs/libgee:0.8[introspection]
+ dev-libs/libgit2:=[threads]
+
+ >=dev-libs/libgit2-glib-0.26.4[ssh]
+ <dev-libs/libgit2-glib-0.27.0
+
+ >=dev-libs/libpeas-1.5.0[gtk]
+ >=dev-libs/libxml2-2.9.0:2
+ >=gnome-base/gsettings-desktop-schemas-0.1.1
+ net-libs/libsoup:2.4
+ >=x11-libs/gtk+-3.20.0:3
+ >=x11-libs/gtksourceview-3.10:3.0
+ x11-themes/adwaita-icon-theme
+ glade? ( >=dev-util/glade-3.2:3.10 )
+ python? (
+ ${PYTHON_DEPS}
+ dev-python/pygobject:3[${PYTHON_USEDEP}]
+ )
+"
+DEPEND="${RDEPEND}
+ $(vala_depend)
+ >=dev-libs/libgit2-glib-0.24.4[vala]
+ >=dev-util/intltool-0.40
+ gnome-base/gnome-common
+ >=sys-devel/gettext-0.17
+ virtual/pkgconfig
+"
+
+pkg_setup() {
+ use python && [[ ${MERGE_TYPE} != binary ]] && python_setup
+}
+
+src_prepare() {
+ default
+ vala_src_prepare
+}
+
+src_configure() {
+ local emesonargs=(
+ -Dglade_catalog=$(usex glade true false)
+ # we install the module manually anyway
+ -Dpython=false
+ )
+
+ meson_src_configure
+}
+
+src_install() {
+ meson_src_install
+
+ if use python ; then
+ python_moduleinto gi.overrides
+ python_foreach_impl python_domodule libgitg-ext/GitgExt.py
+ fi
+}
+
+pkg_postinst() {
+ gnome2_icon_cache_update
+ gnome2_schemas_update
+ xdg_desktop_database_update
+}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
+ gnome2_schemas_update
+ xdg_desktop_database_update
+}
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitg/
@ 2018-12-29 12:41 Gilles Dartiguelongue
0 siblings, 0 replies; 49+ messages in thread
From: Gilles Dartiguelongue @ 2018-12-29 12:41 UTC (permalink / raw
To: gentoo-commits
commit: 8c783094ba618f2f10ddaa6dc20304c5abc8a25e
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 29 11:42:39 2018 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Dec 29 12:41:07 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c783094
dev-vcs/gitg: misc build-time fixes
Drop gnome-common, build system is now meson and does not need this.
Upgrade requirement on gettext due to use of meson. Add missing call to
xdg_environment_reset. Make use of meson_use. Drop unneeded pkg_setup
phase. These modifications only affect build so no bump.
Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Gilles Dartiguelongue <eva <AT> gentoo.org>
dev-vcs/gitg/gitg-3.30.1.ebuild | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/dev-vcs/gitg/gitg-3.30.1.ebuild b/dev-vcs/gitg/gitg-3.30.1.ebuild
index 8b455c5215f..338a545b1e5 100644
--- a/dev-vcs/gitg/gitg-3.30.1.ebuild
+++ b/dev-vcs/gitg/gitg-3.30.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -46,23 +46,19 @@ DEPEND="${RDEPEND}
$(vala_depend)
>=dev-libs/libgit2-glib-0.24.4[vala]
>=dev-util/intltool-0.40
- gnome-base/gnome-common
- >=sys-devel/gettext-0.17
+ >=sys-devel/gettext-0.19.7
virtual/pkgconfig
"
-pkg_setup() {
- use python && [[ ${MERGE_TYPE} != binary ]] && python_setup
-}
-
src_prepare() {
default
vala_src_prepare
+ xdg_environment_reset
}
src_configure() {
local emesonargs=(
- -Dglade_catalog=$(usex glade true false)
+ $(meson_use glade glade_catalog)
# we install the module manually anyway
-Dpython=false
)
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitg/
@ 2019-07-25 14:27 Michał Górny
0 siblings, 0 replies; 49+ messages in thread
From: Michał Górny @ 2019-07-25 14:27 UTC (permalink / raw
To: gentoo-commits
commit: 5e39de2657e45ace743a33d74e597e1afaf66cac
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 25 08:04:49 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jul 25 14:27:31 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e39de26
dev-vcs/gitg: Bump to 3.32.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-vcs/gitg/Manifest | 1 +
dev-vcs/gitg/gitg-3.32.1.ebuild | 88 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 89 insertions(+)
diff --git a/dev-vcs/gitg/Manifest b/dev-vcs/gitg/Manifest
index 3f72ce9e834..507c08043ca 100644
--- a/dev-vcs/gitg/Manifest
+++ b/dev-vcs/gitg/Manifest
@@ -1,2 +1,3 @@
DIST gitg-3.26.0.tar.xz 1551308 BLAKE2B 45a9fd3df8eb891c4e07eefb6cf8f9b517c78dccc63dd08498b4c847614e164472e0605a01c81515ea349366e56c21c99a4558e73b6548b18bb94f578c0fc9bd SHA512 782aa02e2f0f4d8c86ad726045502d545877d835f0449d2ec646d93a78bbfa50f84662d3a437c922eb168b2737c00ec088dc2c73487742f332e3910f041b519d
DIST gitg-3.30.1.tar.xz 10555888 BLAKE2B 02e8f957eee82bbf0702ca39b5b336929c131a93a94f5e28a2e4aa7c2c473c5d8bda072eba184cef37d6ad2fa7bfa21c007c86204a0a81b6d401487d752952fd SHA512 0d9241422dda6bf1840632fbcabf6b640554081ba995eba59ce90f893654e42c0ca8953e814533b90f362abb13b002e7a74b5f6841aee1f33c2834d2acab869f
+DIST gitg-3.32.1.tar.xz 10613836 BLAKE2B 43c2c37f5c06cb6155906d5988f0787334af7a9091e537fa7b0fc1a9de3138f261a3e3c578afc663c7b57a33f39c19318a53daf7896c465922138197c3bbb778 SHA512 243e630b3e5bb1919dc307e6b3fed1b1b0e3884d2a2507e4526b4af61e86f1cd7004a3dbb96001ffb0280cefe7cdb9b109c39996718913c7410224830c0145a4
diff --git a/dev-vcs/gitg/gitg-3.32.1.ebuild b/dev-vcs/gitg/gitg-3.32.1.ebuild
new file mode 100644
index 00000000000..94e17d84532
--- /dev/null
+++ b/dev-vcs/gitg/gitg-3.32.1.ebuild
@@ -0,0 +1,88 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{5,6,7} )
+VALA_MIN_API_VERSION="0.32" # Needed when gtk+-3.20 is found
+
+inherit gnome.org gnome2-utils meson python-r1 vala xdg-utils
+
+DESCRIPTION="git repository viewer for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Gitg"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="glade +python"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+# test if unbundling of libgd is possible
+# Currently it seems not to be (unstable API/ABI)
+RDEPEND="
+ app-crypt/libsecret[vala]
+ >=app-text/gtkspell-3.0.3:3[vala]
+ >=dev-libs/glib-2.38:2[dbus]
+ >=dev-libs/gobject-introspection-0.10.1:=
+ dev-libs/libdazzle[vala]
+ dev-libs/libgee:0.8[introspection]
+ dev-libs/libgit2:=[threads]
+
+ >=dev-libs/libgit2-glib-0.27[ssh]
+ <dev-libs/libgit2-glib-0.29
+
+ >=dev-libs/libpeas-1.5.0[gtk]
+ >=dev-libs/libxml2-2.9.0:2
+ >=gnome-base/gsettings-desktop-schemas-0.1.1
+ net-libs/libsoup:2.4
+ >=x11-libs/gtk+-3.20.0:3
+ >=x11-libs/gtksourceview-3.10:3.0
+ x11-themes/adwaita-icon-theme
+ glade? ( >=dev-util/glade-3.2:3.10 )
+ python? (
+ ${PYTHON_DEPS}
+ dev-python/pygobject:3[${PYTHON_USEDEP}]
+ )
+"
+DEPEND="${RDEPEND}
+ $(vala_depend)
+ >=dev-libs/libgit2-glib-0.24.4[vala]
+ >=sys-devel/gettext-0.19.7
+ virtual/pkgconfig
+"
+
+src_prepare() {
+ default
+ vala_src_prepare
+ xdg_environment_reset
+}
+
+src_configure() {
+ local emesonargs=(
+ $(meson_use glade glade_catalog)
+ # we install the module manually anyway
+ -Dpython=false
+ )
+
+ meson_src_configure
+}
+
+src_install() {
+ meson_src_install
+
+ if use python ; then
+ python_moduleinto gi.overrides
+ python_foreach_impl python_domodule libgitg-ext/GitgExt.py
+ fi
+}
+
+pkg_postinst() {
+ gnome2_schemas_update
+ xdg_desktop_database_update
+ xdg_icon_cache_update
+}
+
+pkg_postrm() {
+ gnome2_schemas_update
+ xdg_desktop_database_update
+ xdg_icon_cache_update
+}
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitg/
@ 2019-08-16 22:38 Thomas Deutschmann
0 siblings, 0 replies; 49+ messages in thread
From: Thomas Deutschmann @ 2019-08-16 22:38 UTC (permalink / raw
To: gentoo-commits
commit: 2abe76684d0e161da3c66f8755e12a89cba62e0e
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 16 22:31:24 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Aug 16 22:31:24 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2abe7668
dev-vcs/gitg: x86 stable (bug #692166)
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
dev-vcs/gitg/gitg-3.32.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-vcs/gitg/gitg-3.32.1.ebuild b/dev-vcs/gitg/gitg-3.32.1.ebuild
index 94e17d84532..71a425bcce9 100644
--- a/dev-vcs/gitg/gitg-3.32.1.ebuild
+++ b/dev-vcs/gitg/gitg-3.32.1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Gitg"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux"
IUSE="glade +python"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitg/
@ 2019-08-18 21:51 Agostino Sarubbo
0 siblings, 0 replies; 49+ messages in thread
From: Agostino Sarubbo @ 2019-08-18 21:51 UTC (permalink / raw
To: gentoo-commits
commit: f61c605f9f718369c90061c417fc28615a33e50c
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 18 21:50:34 2019 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Aug 18 21:50:34 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f61c605f
dev-vcs/gitg: amd64 stable wrt bug #692166
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-vcs/gitg/gitg-3.32.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-vcs/gitg/gitg-3.32.1.ebuild b/dev-vcs/gitg/gitg-3.32.1.ebuild
index 71a425bcce9..eebf3483fd2 100644
--- a/dev-vcs/gitg/gitg-3.32.1.ebuild
+++ b/dev-vcs/gitg/gitg-3.32.1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Gitg"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
IUSE="glade +python"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitg/
@ 2019-08-19 4:29 Michał Górny
0 siblings, 0 replies; 49+ messages in thread
From: Michał Górny @ 2019-08-19 4:29 UTC (permalink / raw
To: gentoo-commits
commit: 9c9b8bf73703e3246644a47374f2085cac5aabe2
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 19 04:22:57 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Aug 19 04:22:57 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c9b8bf7
dev-vcs/gitg: Drop old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-vcs/gitg/Manifest | 2 -
dev-vcs/gitg/gitg-3.26.0.ebuild | 84 ---------------------------------------
dev-vcs/gitg/gitg-3.30.1.ebuild | 88 -----------------------------------------
3 files changed, 174 deletions(-)
diff --git a/dev-vcs/gitg/Manifest b/dev-vcs/gitg/Manifest
index 507c08043ca..3d6f0c62a47 100644
--- a/dev-vcs/gitg/Manifest
+++ b/dev-vcs/gitg/Manifest
@@ -1,3 +1 @@
-DIST gitg-3.26.0.tar.xz 1551308 BLAKE2B 45a9fd3df8eb891c4e07eefb6cf8f9b517c78dccc63dd08498b4c847614e164472e0605a01c81515ea349366e56c21c99a4558e73b6548b18bb94f578c0fc9bd SHA512 782aa02e2f0f4d8c86ad726045502d545877d835f0449d2ec646d93a78bbfa50f84662d3a437c922eb168b2737c00ec088dc2c73487742f332e3910f041b519d
-DIST gitg-3.30.1.tar.xz 10555888 BLAKE2B 02e8f957eee82bbf0702ca39b5b336929c131a93a94f5e28a2e4aa7c2c473c5d8bda072eba184cef37d6ad2fa7bfa21c007c86204a0a81b6d401487d752952fd SHA512 0d9241422dda6bf1840632fbcabf6b640554081ba995eba59ce90f893654e42c0ca8953e814533b90f362abb13b002e7a74b5f6841aee1f33c2834d2acab869f
DIST gitg-3.32.1.tar.xz 10613836 BLAKE2B 43c2c37f5c06cb6155906d5988f0787334af7a9091e537fa7b0fc1a9de3138f261a3e3c578afc663c7b57a33f39c19318a53daf7896c465922138197c3bbb778 SHA512 243e630b3e5bb1919dc307e6b3fed1b1b0e3884d2a2507e4526b4af61e86f1cd7004a3dbb96001ffb0280cefe7cdb9b109c39996718913c7410224830c0145a4
diff --git a/dev-vcs/gitg/gitg-3.26.0.ebuild b/dev-vcs/gitg/gitg-3.26.0.ebuild
deleted file mode 100644
index 46818ef6d31..00000000000
--- a/dev-vcs/gitg/gitg-3.26.0.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python3_{5,6} )
-VALA_MIN_API_VERSION="0.32" # Needed when gtk+-3.20 is found
-
-inherit gnome2 pax-utils python-r1 vala
-
-DESCRIPTION="git repository viewer for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Gitg"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-
-IUSE="glade +python"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-# test if unbundling of libgd is possible
-# Currently it seems not to be (unstable API/ABI)
-RDEPEND="
- app-crypt/libsecret
- dev-libs/libgee:0.8[introspection]
- >=app-text/gtkspell-3.0.3:3
- >=dev-libs/glib-2.38:2[dbus]
- >=dev-libs/gobject-introspection-0.10.1:=
- dev-libs/libgit2:=[threads]
-
- >=dev-libs/libgit2-glib-0.25.0[ssh]
- <dev-libs/libgit2-glib-0.27.0
-
- >=dev-libs/libpeas-1.5.0[gtk]
- >=dev-libs/libxml2-2.9.0:2
- net-libs/libsoup:2.4
- >=gnome-base/gsettings-desktop-schemas-0.1.1
- >=x11-libs/gtk+-3.20.0:3
- >=x11-libs/gtksourceview-3.10:3.0
- x11-themes/adwaita-icon-theme
- glade? ( >=dev-util/glade-3.2:3.10 )
- python? (
- ${PYTHON_DEPS}
- dev-python/pygobject:3[${PYTHON_USEDEP}]
- )
-"
-DEPEND="${RDEPEND}
- $(vala_depend)
- >=dev-libs/libgit2-glib-0.24.4[vala]
- >=dev-util/intltool-0.40
- gnome-base/gnome-common
- >=sys-devel/gettext-0.17
- virtual/pkgconfig
-"
-
-pkg_setup() {
- use python && [[ ${MERGE_TYPE} != binary ]] && python_setup
-}
-
-src_prepare() {
- gnome2_src_prepare
- vala_src_prepare
-}
-
-src_configure() {
- gnome2_src_configure \
- --disable-static \
- --disable-deprecations \
- $(use_enable glade glade-catalog) \
- $(use_enable python)
-}
-
-src_install() {
- # -j1: bug #???
- gnome2_src_install -j1
-
- if use python ; then
- install_gi_override() {
- python_moduleinto "$(python_get_sitedir)/gi/overrides"
- python_domodule "${S}"/libgitg-ext/GitgExt.py
- }
- python_foreach_impl install_gi_override
- fi
-}
diff --git a/dev-vcs/gitg/gitg-3.30.1.ebuild b/dev-vcs/gitg/gitg-3.30.1.ebuild
deleted file mode 100644
index 82d402136f8..00000000000
--- a/dev-vcs/gitg/gitg-3.30.1.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_{5,6,7} )
-VALA_MIN_API_VERSION="0.32" # Needed when gtk+-3.20 is found
-
-inherit gnome.org gnome2-utils meson python-r1 vala xdg-utils
-
-DESCRIPTION="git repository viewer for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Gitg"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="glade +python"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-# test if unbundling of libgd is possible
-# Currently it seems not to be (unstable API/ABI)
-RDEPEND="
- app-crypt/libsecret[vala]
- >=app-text/gtkspell-3.0.3:3[vala]
- >=dev-libs/glib-2.38:2[dbus]
- >=dev-libs/gobject-introspection-0.10.1:=
- dev-libs/libgee:0.8[introspection]
- dev-libs/libgit2:=[threads]
-
- >=dev-libs/libgit2-glib-0.26.4[ssh]
- <dev-libs/libgit2-glib-0.27.0
-
- >=dev-libs/libpeas-1.5.0[gtk]
- >=dev-libs/libxml2-2.9.0:2
- >=gnome-base/gsettings-desktop-schemas-0.1.1
- net-libs/libsoup:2.4
- >=x11-libs/gtk+-3.20.0:3
- >=x11-libs/gtksourceview-3.10:3.0
- x11-themes/adwaita-icon-theme
- glade? ( >=dev-util/glade-3.2:3.10 )
- python? (
- ${PYTHON_DEPS}
- dev-python/pygobject:3[${PYTHON_USEDEP}]
- )
-"
-DEPEND="${RDEPEND}
- $(vala_depend)
- >=dev-libs/libgit2-glib-0.24.4[vala]
- >=dev-util/intltool-0.40
- >=sys-devel/gettext-0.19.7
- virtual/pkgconfig
-"
-
-src_prepare() {
- default
- vala_src_prepare
- xdg_environment_reset
-}
-
-src_configure() {
- local emesonargs=(
- $(meson_use glade glade_catalog)
- # we install the module manually anyway
- -Dpython=false
- )
-
- meson_src_configure
-}
-
-src_install() {
- meson_src_install
-
- if use python ; then
- python_moduleinto gi.overrides
- python_foreach_impl python_domodule libgitg-ext/GitgExt.py
- fi
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
- gnome2_schemas_update
- xdg_desktop_database_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
- gnome2_schemas_update
- xdg_desktop_database_update
-}
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitg/
@ 2019-08-22 13:01 Michał Górny
0 siblings, 0 replies; 49+ messages in thread
From: Michał Górny @ 2019-08-22 13:01 UTC (permalink / raw
To: gentoo-commits
commit: bf0fb84a4eb9d2020cb07152655d6a622956aa44
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 22 13:01:30 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 22 13:01:46 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf0fb84a
dev-vcs/gitg: Require vala:0.40
Closes: https://bugs.gentoo.org/692538
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-vcs/gitg/gitg-3.32.1.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-vcs/gitg/gitg-3.32.1.ebuild b/dev-vcs/gitg/gitg-3.32.1.ebuild
index eebf3483fd2..5fee531ed8b 100644
--- a/dev-vcs/gitg/gitg-3.32.1.ebuild
+++ b/dev-vcs/gitg/gitg-3.32.1.ebuild
@@ -3,7 +3,8 @@
EAPI=7
PYTHON_COMPAT=( python3_{5,6,7} )
-VALA_MIN_API_VERSION="0.32" # Needed when gtk+-3.20 is found
+# vala-0.36 fails to build, https://bugs.gentoo.org/692538
+VALA_MIN_API_VERSION="0.40"
inherit gnome.org gnome2-utils meson python-r1 vala xdg-utils
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitg/
@ 2020-02-27 16:26 Michał Górny
0 siblings, 0 replies; 49+ messages in thread
From: Michał Górny @ 2020-02-27 16:26 UTC (permalink / raw
To: gentoo-commits
commit: 08e8cebe3d5013681f713243a2a9b0298cb65f6c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 27 16:24:01 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 27 16:26:25 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08e8cebe
dev-vcs/gitg: Permit libgit2-glib-0.99
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-vcs/gitg/{gitg-3.32.1.ebuild => gitg-3.32.1-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-vcs/gitg/gitg-3.32.1.ebuild b/dev-vcs/gitg/gitg-3.32.1-r1.ebuild
similarity index 98%
rename from dev-vcs/gitg/gitg-3.32.1.ebuild
rename to dev-vcs/gitg/gitg-3.32.1-r1.ebuild
index de0af18668d..360f3b8e0ba 100644
--- a/dev-vcs/gitg/gitg-3.32.1.ebuild
+++ b/dev-vcs/gitg/gitg-3.32.1-r1.ebuild
@@ -29,7 +29,7 @@ RDEPEND="
dev-libs/libgit2:=[threads]
>=dev-libs/libgit2-glib-0.27[ssh]
- <dev-libs/libgit2-glib-0.29
+ <dev-libs/libgit2-glib-1
>=dev-libs/libpeas-1.5.0[gtk]
>=dev-libs/libxml2-2.9.0:2
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitg/
@ 2020-12-23 12:57 Michał Górny
0 siblings, 0 replies; 49+ messages in thread
From: Michał Górny @ 2020-12-23 12:57 UTC (permalink / raw
To: gentoo-commits
commit: 0869e75582213b539b6bcac64f99dfb831a32e47
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 23 12:56:38 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Dec 23 12:56:38 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0869e755
dev-vcs/gitg: Port up to py3.9
Closes: https://bugs.gentoo.org/761280
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-vcs/gitg/gitg-3.32.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-vcs/gitg/gitg-3.32.1-r1.ebuild b/dev-vcs/gitg/gitg-3.32.1-r1.ebuild
index 360f3b8e0ba..97a0af7a79c 100644
--- a/dev-vcs/gitg/gitg-3.32.1-r1.ebuild
+++ b/dev-vcs/gitg/gitg-3.32.1-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6..9} )
# vala-0.36 fails to build, https://bugs.gentoo.org/692538
VALA_MIN_API_VERSION="0.40"
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitg/
@ 2021-12-30 8:57 Michał Górny
0 siblings, 0 replies; 49+ messages in thread
From: Michał Górny @ 2021-12-30 8:57 UTC (permalink / raw
To: gentoo-commits
commit: f99ff8ae560a5e371075308142a2bb35533874eb
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 30 08:13:20 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Dec 30 08:57:33 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f99ff8ae
dev-vcs/gitg: Bump to v41
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-vcs/gitg/Manifest | 1 +
dev-vcs/gitg/gitg-41.ebuild | 86 +++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 87 insertions(+)
diff --git a/dev-vcs/gitg/Manifest b/dev-vcs/gitg/Manifest
index 3d6f0c62a47f..854234ced112 100644
--- a/dev-vcs/gitg/Manifest
+++ b/dev-vcs/gitg/Manifest
@@ -1 +1,2 @@
DIST gitg-3.32.1.tar.xz 10613836 BLAKE2B 43c2c37f5c06cb6155906d5988f0787334af7a9091e537fa7b0fc1a9de3138f261a3e3c578afc663c7b57a33f39c19318a53daf7896c465922138197c3bbb778 SHA512 243e630b3e5bb1919dc307e6b3fed1b1b0e3884d2a2507e4526b4af61e86f1cd7004a3dbb96001ffb0280cefe7cdb9b109c39996718913c7410224830c0145a4
+DIST gitg-41.tar.xz 10604696 BLAKE2B bc8a07565338f77a0a4706d6ff145ed09096acb0230fb160218a6374b87968ffde6615b6e2970ca9162ef542f877c3c8ab2023396c13e023cc47dd5bf466f22c SHA512 4e8fe0b1ab5302f975f58277e5ae42300a96d20bb1c41426d8c0e058a53420fcca73f75566f593f5aa2882b3a0e1608cdd542bc4f68c731153ba9185972d6f51
diff --git a/dev-vcs/gitg/gitg-41.ebuild b/dev-vcs/gitg/gitg-41.ebuild
new file mode 100644
index 000000000000..71351bd2d1d9
--- /dev/null
+++ b/dev-vcs/gitg/gitg-41.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{8..10} )
+# vala-0.36 fails to build, https://bugs.gentoo.org/692538
+VALA_MIN_API_VERSION="0.40"
+
+inherit gnome.org gnome2-utils meson python-r1 vala xdg-utils
+
+DESCRIPTION="git repository viewer for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Gitg"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="glade +python"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+# test if unbundling of libgd is possible
+# Currently it seems not to be (unstable API/ABI)
+RDEPEND="
+ app-crypt/libsecret[vala]
+ >=app-text/gspell-1[vala]
+ >=dev-libs/glib-2.38:2[dbus]
+ >=dev-libs/gobject-introspection-0.10.1:=
+ dev-libs/json-glib
+ dev-libs/libdazzle[vala]
+ dev-libs/libgee:0.8[introspection]
+ dev-libs/libgit2:=[threads]
+ >=dev-libs/libgit2-glib-1.0.0[ssh]
+ >=dev-libs/libpeas-1.5.0[gtk]
+ >=dev-libs/libxml2-2.9.0:2
+ >=gnome-base/gsettings-desktop-schemas-0.1.1
+ >=x11-libs/gtk+-3.20.0:3
+ >=x11-libs/gtksourceview-4.0.3:4
+ x11-themes/adwaita-icon-theme
+ glade? ( >=dev-util/glade-3.2:3.10 )
+ python? (
+ ${PYTHON_DEPS}
+ dev-python/pygobject:3[${PYTHON_USEDEP}]
+ )
+"
+DEPEND="${RDEPEND}
+ $(vala_depend)
+ >=dev-libs/libgit2-glib-1.0.0[vala]
+ >=sys-devel/gettext-0.19.7
+ virtual/pkgconfig
+"
+
+src_prepare() {
+ default
+ vala_src_prepare
+ xdg_environment_reset
+}
+
+src_configure() {
+ local emesonargs=(
+ $(meson_use glade glade_catalog)
+ # we install the module manually anyway
+ -Dpython=false
+ )
+
+ meson_src_configure
+}
+
+src_install() {
+ meson_src_install
+
+ if use python ; then
+ python_moduleinto gi.overrides
+ python_foreach_impl python_domodule libgitg-ext/GitgExt.py
+ fi
+}
+
+pkg_postinst() {
+ gnome2_schemas_update
+ xdg_desktop_database_update
+ xdg_icon_cache_update
+}
+
+pkg_postrm() {
+ gnome2_schemas_update
+ xdg_desktop_database_update
+ xdg_icon_cache_update
+}
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitg/
@ 2021-12-30 10:51 Michał Górny
0 siblings, 0 replies; 49+ messages in thread
From: Michał Górny @ 2021-12-30 10:51 UTC (permalink / raw
To: gentoo-commits
commit: fe73f4ebb773001b97eff445398f2e4bf1d5775c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 30 10:38:45 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Dec 30 10:50:56 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe73f4eb
dev-vcs/gitg: Fix installing without "python3" symlink
Closes: https://bugs.gentoo.org/830284
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-vcs/gitg/gitg-41.ebuild | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/dev-vcs/gitg/gitg-41.ebuild b/dev-vcs/gitg/gitg-41.ebuild
index 71351bd2d1d9..37bca5db740d 100644
--- a/dev-vcs/gitg/gitg-41.ebuild
+++ b/dev-vcs/gitg/gitg-41.ebuild
@@ -52,6 +52,10 @@ src_prepare() {
default
vala_src_prepare
xdg_environment_reset
+
+ # it doesn't do anything in DESTDIR mode, except for failing
+ # when python3 symlink is not present
+ echo "#!/bin/sh" > meson_post_install.py || die
}
src_configure() {
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitg/
@ 2022-01-25 0:51 Sam James
0 siblings, 0 replies; 49+ messages in thread
From: Sam James @ 2022-01-25 0:51 UTC (permalink / raw
To: gentoo-commits
commit: 9ca920b511d97ee6acb00550eb8c8b64ed808aea
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 25 00:50:50 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 25 00:50:50 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ca920b5
dev-vcs/gitg: fix copyright
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-vcs/gitg/gitg-41.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-vcs/gitg/gitg-41.ebuild b/dev-vcs/gitg/gitg-41.ebuild
index 1474422be37b..01bf024b29a0 100644
--- a/dev-vcs/gitg/gitg-41.ebuild
+++ b/dev-vcs/gitg/gitg-41.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitg/
@ 2022-02-10 11:13 Jakov Smolić
0 siblings, 0 replies; 49+ messages in thread
From: Jakov Smolić @ 2022-02-10 11:13 UTC (permalink / raw
To: gentoo-commits
commit: 8f1563a117f0473126136dd661f8e6358b34ffad
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 10 11:13:32 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Feb 10 11:13:32 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f1563a1
dev-vcs/gitg: Stabilize 41 amd64, #833067
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-vcs/gitg/gitg-41.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-vcs/gitg/gitg-41.ebuild b/dev-vcs/gitg/gitg-41.ebuild
index 01bf024b29a0..2f2a92beff08 100644
--- a/dev-vcs/gitg/gitg-41.ebuild
+++ b/dev-vcs/gitg/gitg-41.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Gitg"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="glade +python"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitg/
@ 2022-02-10 11:53 Jakov Smolić
0 siblings, 0 replies; 49+ messages in thread
From: Jakov Smolić @ 2022-02-10 11:53 UTC (permalink / raw
To: gentoo-commits
commit: 18511f393ead9905ec82b516c2e165249f05d84b
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 10 11:53:21 2022 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Feb 10 11:53:44 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18511f39
dev-vcs/gitg: Stabilize 41 x86, #833067
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-vcs/gitg/gitg-41.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-vcs/gitg/gitg-41.ebuild b/dev-vcs/gitg/gitg-41.ebuild
index 2f2a92beff08..2bd9b394ef18 100644
--- a/dev-vcs/gitg/gitg-41.ebuild
+++ b/dev-vcs/gitg/gitg-41.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Gitg"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
IUSE="glade +python"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitg/
@ 2022-02-10 12:02 Michał Górny
0 siblings, 0 replies; 49+ messages in thread
From: Michał Górny @ 2022-02-10 12:02 UTC (permalink / raw
To: gentoo-commits
commit: 6beafcf563f94eda7ed6157b02105064bd1b143a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 10 11:59:13 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 10 11:59:13 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6beafcf5
dev-vcs/gitg: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-vcs/gitg/Manifest | 1 -
dev-vcs/gitg/gitg-3.32.1-r1.ebuild | 89 --------------------------------------
2 files changed, 90 deletions(-)
diff --git a/dev-vcs/gitg/Manifest b/dev-vcs/gitg/Manifest
index 854234ced112..706c061c5b4b 100644
--- a/dev-vcs/gitg/Manifest
+++ b/dev-vcs/gitg/Manifest
@@ -1,2 +1 @@
-DIST gitg-3.32.1.tar.xz 10613836 BLAKE2B 43c2c37f5c06cb6155906d5988f0787334af7a9091e537fa7b0fc1a9de3138f261a3e3c578afc663c7b57a33f39c19318a53daf7896c465922138197c3bbb778 SHA512 243e630b3e5bb1919dc307e6b3fed1b1b0e3884d2a2507e4526b4af61e86f1cd7004a3dbb96001ffb0280cefe7cdb9b109c39996718913c7410224830c0145a4
DIST gitg-41.tar.xz 10604696 BLAKE2B bc8a07565338f77a0a4706d6ff145ed09096acb0230fb160218a6374b87968ffde6615b6e2970ca9162ef542f877c3c8ab2023396c13e023cc47dd5bf466f22c SHA512 4e8fe0b1ab5302f975f58277e5ae42300a96d20bb1c41426d8c0e058a53420fcca73f75566f593f5aa2882b3a0e1608cdd542bc4f68c731153ba9185972d6f51
diff --git a/dev-vcs/gitg/gitg-3.32.1-r1.ebuild b/dev-vcs/gitg/gitg-3.32.1-r1.ebuild
deleted file mode 100644
index a90016480eb4..000000000000
--- a/dev-vcs/gitg/gitg-3.32.1-r1.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
-# vala-0.36 fails to build, https://bugs.gentoo.org/692538
-VALA_MIN_API_VERSION="0.40"
-
-inherit gnome.org gnome2-utils meson python-r1 vala xdg-utils
-
-DESCRIPTION="git repository viewer for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Gitg"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE="glade +python"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-# test if unbundling of libgd is possible
-# Currently it seems not to be (unstable API/ABI)
-RDEPEND="
- app-crypt/libsecret[vala]
- >=app-text/gtkspell-3.0.3:3[vala]
- >=dev-libs/glib-2.38:2[dbus]
- >=dev-libs/gobject-introspection-0.10.1:=
- dev-libs/libdazzle[vala]
- dev-libs/libgee:0.8[introspection]
- dev-libs/libgit2:=[threads]
-
- >=dev-libs/libgit2-glib-0.27[ssh]
- <dev-libs/libgit2-glib-1
-
- >=dev-libs/libpeas-1.5.0[gtk]
- >=dev-libs/libxml2-2.9.0:2
- >=gnome-base/gsettings-desktop-schemas-0.1.1
- net-libs/libsoup:2.4
- >=x11-libs/gtk+-3.20.0:3
- >=x11-libs/gtksourceview-3.10:3.0
- x11-themes/adwaita-icon-theme
- glade? ( >=dev-util/glade-3.2:3.10 )
- python? (
- ${PYTHON_DEPS}
- dev-python/pygobject:3[${PYTHON_USEDEP}]
- )
-"
-DEPEND="${RDEPEND}
- $(vala_depend)
- >=dev-libs/libgit2-glib-0.24.4[vala]
- >=sys-devel/gettext-0.19.7
- virtual/pkgconfig
-"
-
-src_prepare() {
- default
- vala_src_prepare
- xdg_environment_reset
-}
-
-src_configure() {
- local emesonargs=(
- $(meson_use glade glade_catalog)
- # we install the module manually anyway
- -Dpython=false
- )
-
- meson_src_configure
-}
-
-src_install() {
- meson_src_install
-
- if use python ; then
- python_moduleinto gi.overrides
- python_foreach_impl python_domodule libgitg-ext/GitgExt.py
- fi
-}
-
-pkg_postinst() {
- gnome2_schemas_update
- xdg_desktop_database_update
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_schemas_update
- xdg_desktop_database_update
- xdg_icon_cache_update
-}
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitg/
@ 2022-10-30 15:42 Matt Turner
0 siblings, 0 replies; 49+ messages in thread
From: Matt Turner @ 2022-10-30 15:42 UTC (permalink / raw
To: gentoo-commits
commit: 108c9610a90234d0b4d24ae112266ba65cc00767
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 29 21:19:56 2022 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Oct 30 15:41:17 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=108c9610
dev-vcs/gitg: Set remote-id
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
dev-vcs/gitg/metadata.xml | 39 +++++++++++++++++++++------------------
1 file changed, 21 insertions(+), 18 deletions(-)
diff --git a/dev-vcs/gitg/metadata.xml b/dev-vcs/gitg/metadata.xml
index 66b11e5d9e14..5b68b50964cc 100644
--- a/dev-vcs/gitg/metadata.xml
+++ b/dev-vcs/gitg/metadata.xml
@@ -1,22 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>gnome@gentoo.org</email>
- <name>Gentoo GNOME Desktop</name>
- </maintainer>
- <maintainer type="person">
- <email>mgorny@gentoo.org</email>
- <name>Michał Górny</name>
- </maintainer>
- <longdescription lang="en">
- gitg is a graphical user interface for git. It aims at being a small,
- fast and convenient tool to visualize the history of git repositories.
- Besides visualization, gitg also provides several utilities to manage your
- repository and commit your work.
- </longdescription>
- <use>
- <flag name="glade">Install a glade catalog file</flag>
- <flag name="python">Install Python bindings for those plugins requiring it.</flag>
- </use>
+ <maintainer type="project">
+ <email>gnome@gentoo.org</email>
+ <name>Gentoo GNOME Desktop</name>
+ </maintainer>
+ <maintainer type="person">
+ <email>mgorny@gentoo.org</email>
+ <name>Michał Górny</name>
+ </maintainer>
+ <longdescription lang="en">
+ gitg is a graphical user interface for git. It aims at being a small,
+ fast and convenient tool to visualize the history of git repositories.
+ Besides visualization, gitg also provides several utilities to manage your
+ repository and commit your work.
+ </longdescription>
+ <use>
+ <flag name="glade">Install a glade catalog file</flag>
+ <flag name="python">Install Python bindings for those plugins requiring it.</flag>
+ </use>
+ <upstream>
+ <remote-id type="gnome-gitlab">GNOME/gitg</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitg/
@ 2023-01-01 16:20 David Seifert
0 siblings, 0 replies; 49+ messages in thread
From: David Seifert @ 2023-01-01 16:20 UTC (permalink / raw
To: gentoo-commits
commit: 57165dc088d082de6cd65119c9b07b7920f5f7ef
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 1 16:18:12 2023 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jan 1 16:18:12 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57165dc0
dev-vcs/gitg: update EAPI 7 -> 8
Signed-off-by: David Seifert <soap <AT> gentoo.org>
dev-vcs/gitg/{gitg-41.ebuild => gitg-41-r1.ebuild} | 26 ++++++++++------------
1 file changed, 12 insertions(+), 14 deletions(-)
diff --git a/dev-vcs/gitg/gitg-41.ebuild b/dev-vcs/gitg/gitg-41-r1.ebuild
similarity index 84%
rename from dev-vcs/gitg/gitg-41.ebuild
rename to dev-vcs/gitg/gitg-41-r1.ebuild
index dfd4809e712b..96fe1764146f 100644
--- a/dev-vcs/gitg/gitg-41.ebuild
+++ b/dev-vcs/gitg/gitg-41-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
-PYTHON_COMPAT=( python3_{8..11} )
+EAPI=8
-inherit gnome.org gnome2-utils meson python-r1 vala xdg-utils
+PYTHON_COMPAT=( python3_{8..11} )
+inherit gnome.org gnome2-utils meson python-r1 vala xdg
DESCRIPTION="git repository viewer for GNOME"
HOMEPAGE="https://wiki.gnome.org/Apps/Gitg"
@@ -40,20 +40,18 @@ RDEPEND="
)
"
DEPEND="${RDEPEND}
- $(vala_depend)
>=dev-libs/libgit2-glib-1.0.0[vala]
+"
+BDEPEND="
>=sys-devel/gettext-0.19.7
virtual/pkgconfig
+ $(vala_depend)
"
-PATCHES=(
- "${FILESDIR}/${PV}"-fix-build-with-meson-0.61.1.patch
-)
+PATCHES=( "${FILESDIR}"/${PV}-fix-build-with-meson-0.61.1.patch )
src_prepare() {
default
- vala_src_prepare
- xdg_environment_reset
# it doesn't do anything in DESTDIR mode, except for failing
# when python3 symlink is not present
@@ -61,6 +59,8 @@ src_prepare() {
}
src_configure() {
+ vala_setup
+
local emesonargs=(
$(meson_use glade glade_catalog)
# we install the module manually anyway
@@ -81,12 +81,10 @@ src_install() {
pkg_postinst() {
gnome2_schemas_update
- xdg_desktop_database_update
- xdg_icon_cache_update
+ xdg_pkg_postinst
}
pkg_postrm() {
gnome2_schemas_update
- xdg_desktop_database_update
- xdg_icon_cache_update
+ xdg_pkg_postrm
}
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitg/
@ 2023-09-03 14:01 Matt Turner
0 siblings, 0 replies; 49+ messages in thread
From: Matt Turner @ 2023-09-03 14:01 UTC (permalink / raw
To: gentoo-commits
commit: 2780e9d68c2d1451cef2a1d3860ad54fa07e8386
Author: Guillermo Joandet <gjoandet <AT> gmail <DOT> com>
AuthorDate: Fri Aug 4 02:47:28 2023 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Sep 3 14:00:59 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2780e9d6
dev-vcs/gitg: Version bump to 44
Signed-off-by: Guillermo Joandet <gjoandet <AT> gmail.com>
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
dev-vcs/gitg/Manifest | 1 +
dev-vcs/gitg/gitg-44.ebuild | 90 +++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 91 insertions(+)
diff --git a/dev-vcs/gitg/Manifest b/dev-vcs/gitg/Manifest
index 706c061c5b4b..f81d7d6c91c5 100644
--- a/dev-vcs/gitg/Manifest
+++ b/dev-vcs/gitg/Manifest
@@ -1 +1,2 @@
DIST gitg-41.tar.xz 10604696 BLAKE2B bc8a07565338f77a0a4706d6ff145ed09096acb0230fb160218a6374b87968ffde6615b6e2970ca9162ef542f877c3c8ab2023396c13e023cc47dd5bf466f22c SHA512 4e8fe0b1ab5302f975f58277e5ae42300a96d20bb1c41426d8c0e058a53420fcca73f75566f593f5aa2882b3a0e1608cdd542bc4f68c731153ba9185972d6f51
+DIST gitg-44.tar.xz 10629352 BLAKE2B 2c96b9e59ae04b8f9d760526007a564d7eda6bc2130b9e4970c55049da08e7a9f16c98bb8aa1a6d12e6baebc4b795a7947419cf9180b1f073cc79d9c54f83781 SHA512 3a5eadcd80aad42344adbe8783ba7e6d91dd5abe8343987e51db32db73205eb660d1c98bbfacbc6399a8c285fbd8ceb56ee87bc76569d45ca5c69bf1926e6bee
diff --git a/dev-vcs/gitg/gitg-44.ebuild b/dev-vcs/gitg/gitg-44.ebuild
new file mode 100644
index 000000000000..f25cedb16549
--- /dev/null
+++ b/dev-vcs/gitg/gitg-44.ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+inherit gnome.org gnome2-utils meson python-r1 vala xdg
+
+DESCRIPTION="git repository viewer for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Gitg"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="glade +python"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+# test if unbundling of libgd is possible
+# Currently it seems not to be (unstable API/ABI)
+RDEPEND="
+ app-crypt/gpgme
+ app-crypt/libsecret[vala]
+ >=app-text/gspell-1[vala]
+ >=dev-libs/glib-2.38:2[dbus]
+ >=dev-libs/gobject-introspection-0.10.1:=
+ dev-libs/json-glib
+ dev-libs/libdazzle[vala]
+ dev-libs/libgee:0.8[introspection]
+ >=dev-libs/libgit2-glib-1.2.0[ssh]
+ dev-libs/libgit2:=[threads]
+ >=dev-libs/libpeas-1.5.0[gtk]
+ >=dev-libs/libxml2-2.9.0:2
+ >=gnome-base/gsettings-desktop-schemas-0.1.1
+ >=gui-libs/libhandy-1.5.0
+ >=x11-libs/gtk+-3.20.0:3
+ >=x11-libs/gtksourceview-4.0.3:4
+ x11-themes/adwaita-icon-theme
+ glade? ( >=dev-util/glade-3.2:3.10 )
+ python? (
+ ${PYTHON_DEPS}
+ dev-python/pygobject:3[${PYTHON_USEDEP}]
+ )
+"
+DEPEND="${RDEPEND}
+ >=dev-libs/libgit2-glib-1.0.0[vala]
+"
+BDEPEND="
+ >=sys-devel/gettext-0.19.7
+ virtual/pkgconfig
+ $(vala_depend)
+"
+
+src_prepare() {
+ default
+
+ # it doesn't do anything in DESTDIR mode, except for failing
+ # when python3 symlink is not present
+ echo "#!/bin/sh" > meson_post_install.py || die
+}
+
+src_configure() {
+ vala_setup
+
+ local emesonargs=(
+ $(meson_use glade glade_catalog)
+ # we install the module manually anyway
+ -Dpython=false
+ )
+
+ meson_src_configure
+}
+
+src_install() {
+ meson_src_install
+
+ if use python ; then
+ python_moduleinto gi.overrides
+ python_foreach_impl python_domodule libgitg-ext/GitgExt.py
+ fi
+}
+
+pkg_postinst() {
+ gnome2_schemas_update
+ xdg_pkg_postinst
+}
+
+pkg_postrm() {
+ gnome2_schemas_update
+ xdg_pkg_postrm
+}
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitg/
@ 2023-10-06 18:08 Sam James
0 siblings, 0 replies; 49+ messages in thread
From: Sam James @ 2023-10-06 18:08 UTC (permalink / raw
To: gentoo-commits
commit: 6ee0f7378dc89aea83618642778451d9a95a4eb7
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 6 18:03:49 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 6 18:07:50 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ee0f737
dev-vcs/gitg: Stabilize 44 x86, #915254
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-vcs/gitg/gitg-44.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-vcs/gitg/gitg-44.ebuild b/dev-vcs/gitg/gitg-44.ebuild
index 10ca73cb5e31..4d574896d580 100644
--- a/dev-vcs/gitg/gitg-44.ebuild
+++ b/dev-vcs/gitg/gitg-44.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Gitg"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
IUSE="glade +python"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitg/
@ 2023-10-06 18:08 Sam James
0 siblings, 0 replies; 49+ messages in thread
From: Sam James @ 2023-10-06 18:08 UTC (permalink / raw
To: gentoo-commits
commit: 3f2cee12885f861072d7798825caeeb9ffa7a101
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 6 18:03:48 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 6 18:07:50 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f2cee12
dev-vcs/gitg: Stabilize 44 amd64, #915254
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-vcs/gitg/gitg-44.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-vcs/gitg/gitg-44.ebuild b/dev-vcs/gitg/gitg-44.ebuild
index f25cedb16549..10ca73cb5e31 100644
--- a/dev-vcs/gitg/gitg-44.ebuild
+++ b/dev-vcs/gitg/gitg-44.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Gitg"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="glade +python"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitg/
@ 2023-10-29 22:23 Mart Raudsepp
0 siblings, 0 replies; 49+ messages in thread
From: Mart Raudsepp @ 2023-10-29 22:23 UTC (permalink / raw
To: gentoo-commits
commit: e6824cd40537dafcb8099a35b3a0f7d5ebf4ed68
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 29 22:12:56 2023 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Oct 29 22:12:56 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6824cd4
dev-vcs/gitg: drop 41-r1
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
dev-vcs/gitg/Manifest | 1 -
dev-vcs/gitg/gitg-41-r1.ebuild | 90 ------------------------------------------
2 files changed, 91 deletions(-)
diff --git a/dev-vcs/gitg/Manifest b/dev-vcs/gitg/Manifest
index f81d7d6c91c5..34cf5652a04a 100644
--- a/dev-vcs/gitg/Manifest
+++ b/dev-vcs/gitg/Manifest
@@ -1,2 +1 @@
-DIST gitg-41.tar.xz 10604696 BLAKE2B bc8a07565338f77a0a4706d6ff145ed09096acb0230fb160218a6374b87968ffde6615b6e2970ca9162ef542f877c3c8ab2023396c13e023cc47dd5bf466f22c SHA512 4e8fe0b1ab5302f975f58277e5ae42300a96d20bb1c41426d8c0e058a53420fcca73f75566f593f5aa2882b3a0e1608cdd542bc4f68c731153ba9185972d6f51
DIST gitg-44.tar.xz 10629352 BLAKE2B 2c96b9e59ae04b8f9d760526007a564d7eda6bc2130b9e4970c55049da08e7a9f16c98bb8aa1a6d12e6baebc4b795a7947419cf9180b1f073cc79d9c54f83781 SHA512 3a5eadcd80aad42344adbe8783ba7e6d91dd5abe8343987e51db32db73205eb660d1c98bbfacbc6399a8c285fbd8ceb56ee87bc76569d45ca5c69bf1926e6bee
diff --git a/dev-vcs/gitg/gitg-41-r1.ebuild b/dev-vcs/gitg/gitg-41-r1.ebuild
deleted file mode 100644
index e5bec70ca729..000000000000
--- a/dev-vcs/gitg/gitg-41-r1.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-inherit gnome.org gnome2-utils meson python-r1 vala xdg
-
-DESCRIPTION="git repository viewer for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Gitg"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE="glade +python"
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-# test if unbundling of libgd is possible
-# Currently it seems not to be (unstable API/ABI)
-RDEPEND="
- app-crypt/libsecret[vala]
- >=app-text/gspell-1[vala]
- >=dev-libs/glib-2.38:2[dbus]
- >=dev-libs/gobject-introspection-0.10.1:=
- dev-libs/json-glib
- dev-libs/libdazzle[vala]
- dev-libs/libgee:0.8[introspection]
- dev-libs/libgit2:=[threads]
- >=dev-libs/libgit2-glib-1.0.0[ssh]
- >=dev-libs/libpeas-1.5.0[gtk]
- >=dev-libs/libxml2-2.9.0:2
- >=gnome-base/gsettings-desktop-schemas-0.1.1
- >=x11-libs/gtk+-3.20.0:3
- >=x11-libs/gtksourceview-4.0.3:4
- x11-themes/adwaita-icon-theme
- glade? ( >=dev-util/glade-3.2:3.10 )
- python? (
- ${PYTHON_DEPS}
- dev-python/pygobject:3[${PYTHON_USEDEP}]
- )
-"
-DEPEND="${RDEPEND}
- >=dev-libs/libgit2-glib-1.0.0[vala]
-"
-BDEPEND="
- >=sys-devel/gettext-0.19.7
- virtual/pkgconfig
- $(vala_depend)
-"
-
-PATCHES=( "${FILESDIR}"/${PV}-fix-build-with-meson-0.61.1.patch )
-
-src_prepare() {
- default
-
- # it doesn't do anything in DESTDIR mode, except for failing
- # when python3 symlink is not present
- echo "#!/bin/sh" > meson_post_install.py || die
-}
-
-src_configure() {
- vala_setup
-
- local emesonargs=(
- $(meson_use glade glade_catalog)
- # we install the module manually anyway
- -Dpython=false
- )
-
- meson_src_configure
-}
-
-src_install() {
- meson_src_install
-
- if use python ; then
- python_moduleinto gi.overrides
- python_foreach_impl python_domodule libgitg-ext/GitgExt.py
- fi
-}
-
-pkg_postinst() {
- gnome2_schemas_update
- xdg_pkg_postinst
-}
-
-pkg_postrm() {
- gnome2_schemas_update
- xdg_pkg_postrm
-}
^ permalink raw reply related [flat|nested] 49+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitg/
@ 2023-10-29 22:23 Mart Raudsepp
0 siblings, 0 replies; 49+ messages in thread
From: Mart Raudsepp @ 2023-10-29 22:23 UTC (permalink / raw
To: gentoo-commits
commit: 6cdc27bc8680c849a7268520b9d7df5496b9812a
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 29 22:13:22 2023 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Oct 29 22:13:22 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cdc27bc
dev-vcs/gitg: Explicitly depend on libpeas SLOT=0
Another libpeas SLOT is coming.
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
dev-vcs/gitg/{gitg-44.ebuild => gitg-44-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-vcs/gitg/gitg-44.ebuild b/dev-vcs/gitg/gitg-44-r1.ebuild
similarity index 98%
rename from dev-vcs/gitg/gitg-44.ebuild
rename to dev-vcs/gitg/gitg-44-r1.ebuild
index 4d574896d580..9b2aaa0dbc67 100644
--- a/dev-vcs/gitg/gitg-44.ebuild
+++ b/dev-vcs/gitg/gitg-44-r1.ebuild
@@ -28,7 +28,7 @@ RDEPEND="
dev-libs/libgee:0.8[introspection]
>=dev-libs/libgit2-glib-1.2.0[ssh]
dev-libs/libgit2:=[threads]
- >=dev-libs/libpeas-1.5.0[gtk]
+ >=dev-libs/libpeas-1.5.0:0[gtk]
>=dev-libs/libxml2-2.9.0:2
>=gnome-base/gsettings-desktop-schemas-0.1.1
>=gui-libs/libhandy-1.5.0
^ permalink raw reply related [flat|nested] 49+ messages in thread
end of thread, other threads:[~2023-10-29 22:23 UTC | newest]
Thread overview: 49+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-25 0:51 [gentoo-commits] repo/gentoo:master commit in: dev-vcs/gitg/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2023-10-29 22:23 Mart Raudsepp
2023-10-29 22:23 Mart Raudsepp
2023-10-06 18:08 Sam James
2023-10-06 18:08 Sam James
2023-09-03 14:01 Matt Turner
2023-01-01 16:20 David Seifert
2022-10-30 15:42 Matt Turner
2022-02-10 12:02 Michał Górny
2022-02-10 11:53 Jakov Smolić
2022-02-10 11:13 Jakov Smolić
2021-12-30 10:51 Michał Górny
2021-12-30 8:57 Michał Górny
2020-12-23 12:57 Michał Górny
2020-02-27 16:26 Michał Górny
2019-08-22 13:01 Michał Górny
2019-08-19 4:29 Michał Górny
2019-08-18 21:51 Agostino Sarubbo
2019-08-16 22:38 Thomas Deutschmann
2019-07-25 14:27 Michał Górny
2018-12-29 12:41 Gilles Dartiguelongue
2018-10-26 8:38 Michał Górny
2018-10-10 15:48 Mart Raudsepp
2018-04-07 14:34 Mart Raudsepp
2018-02-19 20:03 Mart Raudsepp
2018-02-06 18:36 Thomas Deutschmann
2018-01-26 15:03 Mikle Kolyada
2017-11-26 11:39 David Seifert
2017-08-24 7:09 Michał Górny
2017-08-22 12:59 Mart Raudsepp
2017-05-01 22:35 Mart Raudsepp
2017-05-01 22:35 Mart Raudsepp
2017-05-01 22:35 Mart Raudsepp
2017-04-18 10:56 Mart Raudsepp
2016-10-20 7:42 Gilles Dartiguelongue
2016-10-20 7:42 Gilles Dartiguelongue
2016-09-17 12:39 Gilles Dartiguelongue
2016-09-05 22:37 Gilles Dartiguelongue
2016-08-17 18:38 Pacho Ramos
2016-07-02 10:43 Pacho Ramos
2016-07-02 10:43 Pacho Ramos
2016-03-08 4:37 Alexandre Rostovtsev
2016-03-06 16:43 Mikle Kolyada
2016-02-03 5:33 Ian Delaney
2015-11-17 20:23 Pacho Ramos
2015-08-30 12:47 Mike Auty
2015-08-29 17:19 Mike Auty
2015-08-29 12:31 Mike Auty
2015-08-29 12:28 Mike Auty
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox