* [gentoo-commits] repo/gentoo:master commit in: x11-misc/gigolo/
@ 2017-11-29 19:37 Denis Dupeyron
0 siblings, 0 replies; 28+ messages in thread
From: Denis Dupeyron @ 2017-11-29 19:37 UTC (permalink / raw
To: gentoo-commits
commit: 365a9bf1faf2dc583d7b72bd1b28bc6087559c7a
Author: Denis Dupeyron <calchan <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 29 19:37:15 2017 +0000
Commit: Denis Dupeyron <calchan <AT> gentoo <DOT> org>
CommitDate: Wed Nov 29 19:37:44 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=365a9bf1
x11-misc/gigolo: remove obsolete xfconf.eclass, migrate to EAPI6
Package-Manager: Portage-2.3.16, Repoman-2.3.6
x11-misc/gigolo/Manifest | 2 +-
x11-misc/gigolo/gigolo-0.4.2-r1.ebuild | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 35 insertions(+), 1 deletion(-)
diff --git a/x11-misc/gigolo/Manifest b/x11-misc/gigolo/Manifest
index 5932e3c0692..18a794dc831 100644
--- a/x11-misc/gigolo/Manifest
+++ b/x11-misc/gigolo/Manifest
@@ -1 +1 @@
-DIST gigolo-0.4.2.tar.bz2 243877 SHA256 553fc78fe4e7bd2f01f3851baea7e63f6414fe652dfb4b08c60b5c4b2b909164 SHA512 d6d8c65674097fb3eae586e4c71b0f36ba64df00b2ac84c32bd83cfb0fd690ae998c22cea02194acd1f018cdfd01b42f840867425ed183fb0ad98c8d97859532 WHIRLPOOL 94140dc124b8bb15225248976b2779bdf0b4aeee478a6a6de30032689c33041eae28067b7cb434584628d8f722df0262aa761c641853f64a3a422ff1228d859f
+DIST gigolo-0.4.2.tar.bz2 243877 BLAKE2B 7536d8fc1a10abb465b2150785f593c88b4d0a40fc76e1f88388a1631f874ccf0169dec9328b1051c39d6334257c765b409aefeb008a4dfd30bdd9e61d43d269 SHA512 d6d8c65674097fb3eae586e4c71b0f36ba64df00b2ac84c32bd83cfb0fd690ae998c22cea02194acd1f018cdfd01b42f840867425ed183fb0ad98c8d97859532
diff --git a/x11-misc/gigolo/gigolo-0.4.2-r1.ebuild b/x11-misc/gigolo/gigolo-0.4.2-r1.ebuild
new file mode 100644
index 00000000000..2530f306a06
--- /dev/null
+++ b/x11-misc/gigolo/gigolo-0.4.2-r1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit xdg-utils
+
+DESCRIPTION="a frontend to easily manage connections to remote filesystems using GIO/GVfs"
+HOMEPAGE="http://www.uvena.de/gigolo/ https://goodies.xfce.org/projects/applications/gigolo"
+SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2.16
+ >=x11-libs/gtk+-2.12:2"
+DEPEND="${RDEPEND}
+ dev-util/intltool
+ virtual/pkgconfig"
+
+src_prepare() {
+ rm -f COPYING || die
+ default
+}
+
+pkg_postinst() {
+ xdg_desktop_database_update
+}
+
+pkg_postrm() {
+ xdg_desktop_database_update
+}
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/gigolo/
@ 2018-01-05 10:42 Mikle Kolyada
0 siblings, 0 replies; 28+ messages in thread
From: Mikle Kolyada @ 2018-01-05 10:42 UTC (permalink / raw
To: gentoo-commits
commit: 445b1aff4e8ee6cd4d0abf6795b9f0363c082015
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 5 10:36:34 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Jan 5 10:36:34 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=445b1aff
x11-misc/gigolo: amd64 stable wrt bug #643074
Package-Manager: Portage-2.3.13, Repoman-2.3.3
x11-misc/gigolo/gigolo-0.4.2-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-misc/gigolo/gigolo-0.4.2-r1.ebuild b/x11-misc/gigolo/gigolo-0.4.2-r1.ebuild
index 2530f306a06..d4e0771dafc 100644
--- a/x11-misc/gigolo/gigolo-0.4.2-r1.ebuild
+++ b/x11-misc/gigolo/gigolo-0.4.2-r1.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
@@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE=""
RDEPEND=">=dev-libs/glib-2.16
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/gigolo/
@ 2018-01-06 5:05 Thomas Deutschmann
0 siblings, 0 replies; 28+ messages in thread
From: Thomas Deutschmann @ 2018-01-06 5:05 UTC (permalink / raw
To: gentoo-commits
commit: 8df05a1a1778a2b8d61c508c61951bf230ffbbb0
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 6 04:59:28 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Jan 6 04:59:28 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8df05a1a
x11-misc/gigolo: x86 stable (bug #643074)
Package-Manager: Portage-2.3.19, Repoman-2.3.6
x11-misc/gigolo/gigolo-0.4.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/gigolo/gigolo-0.4.2-r1.ebuild b/x11-misc/gigolo/gigolo-0.4.2-r1.ebuild
index d4e0771dafc..1de0cadb8c6 100644
--- a/x11-misc/gigolo/gigolo-0.4.2-r1.ebuild
+++ b/x11-misc/gigolo/gigolo-0.4.2-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
RDEPEND=">=dev-libs/glib-2.16
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/gigolo/
@ 2018-06-02 22:38 Aaron Bauman
0 siblings, 0 replies; 28+ messages in thread
From: Aaron Bauman @ 2018-06-02 22:38 UTC (permalink / raw
To: gentoo-commits
commit: 1d2b97c13bf5de598c22635d57e7b5499d01fadb
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Jun 2 20:40:48 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Jun 2 22:37:37 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d2b97c1
x11-misc/gigolo: use HTTPs
Closes: https://github.com/gentoo/gentoo/pull/8694
x11-misc/gigolo/gigolo-0.4.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/gigolo/gigolo-0.4.2-r1.ebuild b/x11-misc/gigolo/gigolo-0.4.2-r1.ebuild
index 1de0cadb8c6..0f8a1215a55 100644
--- a/x11-misc/gigolo/gigolo-0.4.2-r1.ebuild
+++ b/x11-misc/gigolo/gigolo-0.4.2-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=6
inherit xdg-utils
DESCRIPTION="a frontend to easily manage connections to remote filesystems using GIO/GVfs"
-HOMEPAGE="http://www.uvena.de/gigolo/ https://goodies.xfce.org/projects/applications/gigolo"
+HOMEPAGE="https://www.uvena.de/gigolo/ https://goodies.xfce.org/projects/applications/gigolo"
SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
LICENSE="GPL-2"
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/gigolo/
@ 2018-10-27 12:46 Michał Górny
0 siblings, 0 replies; 28+ messages in thread
From: Michał Górny @ 2018-10-27 12:46 UTC (permalink / raw
To: gentoo-commits
commit: 92d6e24cce5860cbe76c5126eeb0999a59af9812
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 27 12:45:04 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct 27 12:46:24 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92d6e24c
x11-misc/gigolo: Bump to 0.4.90 (GTK+3 port)
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
x11-misc/gigolo/Manifest | 1 +
x11-misc/gigolo/gigolo-0.4.90.ebuild | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/x11-misc/gigolo/Manifest b/x11-misc/gigolo/Manifest
index 18a794dc831..ca153f960af 100644
--- a/x11-misc/gigolo/Manifest
+++ b/x11-misc/gigolo/Manifest
@@ -1 +1,2 @@
DIST gigolo-0.4.2.tar.bz2 243877 BLAKE2B 7536d8fc1a10abb465b2150785f593c88b4d0a40fc76e1f88388a1631f874ccf0169dec9328b1051c39d6334257c765b409aefeb008a4dfd30bdd9e61d43d269 SHA512 d6d8c65674097fb3eae586e4c71b0f36ba64df00b2ac84c32bd83cfb0fd690ae998c22cea02194acd1f018cdfd01b42f840867425ed183fb0ad98c8d97859532
+DIST gigolo-0.4.90.tar.bz2 249532 BLAKE2B 87cd22db54434eb20dd6d3a1fd569cba8de00acb8b53a3dfa0c51b14d36644d1a92aa2863e93f11d219d7ee2412a426d24e9b1f59c7146eb60bd46362a8fcc28 SHA512 9517e1a31abdbfa15159912ed261c6981a6c207b0f74f5ed84ccd8dca18a3ab011cc97f423b67b7a21866b35a56a5c9494ec5ac4dd0d214cfe1eb5a2bc429711
diff --git a/x11-misc/gigolo/gigolo-0.4.90.ebuild b/x11-misc/gigolo/gigolo-0.4.90.ebuild
new file mode 100644
index 00000000000..68700a0bbf9
--- /dev/null
+++ b/x11-misc/gigolo/gigolo-0.4.90.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit xdg-utils
+
+DESCRIPTION="a frontend to easily manage connections to remote filesystems using GIO/GVfs"
+HOMEPAGE="https://www.uvena.de/gigolo/ https://goodies.xfce.org/projects/applications/gigolo"
+SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2.16
+ >=x11-libs/gtk+-3.14:3"
+DEPEND="${RDEPEND}
+ dev-util/intltool
+ virtual/pkgconfig"
+
+src_prepare() {
+ rm COPYING || die
+ default
+}
+
+pkg_postinst() {
+ xdg_desktop_database_update
+}
+
+pkg_postrm() {
+ xdg_desktop_database_update
+}
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/gigolo/
@ 2019-03-22 10:47 Michał Górny
0 siblings, 0 replies; 28+ messages in thread
From: Michał Górny @ 2019-03-22 10:47 UTC (permalink / raw
To: gentoo-commits
commit: 78a20d9eb8c0aa252bb60a6c3e0476ddb009ba88
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 22 10:39:41 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar 22 10:39:41 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78a20d9e
x11-misc/gigolo: Bump to 0.4.91
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
x11-misc/gigolo/Manifest | 1 +
x11-misc/gigolo/gigolo-0.4.91.ebuild | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/x11-misc/gigolo/Manifest b/x11-misc/gigolo/Manifest
index ca153f960af..49b0ac7b518 100644
--- a/x11-misc/gigolo/Manifest
+++ b/x11-misc/gigolo/Manifest
@@ -1,2 +1,3 @@
DIST gigolo-0.4.2.tar.bz2 243877 BLAKE2B 7536d8fc1a10abb465b2150785f593c88b4d0a40fc76e1f88388a1631f874ccf0169dec9328b1051c39d6334257c765b409aefeb008a4dfd30bdd9e61d43d269 SHA512 d6d8c65674097fb3eae586e4c71b0f36ba64df00b2ac84c32bd83cfb0fd690ae998c22cea02194acd1f018cdfd01b42f840867425ed183fb0ad98c8d97859532
DIST gigolo-0.4.90.tar.bz2 249532 BLAKE2B 87cd22db54434eb20dd6d3a1fd569cba8de00acb8b53a3dfa0c51b14d36644d1a92aa2863e93f11d219d7ee2412a426d24e9b1f59c7146eb60bd46362a8fcc28 SHA512 9517e1a31abdbfa15159912ed261c6981a6c207b0f74f5ed84ccd8dca18a3ab011cc97f423b67b7a21866b35a56a5c9494ec5ac4dd0d214cfe1eb5a2bc429711
+DIST gigolo-0.4.91.tar.bz2 248666 BLAKE2B e258e494b4260158df4db4d3c6cea813667122a2b57059a71c35338d879a191264f8ed315bf686cb48fa3879ecf0f37c170852fb731f81020a69ee2dbaa71e1d SHA512 35cad4a072980ca688d414ae14c85c9463364c44dbccd0a3286a8fa767135cab24577ec6ca66dcd9f32263d04ea4ea4ada4330f849911ab3289ac9e6dd45583d
diff --git a/x11-misc/gigolo/gigolo-0.4.91.ebuild b/x11-misc/gigolo/gigolo-0.4.91.ebuild
new file mode 100644
index 00000000000..83d48b41e49
--- /dev/null
+++ b/x11-misc/gigolo/gigolo-0.4.91.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit xdg-utils
+
+DESCRIPTION="a frontend to easily manage connections to remote filesystems using GIO/GVfs"
+HOMEPAGE="https://www.uvena.de/gigolo/ https://goodies.xfce.org/projects/applications/gigolo"
+SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2.16
+ >=x11-libs/gtk+-3.14:3"
+DEPEND="${RDEPEND}
+ dev-util/intltool
+ virtual/pkgconfig"
+
+src_prepare() {
+ rm COPYING || die
+ default
+}
+
+pkg_postinst() {
+ xdg_desktop_database_update
+}
+
+pkg_postrm() {
+ xdg_desktop_database_update
+}
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/gigolo/
@ 2019-04-08 19:17 Michał Górny
0 siblings, 0 replies; 28+ messages in thread
From: Michał Górny @ 2019-04-08 19:17 UTC (permalink / raw
To: gentoo-commits
commit: d6bc62af4c970ac86608d45abe0e0f714c69b481
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 8 18:53:57 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Apr 8 19:17:25 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6bc62af
x11-misc/gigolo: Drop old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
x11-misc/gigolo/Manifest | 1 -
x11-misc/gigolo/gigolo-0.4.90.ebuild | 34 ----------------------------------
2 files changed, 35 deletions(-)
diff --git a/x11-misc/gigolo/Manifest b/x11-misc/gigolo/Manifest
index 49b0ac7b518..662c21c6b23 100644
--- a/x11-misc/gigolo/Manifest
+++ b/x11-misc/gigolo/Manifest
@@ -1,3 +1,2 @@
DIST gigolo-0.4.2.tar.bz2 243877 BLAKE2B 7536d8fc1a10abb465b2150785f593c88b4d0a40fc76e1f88388a1631f874ccf0169dec9328b1051c39d6334257c765b409aefeb008a4dfd30bdd9e61d43d269 SHA512 d6d8c65674097fb3eae586e4c71b0f36ba64df00b2ac84c32bd83cfb0fd690ae998c22cea02194acd1f018cdfd01b42f840867425ed183fb0ad98c8d97859532
-DIST gigolo-0.4.90.tar.bz2 249532 BLAKE2B 87cd22db54434eb20dd6d3a1fd569cba8de00acb8b53a3dfa0c51b14d36644d1a92aa2863e93f11d219d7ee2412a426d24e9b1f59c7146eb60bd46362a8fcc28 SHA512 9517e1a31abdbfa15159912ed261c6981a6c207b0f74f5ed84ccd8dca18a3ab011cc97f423b67b7a21866b35a56a5c9494ec5ac4dd0d214cfe1eb5a2bc429711
DIST gigolo-0.4.91.tar.bz2 248666 BLAKE2B e258e494b4260158df4db4d3c6cea813667122a2b57059a71c35338d879a191264f8ed315bf686cb48fa3879ecf0f37c170852fb731f81020a69ee2dbaa71e1d SHA512 35cad4a072980ca688d414ae14c85c9463364c44dbccd0a3286a8fa767135cab24577ec6ca66dcd9f32263d04ea4ea4ada4330f849911ab3289ac9e6dd45583d
diff --git a/x11-misc/gigolo/gigolo-0.4.90.ebuild b/x11-misc/gigolo/gigolo-0.4.90.ebuild
deleted file mode 100644
index 68700a0bbf9..00000000000
--- a/x11-misc/gigolo/gigolo-0.4.90.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit xdg-utils
-
-DESCRIPTION="a frontend to easily manage connections to remote filesystems using GIO/GVfs"
-HOMEPAGE="https://www.uvena.de/gigolo/ https://goodies.xfce.org/projects/applications/gigolo"
-SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2.16
- >=x11-libs/gtk+-3.14:3"
-DEPEND="${RDEPEND}
- dev-util/intltool
- virtual/pkgconfig"
-
-src_prepare() {
- rm COPYING || die
- default
-}
-
-pkg_postinst() {
- xdg_desktop_database_update
-}
-
-pkg_postrm() {
- xdg_desktop_database_update
-}
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/gigolo/
@ 2019-06-19 12:18 Michał Górny
0 siblings, 0 replies; 28+ messages in thread
From: Michał Górny @ 2019-06-19 12:18 UTC (permalink / raw
To: gentoo-commits
commit: 61067a21c1ccfba0b6be60a035bcc4c31cbb1389
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 19 12:11:35 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jun 19 12:11:35 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61067a21
x11-misc/gigolo: Replace gvfs-open with 'gio open' in defaults
Closes: https://bugs.gentoo.org/688022
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
x11-misc/gigolo/gigolo-0.4.91-r1.ebuild | 36 +++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/x11-misc/gigolo/gigolo-0.4.91-r1.ebuild b/x11-misc/gigolo/gigolo-0.4.91-r1.ebuild
new file mode 100644
index 00000000000..8a8013bbe62
--- /dev/null
+++ b/x11-misc/gigolo/gigolo-0.4.91-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg-utils
+
+DESCRIPTION="a frontend to easily manage connections to remote filesystems using GIO/GVfs"
+HOMEPAGE="https://www.uvena.de/gigolo/ https://goodies.xfce.org/projects/applications/gigolo"
+SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2.16
+ >=x11-libs/gtk+-3.14:3"
+DEPEND="${RDEPEND}
+ dev-util/intltool
+ virtual/pkgconfig"
+
+src_prepare() {
+ rm COPYING || die
+ # https://git.xfce.org/apps/gigolo/commit/?id=fb63ddf0fa4ed93789366aefb7a2a2b44e919386
+ sed -i -e 's:gvfs-open:gio open:' src/settings.c || die
+ default
+}
+
+pkg_postinst() {
+ xdg_desktop_database_update
+}
+
+pkg_postrm() {
+ xdg_desktop_database_update
+}
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/gigolo/
@ 2019-08-13 12:10 Michał Górny
0 siblings, 0 replies; 28+ messages in thread
From: Michał Górny @ 2019-08-13 12:10 UTC (permalink / raw
To: gentoo-commits
commit: 2073f9b9314fc8d9d22eb180bade61fbd5521d56
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 13 11:18:06 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug 13 12:10:39 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2073f9b9
x11-misc/gigolo: Bump to 0.5.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
x11-misc/gigolo/Manifest | 1 +
x11-misc/gigolo/gigolo-0.5.0.ebuild | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/x11-misc/gigolo/Manifest b/x11-misc/gigolo/Manifest
index 662c21c6b23..1273602a44c 100644
--- a/x11-misc/gigolo/Manifest
+++ b/x11-misc/gigolo/Manifest
@@ -1,2 +1,3 @@
DIST gigolo-0.4.2.tar.bz2 243877 BLAKE2B 7536d8fc1a10abb465b2150785f593c88b4d0a40fc76e1f88388a1631f874ccf0169dec9328b1051c39d6334257c765b409aefeb008a4dfd30bdd9e61d43d269 SHA512 d6d8c65674097fb3eae586e4c71b0f36ba64df00b2ac84c32bd83cfb0fd690ae998c22cea02194acd1f018cdfd01b42f840867425ed183fb0ad98c8d97859532
DIST gigolo-0.4.91.tar.bz2 248666 BLAKE2B e258e494b4260158df4db4d3c6cea813667122a2b57059a71c35338d879a191264f8ed315bf686cb48fa3879ecf0f37c170852fb731f81020a69ee2dbaa71e1d SHA512 35cad4a072980ca688d414ae14c85c9463364c44dbccd0a3286a8fa767135cab24577ec6ca66dcd9f32263d04ea4ea4ada4330f849911ab3289ac9e6dd45583d
+DIST gigolo-0.5.0.tar.bz2 246473 BLAKE2B 23459a57467fefcc13c61483397837da51294fe7945619e0580b034dac14da192acb349b2334669f35ec43e1e421664b1765fb1e51164d7dca76769f27cef075 SHA512 5f33f24169c2a8e3a450926668e4611aa0a9c669edb6ef6e53bccd77228ac78b40c4916eb4a20afcd9d5d7e32373e8f13fd1cf43366e65166a9ef09366c9703b
diff --git a/x11-misc/gigolo/gigolo-0.5.0.ebuild b/x11-misc/gigolo/gigolo-0.5.0.ebuild
new file mode 100644
index 00000000000..697b86b3016
--- /dev/null
+++ b/x11-misc/gigolo/gigolo-0.5.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg-utils
+
+DESCRIPTION="a frontend to easily manage connections to remote filesystems using GIO/GVfs"
+HOMEPAGE="https://www.uvena.de/gigolo/ https://goodies.xfce.org/projects/applications/gigolo"
+SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2.16
+ >=x11-libs/gtk+-3.14:3"
+DEPEND="${RDEPEND}
+ dev-util/intltool
+ virtual/pkgconfig"
+
+src_prepare() {
+ rm COPYING || die
+ default
+}
+
+pkg_postinst() {
+ xdg_desktop_database_update
+}
+
+pkg_postrm() {
+ xdg_desktop_database_update
+}
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/gigolo/
@ 2020-03-15 17:01 Michał Górny
0 siblings, 0 replies; 28+ messages in thread
From: Michał Górny @ 2020-03-15 17:01 UTC (permalink / raw
To: gentoo-commits
commit: 170775d67ae2a6cac693a7bed613339df3ee8e1e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 15 04:43:55 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar 15 17:01:03 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=170775d6
x11-misc/gigolo: Bump to 0.5.1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
x11-misc/gigolo/Manifest | 1 +
x11-misc/gigolo/gigolo-0.5.1.ebuild | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/x11-misc/gigolo/Manifest b/x11-misc/gigolo/Manifest
index 0b4e966af62..0e0b2b4a1ed 100644
--- a/x11-misc/gigolo/Manifest
+++ b/x11-misc/gigolo/Manifest
@@ -1 +1,2 @@
DIST gigolo-0.5.0.tar.bz2 246473 BLAKE2B 23459a57467fefcc13c61483397837da51294fe7945619e0580b034dac14da192acb349b2334669f35ec43e1e421664b1765fb1e51164d7dca76769f27cef075 SHA512 5f33f24169c2a8e3a450926668e4611aa0a9c669edb6ef6e53bccd77228ac78b40c4916eb4a20afcd9d5d7e32373e8f13fd1cf43366e65166a9ef09366c9703b
+DIST gigolo-0.5.1.tar.bz2 246788 BLAKE2B 524307017a5d07107ded81af71e7758c60538abec2e75e5ab4e4f3c57ff82ea557e6f7b009ecbd6d7cd42fdf8fe8a8872ff973fc5051753dcc70341fee953bc5 SHA512 a21e2e808db4a16b7bcd9019e936cac57f67a76d6a9a9e34ed3eb7faa4cd5997bc561d1e9817d8e77efbf8ab0a954bc7f25719941672f604cc415caf0cb61e09
diff --git a/x11-misc/gigolo/gigolo-0.5.1.ebuild b/x11-misc/gigolo/gigolo-0.5.1.ebuild
new file mode 100644
index 00000000000..227fa91f362
--- /dev/null
+++ b/x11-misc/gigolo/gigolo-0.5.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg-utils
+
+DESCRIPTION="a frontend to easily manage connections to remote filesystems using GIO/GVfs"
+HOMEPAGE="https://www.uvena.de/gigolo/ https://goodies.xfce.org/projects/applications/gigolo"
+SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2.16
+ >=x11-libs/gtk+-3.14:3"
+DEPEND="${RDEPEND}
+ dev-util/intltool
+ virtual/pkgconfig"
+
+src_prepare() {
+ rm COPYING || die
+ default
+}
+
+pkg_postinst() {
+ xdg_desktop_database_update
+}
+
+pkg_postrm() {
+ xdg_desktop_database_update
+}
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/gigolo/
@ 2020-04-18 9:18 Agostino Sarubbo
0 siblings, 0 replies; 28+ messages in thread
From: Agostino Sarubbo @ 2020-04-18 9:18 UTC (permalink / raw
To: gentoo-commits
commit: 4cf0d9efca175159a66b470b700801b313043ad2
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 18 09:17:20 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Apr 18 09:17:20 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cf0d9ef
x11-misc/gigolo: amd64 stable wrt bug #717452
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
x11-misc/gigolo/gigolo-0.5.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/gigolo/gigolo-0.5.1.ebuild b/x11-misc/gigolo/gigolo-0.5.1.ebuild
index 227fa91f362..18f4ae80041 100644
--- a/x11-misc/gigolo/gigolo-0.5.1.ebuild
+++ b/x11-misc/gigolo/gigolo-0.5.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE=""
RDEPEND=">=dev-libs/glib-2.16
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/gigolo/
@ 2020-04-19 18:24 Agostino Sarubbo
0 siblings, 0 replies; 28+ messages in thread
From: Agostino Sarubbo @ 2020-04-19 18:24 UTC (permalink / raw
To: gentoo-commits
commit: d8fda7a2623f965f75bc9e4429dd0fda9d301dad
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 19 18:24:22 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Apr 19 18:24:22 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8fda7a2
x11-misc/gigolo: x86 stable wrt bug #717452
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
x11-misc/gigolo/gigolo-0.5.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/gigolo/gigolo-0.5.1.ebuild b/x11-misc/gigolo/gigolo-0.5.1.ebuild
index 18f4ae80041..f68f937a31c 100644
--- a/x11-misc/gigolo/gigolo-0.5.1.ebuild
+++ b/x11-misc/gigolo/gigolo-0.5.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
RDEPEND=">=dev-libs/glib-2.16
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/gigolo/
@ 2020-05-04 9:40 Michał Górny
0 siblings, 0 replies; 28+ messages in thread
From: Michał Górny @ 2020-05-04 9:40 UTC (permalink / raw
To: gentoo-commits
commit: 5f735e84263f63dd97f99e750372a4719474e868
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 4 09:39:20 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 4 09:39:20 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f735e84
x11-misc/gigolo: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
x11-misc/gigolo/Manifest | 1 -
x11-misc/gigolo/gigolo-0.5.0.ebuild | 34 ----------------------------------
2 files changed, 35 deletions(-)
diff --git a/x11-misc/gigolo/Manifest b/x11-misc/gigolo/Manifest
index 0e0b2b4a1ed..bc3c6d6f994 100644
--- a/x11-misc/gigolo/Manifest
+++ b/x11-misc/gigolo/Manifest
@@ -1,2 +1 @@
-DIST gigolo-0.5.0.tar.bz2 246473 BLAKE2B 23459a57467fefcc13c61483397837da51294fe7945619e0580b034dac14da192acb349b2334669f35ec43e1e421664b1765fb1e51164d7dca76769f27cef075 SHA512 5f33f24169c2a8e3a450926668e4611aa0a9c669edb6ef6e53bccd77228ac78b40c4916eb4a20afcd9d5d7e32373e8f13fd1cf43366e65166a9ef09366c9703b
DIST gigolo-0.5.1.tar.bz2 246788 BLAKE2B 524307017a5d07107ded81af71e7758c60538abec2e75e5ab4e4f3c57ff82ea557e6f7b009ecbd6d7cd42fdf8fe8a8872ff973fc5051753dcc70341fee953bc5 SHA512 a21e2e808db4a16b7bcd9019e936cac57f67a76d6a9a9e34ed3eb7faa4cd5997bc561d1e9817d8e77efbf8ab0a954bc7f25719941672f604cc415caf0cb61e09
diff --git a/x11-misc/gigolo/gigolo-0.5.0.ebuild b/x11-misc/gigolo/gigolo-0.5.0.ebuild
deleted file mode 100644
index c5127ee8b4d..00000000000
--- a/x11-misc/gigolo/gigolo-0.5.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg-utils
-
-DESCRIPTION="a frontend to easily manage connections to remote filesystems using GIO/GVfs"
-HOMEPAGE="https://www.uvena.de/gigolo/ https://goodies.xfce.org/projects/applications/gigolo"
-SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2.16
- >=x11-libs/gtk+-3.14:3"
-DEPEND="${RDEPEND}
- dev-util/intltool
- virtual/pkgconfig"
-
-src_prepare() {
- rm COPYING || die
- default
-}
-
-pkg_postinst() {
- xdg_desktop_database_update
-}
-
-pkg_postrm() {
- xdg_desktop_database_update
-}
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/gigolo/
@ 2021-03-24 19:38 Michał Górny
0 siblings, 0 replies; 28+ messages in thread
From: Michał Górny @ 2021-03-24 19:38 UTC (permalink / raw
To: gentoo-commits
commit: 2667685af0eba192d1be835afe931c26ae4964f5
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 24 19:36:16 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Mar 24 19:38:24 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2667685a
x11-misc/gigolo: Bump to 0.5.2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
x11-misc/gigolo/Manifest | 1 +
x11-misc/gigolo/gigolo-0.5.2.ebuild | 36 ++++++++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/x11-misc/gigolo/Manifest b/x11-misc/gigolo/Manifest
index bc3c6d6f994..ed43f284e88 100644
--- a/x11-misc/gigolo/Manifest
+++ b/x11-misc/gigolo/Manifest
@@ -1 +1,2 @@
DIST gigolo-0.5.1.tar.bz2 246788 BLAKE2B 524307017a5d07107ded81af71e7758c60538abec2e75e5ab4e4f3c57ff82ea557e6f7b009ecbd6d7cd42fdf8fe8a8872ff973fc5051753dcc70341fee953bc5 SHA512 a21e2e808db4a16b7bcd9019e936cac57f67a76d6a9a9e34ed3eb7faa4cd5997bc561d1e9817d8e77efbf8ab0a954bc7f25719941672f604cc415caf0cb61e09
+DIST gigolo-0.5.2.tar.bz2 294210 BLAKE2B 67ac4f161ddac212b15456713b1abbcda83a0ceb744606b7050b185d7ebb286ec087d4a25dfd2adaf269f7b57b627232157a259c3cca8c22b84551ab17eac0ab SHA512 2277186495a5ae5f4b4a30ca738b6c35287d6fa51d0df11d31ac627811a67ad31202c3c78225e3035b92c3bf111e6ff098bc7ba83482e0bea0e5e2edcfaec0c7
diff --git a/x11-misc/gigolo/gigolo-0.5.2.ebuild b/x11-misc/gigolo/gigolo-0.5.2.ebuild
new file mode 100644
index 00000000000..81868a80b70
--- /dev/null
+++ b/x11-misc/gigolo/gigolo-0.5.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg-utils
+
+DESCRIPTION="a frontend to easily manage connections to remote filesystems using GIO/GVfs"
+HOMEPAGE="https://www.uvena.de/gigolo/ https://goodies.xfce.org/projects/applications/gigolo"
+SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2.16
+ >=x11-libs/gtk+-3.14:3"
+DEPEND="${RDEPEND}
+ dev-util/intltool
+ virtual/pkgconfig"
+
+src_prepare() {
+ rm COPYING || die
+ default
+}
+
+pkg_postinst() {
+ xdg_desktop_database_update
+ xdg_icon_cache_update
+}
+
+pkg_postrm() {
+ xdg_desktop_database_update
+ xdg_icon_cache_update
+}
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/gigolo/
@ 2021-04-28 17:00 Sam James
0 siblings, 0 replies; 28+ messages in thread
From: Sam James @ 2021-04-28 17:00 UTC (permalink / raw
To: gentoo-commits
commit: e91ba641a5b1ee059623f55e9c89c44638848f60
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 28 02:44:43 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 28 02:47:14 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e91ba641
x11-misc/gigolo: Stabilize 0.5.2 x86, #786162
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-misc/gigolo/gigolo-0.5.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/gigolo/gigolo-0.5.2.ebuild b/x11-misc/gigolo/gigolo-0.5.2.ebuild
index 81868a80b70..5cd079e0b13 100644
--- a/x11-misc/gigolo/gigolo-0.5.2.ebuild
+++ b/x11-misc/gigolo/gigolo-0.5.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
IUSE=""
RDEPEND=">=dev-libs/glib-2.16
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/gigolo/
@ 2021-04-28 17:04 Sam James
0 siblings, 0 replies; 28+ messages in thread
From: Sam James @ 2021-04-28 17:04 UTC (permalink / raw
To: gentoo-commits
commit: 973ac3d7f97d1a7f2fad6632ffe5e98218425c67
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 28 17:01:54 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 28 17:03:55 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=973ac3d7
x11-misc/gigolo: Stabilize 0.5.2 amd64, #786162
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-misc/gigolo/gigolo-0.5.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/gigolo/gigolo-0.5.2.ebuild b/x11-misc/gigolo/gigolo-0.5.2.ebuild
index 5cd079e0b13..30cc8c81993 100644
--- a/x11-misc/gigolo/gigolo-0.5.2.ebuild
+++ b/x11-misc/gigolo/gigolo-0.5.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
IUSE=""
RDEPEND=">=dev-libs/glib-2.16
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/gigolo/
@ 2021-04-28 17:50 Michał Górny
0 siblings, 0 replies; 28+ messages in thread
From: Michał Górny @ 2021-04-28 17:50 UTC (permalink / raw
To: gentoo-commits
commit: 7b2a78ad53a37efc39ac3c93ca5447103825a1ff
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 28 17:48:54 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Apr 28 17:50:10 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b2a78ad
x11-misc/gigolo: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
x11-misc/gigolo/Manifest | 1 -
x11-misc/gigolo/gigolo-0.5.1.ebuild | 34 ----------------------------------
2 files changed, 35 deletions(-)
diff --git a/x11-misc/gigolo/Manifest b/x11-misc/gigolo/Manifest
index ed43f284e88..315c312f6e5 100644
--- a/x11-misc/gigolo/Manifest
+++ b/x11-misc/gigolo/Manifest
@@ -1,2 +1 @@
-DIST gigolo-0.5.1.tar.bz2 246788 BLAKE2B 524307017a5d07107ded81af71e7758c60538abec2e75e5ab4e4f3c57ff82ea557e6f7b009ecbd6d7cd42fdf8fe8a8872ff973fc5051753dcc70341fee953bc5 SHA512 a21e2e808db4a16b7bcd9019e936cac57f67a76d6a9a9e34ed3eb7faa4cd5997bc561d1e9817d8e77efbf8ab0a954bc7f25719941672f604cc415caf0cb61e09
DIST gigolo-0.5.2.tar.bz2 294210 BLAKE2B 67ac4f161ddac212b15456713b1abbcda83a0ceb744606b7050b185d7ebb286ec087d4a25dfd2adaf269f7b57b627232157a259c3cca8c22b84551ab17eac0ab SHA512 2277186495a5ae5f4b4a30ca738b6c35287d6fa51d0df11d31ac627811a67ad31202c3c78225e3035b92c3bf111e6ff098bc7ba83482e0bea0e5e2edcfaec0c7
diff --git a/x11-misc/gigolo/gigolo-0.5.1.ebuild b/x11-misc/gigolo/gigolo-0.5.1.ebuild
deleted file mode 100644
index f68f937a31c..00000000000
--- a/x11-misc/gigolo/gigolo-0.5.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg-utils
-
-DESCRIPTION="a frontend to easily manage connections to remote filesystems using GIO/GVfs"
-HOMEPAGE="https://www.uvena.de/gigolo/ https://goodies.xfce.org/projects/applications/gigolo"
-SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2.16
- >=x11-libs/gtk+-3.14:3"
-DEPEND="${RDEPEND}
- dev-util/intltool
- virtual/pkgconfig"
-
-src_prepare() {
- rm COPYING || die
- default
-}
-
-pkg_postinst() {
- xdg_desktop_database_update
-}
-
-pkg_postrm() {
- xdg_desktop_database_update
-}
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/gigolo/
@ 2023-09-29 13:00 Michał Górny
0 siblings, 0 replies; 28+ messages in thread
From: Michał Górny @ 2023-09-29 13:00 UTC (permalink / raw
To: gentoo-commits
commit: aa9a8321e613be5d537a250a69763f9234cef57a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 29 12:39:48 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Sep 29 12:39:48 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa9a8321
x11-misc/gigolo: Bump to 0.5.3
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
x11-misc/gigolo/Manifest | 1 +
x11-misc/gigolo/gigolo-0.5.3.ebuild | 45 +++++++++++++++++++++++++++++++++++++
2 files changed, 46 insertions(+)
diff --git a/x11-misc/gigolo/Manifest b/x11-misc/gigolo/Manifest
index 315c312f6e56..fefa3edeb7f9 100644
--- a/x11-misc/gigolo/Manifest
+++ b/x11-misc/gigolo/Manifest
@@ -1 +1,2 @@
DIST gigolo-0.5.2.tar.bz2 294210 BLAKE2B 67ac4f161ddac212b15456713b1abbcda83a0ceb744606b7050b185d7ebb286ec087d4a25dfd2adaf269f7b57b627232157a259c3cca8c22b84551ab17eac0ab SHA512 2277186495a5ae5f4b4a30ca738b6c35287d6fa51d0df11d31ac627811a67ad31202c3c78225e3035b92c3bf111e6ff098bc7ba83482e0bea0e5e2edcfaec0c7
+DIST gigolo-0.5.3.tar.bz2 304664 BLAKE2B 958e2cdbd043adf1e4f166ca6435462ee2621d7f7bc4918505715bc3240f5ee2a60fb5a27f23a607a1ffd862d41123dfd5977aa87f7c4fe1c7a085d05aac3b2a SHA512 46d93d4c2654a91724208f144098f0a870465823a516339c8455345b5d32be6efe2b7fb13d3e5c89daf2cd919e07e5fcbdc8c8e93bce03c78dbe1907ea5edfcd
diff --git a/x11-misc/gigolo/gigolo-0.5.3.ebuild b/x11-misc/gigolo/gigolo-0.5.3.ebuild
new file mode 100644
index 000000000000..1ac29bd0a0a1
--- /dev/null
+++ b/x11-misc/gigolo/gigolo-0.5.3.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="A frontend to easily manage connections to remote filesystems using GIO/GVfs"
+HOMEPAGE="
+ https://www.uvena.de/gigolo/
+ https://docs.xfce.org/apps/gigolo/start
+ https://gitlab.xfce.org/apps/gigolo/
+"
+SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+ >=dev-libs/glib-2.38.0
+ >=x11-libs/gtk+-3.14.0:3
+"
+RDEPEND="
+ ${DEPEND}
+"
+BDEPEND="
+ dev-util/intltool
+ virtual/pkgconfig
+"
+
+src_prepare() {
+ rm COPYING || die
+ default
+}
+
+pkg_postinst() {
+ xdg_desktop_database_update
+ xdg_icon_cache_update
+}
+
+pkg_postrm() {
+ xdg_desktop_database_update
+ xdg_icon_cache_update
+}
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/gigolo/
@ 2023-11-01 20:37 Arthur Zamarin
0 siblings, 0 replies; 28+ messages in thread
From: Arthur Zamarin @ 2023-11-01 20:37 UTC (permalink / raw
To: gentoo-commits
commit: 848f6ec19fae8688db3a3c587b770ed1c4b3bd25
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 1 20:36:49 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 1 20:36:49 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=848f6ec1
x11-misc/gigolo: Stabilize 0.5.3 x86, #916668
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
x11-misc/gigolo/gigolo-0.5.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/gigolo/gigolo-0.5.3.ebuild b/x11-misc/gigolo/gigolo-0.5.3.ebuild
index 1ac29bd0a0a1..8433e79902f4 100644
--- a/x11-misc/gigolo/gigolo-0.5.3.ebuild
+++ b/x11-misc/gigolo/gigolo-0.5.3.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
DEPEND="
>=dev-libs/glib-2.38.0
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/gigolo/
@ 2023-11-02 4:12 Sam James
0 siblings, 0 replies; 28+ messages in thread
From: Sam James @ 2023-11-02 4:12 UTC (permalink / raw
To: gentoo-commits
commit: 9b0e164de8f6f1d028464f4088ad18393cec612e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 2 04:06:42 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Nov 2 04:11:02 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b0e164d
x11-misc/gigolo: Stabilize 0.5.3 amd64, #916668
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-misc/gigolo/gigolo-0.5.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/gigolo/gigolo-0.5.3.ebuild b/x11-misc/gigolo/gigolo-0.5.3.ebuild
index 8433e79902f4..98fce5b0ef5b 100644
--- a/x11-misc/gigolo/gigolo-0.5.3.ebuild
+++ b/x11-misc/gigolo/gigolo-0.5.3.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
DEPEND="
>=dev-libs/glib-2.38.0
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/gigolo/
@ 2023-11-02 12:58 Michał Górny
0 siblings, 0 replies; 28+ messages in thread
From: Michał Górny @ 2023-11-02 12:58 UTC (permalink / raw
To: gentoo-commits
commit: ca5b48c59568bd11e527713f05d6e61f7968ad96
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 2 12:56:43 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Nov 2 12:58:18 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca5b48c5
x11-misc/gigolo: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
x11-misc/gigolo/Manifest | 1 -
x11-misc/gigolo/gigolo-0.5.2.ebuild | 36 ------------------------------------
2 files changed, 37 deletions(-)
diff --git a/x11-misc/gigolo/Manifest b/x11-misc/gigolo/Manifest
index fefa3edeb7f9..1d05e1f5d05d 100644
--- a/x11-misc/gigolo/Manifest
+++ b/x11-misc/gigolo/Manifest
@@ -1,2 +1 @@
-DIST gigolo-0.5.2.tar.bz2 294210 BLAKE2B 67ac4f161ddac212b15456713b1abbcda83a0ceb744606b7050b185d7ebb286ec087d4a25dfd2adaf269f7b57b627232157a259c3cca8c22b84551ab17eac0ab SHA512 2277186495a5ae5f4b4a30ca738b6c35287d6fa51d0df11d31ac627811a67ad31202c3c78225e3035b92c3bf111e6ff098bc7ba83482e0bea0e5e2edcfaec0c7
DIST gigolo-0.5.3.tar.bz2 304664 BLAKE2B 958e2cdbd043adf1e4f166ca6435462ee2621d7f7bc4918505715bc3240f5ee2a60fb5a27f23a607a1ffd862d41123dfd5977aa87f7c4fe1c7a085d05aac3b2a SHA512 46d93d4c2654a91724208f144098f0a870465823a516339c8455345b5d32be6efe2b7fb13d3e5c89daf2cd919e07e5fcbdc8c8e93bce03c78dbe1907ea5edfcd
diff --git a/x11-misc/gigolo/gigolo-0.5.2.ebuild b/x11-misc/gigolo/gigolo-0.5.2.ebuild
deleted file mode 100644
index 30cc8c819935..000000000000
--- a/x11-misc/gigolo/gigolo-0.5.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg-utils
-
-DESCRIPTION="a frontend to easily manage connections to remote filesystems using GIO/GVfs"
-HOMEPAGE="https://www.uvena.de/gigolo/ https://goodies.xfce.org/projects/applications/gigolo"
-SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2.16
- >=x11-libs/gtk+-3.14:3"
-DEPEND="${RDEPEND}
- dev-util/intltool
- virtual/pkgconfig"
-
-src_prepare() {
- rm COPYING || die
- default
-}
-
-pkg_postinst() {
- xdg_desktop_database_update
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_desktop_database_update
- xdg_icon_cache_update
-}
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/gigolo/
@ 2024-01-05 13:21 Jakov Smolić
0 siblings, 0 replies; 28+ messages in thread
From: Jakov Smolić @ 2024-01-05 13:21 UTC (permalink / raw
To: gentoo-commits
commit: 8150b88c6994612ff7049c3ade3fc01cf56baa45
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 5 13:21:39 2024 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri Jan 5 13:21:39 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8150b88c
x11-misc/gigolo: Keyword 0.5.3 riscv, #921390
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
x11-misc/gigolo/gigolo-0.5.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-misc/gigolo/gigolo-0.5.3.ebuild b/x11-misc/gigolo/gigolo-0.5.3.ebuild
index 98fce5b0ef5b..e7d46fa6b2c7 100644
--- a/x11-misc/gigolo/gigolo-0.5.3.ebuild
+++ b/x11-misc/gigolo/gigolo-0.5.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -15,7 +15,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~riscv x86"
DEPEND="
>=dev-libs/glib-2.38.0
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/gigolo/
@ 2024-01-07 5:57 WANG Xuerui
0 siblings, 0 replies; 28+ messages in thread
From: WANG Xuerui @ 2024-01-07 5:57 UTC (permalink / raw
To: gentoo-commits
commit: 8e01a432b759146c4d120bda25979b7c3745c4f3
Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 7 05:48:42 2024 +0000
Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Sun Jan 7 05:54:53 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e01a432
x11-misc/gigolo: keyword 0.5.3 for ~loong
Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
x11-misc/gigolo/gigolo-0.5.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/gigolo/gigolo-0.5.3.ebuild b/x11-misc/gigolo/gigolo-0.5.3.ebuild
index e7d46fa6b2c7..721b5820e7c4 100644
--- a/x11-misc/gigolo/gigolo-0.5.3.ebuild
+++ b/x11-misc/gigolo/gigolo-0.5.3.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="amd64 ~riscv x86"
+KEYWORDS="amd64 ~loong ~riscv x86"
DEPEND="
>=dev-libs/glib-2.38.0
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/gigolo/
@ 2024-01-23 5:07 Ionen Wolkens
0 siblings, 0 replies; 28+ messages in thread
From: Ionen Wolkens @ 2024-01-23 5:07 UTC (permalink / raw
To: gentoo-commits
commit: cc97391480d6693b4814589ec1cb8bef9e5d1109
Author: Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Mon Jan 22 21:06:18 2024 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Jan 23 05:04:45 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc973914
x11-misc/gigolo: Keyword 0.5.3 arm, #921390
Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk>
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
x11-misc/gigolo/gigolo-0.5.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/gigolo/gigolo-0.5.3.ebuild b/x11-misc/gigolo/gigolo-0.5.3.ebuild
index 8add0c7499f4..c9e66ff61fb5 100644
--- a/x11-misc/gigolo/gigolo-0.5.3.ebuild
+++ b/x11-misc/gigolo/gigolo-0.5.3.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
DEPEND="
>=dev-libs/glib-2.38.0
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/gigolo/
@ 2024-01-24 4:57 Ionen Wolkens
0 siblings, 0 replies; 28+ messages in thread
From: Ionen Wolkens @ 2024-01-24 4:57 UTC (permalink / raw
To: gentoo-commits
commit: 5787f007a178a6d7c443c4f9d007775df807fb3e
Author: Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Tue Jan 23 20:41:06 2024 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Jan 24 04:56:13 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5787f007
x11-misc/gigolo: Keyword 0.5.3 ia64, #921390
Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk>
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
x11-misc/gigolo/gigolo-0.5.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/gigolo/gigolo-0.5.3.ebuild b/x11-misc/gigolo/gigolo-0.5.3.ebuild
index c9e66ff61fb5..71ac5218529e 100644
--- a/x11-misc/gigolo/gigolo-0.5.3.ebuild
+++ b/x11-misc/gigolo/gigolo-0.5.3.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~loong ~ppc64 ~riscv x86"
DEPEND="
>=dev-libs/glib-2.38.0
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/gigolo/
@ 2024-01-25 9:21 Sam James
0 siblings, 0 replies; 28+ messages in thread
From: Sam James @ 2024-01-25 9:21 UTC (permalink / raw
To: gentoo-commits
commit: a9bdfda8affd7935e872bb0c4e64fb0748c67e88
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 25 09:20:38 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan 25 09:20:38 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9bdfda8
x11-misc/gigolo: Stabilize 0.5.3 arm, #922827
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-misc/gigolo/gigolo-0.5.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/gigolo/gigolo-0.5.3.ebuild b/x11-misc/gigolo/gigolo-0.5.3.ebuild
index 71ac5218529e..5631791b0f54 100644
--- a/x11-misc/gigolo/gigolo-0.5.3.ebuild
+++ b/x11-misc/gigolo/gigolo-0.5.3.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~loong ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm ~arm64 ~ia64 ~loong ~ppc64 ~riscv x86"
DEPEND="
>=dev-libs/glib-2.38.0
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/gigolo/
@ 2024-01-25 9:21 Sam James
0 siblings, 0 replies; 28+ messages in thread
From: Sam James @ 2024-01-25 9:21 UTC (permalink / raw
To: gentoo-commits
commit: 99a18623e13d3877290430f9cfb45ab1991a379f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 25 09:20:50 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan 25 09:20:50 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99a18623
x11-misc/gigolo: Stabilize 0.5.3 arm64, #922827
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-misc/gigolo/gigolo-0.5.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/gigolo/gigolo-0.5.3.ebuild b/x11-misc/gigolo/gigolo-0.5.3.ebuild
index 5631791b0f54..f0fe6e4930e1 100644
--- a/x11-misc/gigolo/gigolo-0.5.3.ebuild
+++ b/x11-misc/gigolo/gigolo-0.5.3.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~ia64 ~loong ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~ia64 ~loong ~ppc64 ~riscv x86"
DEPEND="
>=dev-libs/glib-2.38.0
^ permalink raw reply related [flat|nested] 28+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/gigolo/
@ 2024-02-10 6:58 Ionen Wolkens
0 siblings, 0 replies; 28+ messages in thread
From: Ionen Wolkens @ 2024-02-10 6:58 UTC (permalink / raw
To: gentoo-commits
commit: 137ab2e8f9571f4ef105bc96225fda197751dc7f
Author: Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Fri Feb 9 21:05:53 2024 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat Feb 10 06:48:39 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=137ab2e8
x11-misc/gigolo: Stabilize 0.5.3 ppc64, #922827
Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk>
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
x11-misc/gigolo/gigolo-0.5.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/gigolo/gigolo-0.5.3.ebuild b/x11-misc/gigolo/gigolo-0.5.3.ebuild
index 42b51b686d1b..294595709b70 100644
--- a/x11-misc/gigolo/gigolo-0.5.3.ebuild
+++ b/x11-misc/gigolo/gigolo-0.5.3.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~ia64 ~loong ~ppc ppc64 ~riscv x86"
DEPEND="
>=dev-libs/glib-2.38.0
^ permalink raw reply related [flat|nested] 28+ messages in thread
end of thread, other threads:[~2024-02-10 6:58 UTC | newest]
Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-08 19:17 [gentoo-commits] repo/gentoo:master commit in: x11-misc/gigolo/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2024-02-10 6:58 Ionen Wolkens
2024-01-25 9:21 Sam James
2024-01-25 9:21 Sam James
2024-01-24 4:57 Ionen Wolkens
2024-01-23 5:07 Ionen Wolkens
2024-01-07 5:57 WANG Xuerui
2024-01-05 13:21 Jakov Smolić
2023-11-02 12:58 Michał Górny
2023-11-02 4:12 Sam James
2023-11-01 20:37 Arthur Zamarin
2023-09-29 13:00 Michał Górny
2021-04-28 17:50 Michał Górny
2021-04-28 17:04 Sam James
2021-04-28 17:00 Sam James
2021-03-24 19:38 Michał Górny
2020-05-04 9:40 Michał Górny
2020-04-19 18:24 Agostino Sarubbo
2020-04-18 9:18 Agostino Sarubbo
2020-03-15 17:01 Michał Górny
2019-08-13 12:10 Michał Górny
2019-06-19 12:18 Michał Górny
2019-03-22 10:47 Michał Górny
2018-10-27 12:46 Michał Górny
2018-06-02 22:38 Aaron Bauman
2018-01-06 5:05 Thomas Deutschmann
2018-01-05 10:42 Mikle Kolyada
2017-11-29 19:37 Denis Dupeyron
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox