public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-video/celluloid/
@ 2020-02-22 11:52 Mart Raudsepp
  0 siblings, 0 replies; 15+ messages in thread
From: Mart Raudsepp @ 2020-02-22 11:52 UTC (permalink / raw
  To: gentoo-commits

commit:     9e30bff9d411615212838b8baa77f8deb666d042
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 22 11:50:14 2020 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Feb 22 11:52:22 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e30bff9

media-video/celluloid: bump to 0.18

Closes: https://bugs.gentoo.org/710186
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 media-video/celluloid/Manifest              |  1 +
 media-video/celluloid/celluloid-0.18.ebuild | 33 +++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/media-video/celluloid/Manifest b/media-video/celluloid/Manifest
index 7aca981a66c..4cb8fda64c6 100644
--- a/media-video/celluloid/Manifest
+++ b/media-video/celluloid/Manifest
@@ -1 +1,2 @@
+DIST celluloid-0.18.tar.xz 354752 BLAKE2B 810b4b6ceb2a57a3b7157acb63b78c9de73c84a1a183fec74a95123c29f7e9477e2740684966fc57c28cd779157be7fcab0ff1ff8482d6d917f345262d7bd82e SHA512 22e04ee774ca1e3d9bdc966ce32ca4c6f00ac5731b4019a4e92552d74524f7a20d4dfcb94f1c043f906c0bbb121708b08d34b00bc8a914391f38eaf08c7e50c2
 DIST gnome-mpv-0.16.tar.xz 320676 BLAKE2B ea92b94096b2bc13dd48ac54acec7aa19f23ffd53f40a90dd52fa7e9221a82bfc6159eb204eec98a1073d9ccd14ab4a4b8b380714098120deafaa4c3183d64f3 SHA512 b730cba7388e9c64014a17b7aa2bdeab344a80bcff46ed2f47566ef02f24e2b5b07ed3fbae65443dc7ae58b70bd03e065a4da6ab8860fb506bdaad8bbccc0fce

diff --git a/media-video/celluloid/celluloid-0.18.ebuild b/media-video/celluloid/celluloid-0.18.ebuild
new file mode 100644
index 00000000000..503980f3f28
--- /dev/null
+++ b/media-video/celluloid/celluloid-0.18.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnome2-utils meson xdg
+
+DESCRIPTION="A simple GTK+ frontend for mpv"
+HOMEPAGE="https://celluloid-player.github.io/"
+SRC_URI="https://github.com/celluloid-player/celluloid/releases/download/v${PV}/${P}.tar.xz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND=">=dev-libs/glib-2.44
+	>=x11-libs/gtk+-3.22.23:3
+	>=media-video/mpv-0.29[libmpv]
+	media-libs/libepoxy"
+DEPEND="${RDEPEND}
+	dev-util/glib-utils
+	>=sys-devel/gettext-0.19.8
+	virtual/pkgconfig"
+
+pkg_postinst() {
+	xdg_pkg_postinst
+	gnome2_schemas_update
+}
+
+pkg_postrm() {
+	xdg_pkg_postrm
+	gnome2_schemas_update
+}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-video/celluloid/
@ 2020-04-17 12:35 Mart Raudsepp
  0 siblings, 0 replies; 15+ messages in thread
From: Mart Raudsepp @ 2020-04-17 12:35 UTC (permalink / raw
  To: gentoo-commits

commit:     e5ad8ae160cb2fd68e3a4ea4c7df0394e125cdaa
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 17 12:31:07 2020 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Fri Apr 17 12:31:07 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5ad8ae1

media-video/celluloid: bump to 0.19

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 media-video/celluloid/Manifest              |  1 +
 media-video/celluloid/celluloid-0.19.ebuild | 33 +++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/media-video/celluloid/Manifest b/media-video/celluloid/Manifest
index 4cb8fda64c6..6429f753f3b 100644
--- a/media-video/celluloid/Manifest
+++ b/media-video/celluloid/Manifest
@@ -1,2 +1,3 @@
 DIST celluloid-0.18.tar.xz 354752 BLAKE2B 810b4b6ceb2a57a3b7157acb63b78c9de73c84a1a183fec74a95123c29f7e9477e2740684966fc57c28cd779157be7fcab0ff1ff8482d6d917f345262d7bd82e SHA512 22e04ee774ca1e3d9bdc966ce32ca4c6f00ac5731b4019a4e92552d74524f7a20d4dfcb94f1c043f906c0bbb121708b08d34b00bc8a914391f38eaf08c7e50c2
+DIST celluloid-0.19.tar.xz 372548 BLAKE2B 9d09fb2b59bdfb3a456a17c36a33d507e42eb1304a564245b42dcb0d5f34b844214f813d894383e5f171add3014141bad8eedd6ad3f4f1f3d7e5205452fff9cd SHA512 4db31ab156e0056e6280c1cbb3f2d2996c4a5e18478bbefb19e13e731bec90672adc30548516bca1aef1e49ae1e22a1d9b8980587a2117f17ecc2b38c7d1498d
 DIST gnome-mpv-0.16.tar.xz 320676 BLAKE2B ea92b94096b2bc13dd48ac54acec7aa19f23ffd53f40a90dd52fa7e9221a82bfc6159eb204eec98a1073d9ccd14ab4a4b8b380714098120deafaa4c3183d64f3 SHA512 b730cba7388e9c64014a17b7aa2bdeab344a80bcff46ed2f47566ef02f24e2b5b07ed3fbae65443dc7ae58b70bd03e065a4da6ab8860fb506bdaad8bbccc0fce

diff --git a/media-video/celluloid/celluloid-0.19.ebuild b/media-video/celluloid/celluloid-0.19.ebuild
new file mode 100644
index 00000000000..503980f3f28
--- /dev/null
+++ b/media-video/celluloid/celluloid-0.19.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnome2-utils meson xdg
+
+DESCRIPTION="A simple GTK+ frontend for mpv"
+HOMEPAGE="https://celluloid-player.github.io/"
+SRC_URI="https://github.com/celluloid-player/celluloid/releases/download/v${PV}/${P}.tar.xz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND=">=dev-libs/glib-2.44
+	>=x11-libs/gtk+-3.22.23:3
+	>=media-video/mpv-0.29[libmpv]
+	media-libs/libepoxy"
+DEPEND="${RDEPEND}
+	dev-util/glib-utils
+	>=sys-devel/gettext-0.19.8
+	virtual/pkgconfig"
+
+pkg_postinst() {
+	xdg_pkg_postinst
+	gnome2_schemas_update
+}
+
+pkg_postrm() {
+	xdg_pkg_postrm
+	gnome2_schemas_update
+}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-video/celluloid/
@ 2020-04-18  9:18 Agostino Sarubbo
  0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo @ 2020-04-18  9:18 UTC (permalink / raw
  To: gentoo-commits

commit:     8d45d095e185baae3f48197e0ab11d52c602ea76
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 18 09:18:32 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Apr 18 09:18:32 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d45d095

media-video/celluloid: amd64 stable wrt bug #717892

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 media-video/celluloid/celluloid-0.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/celluloid/celluloid-0.18.ebuild b/media-video/celluloid/celluloid-0.18.ebuild
index 503980f3f28..8bd5b3cba7a 100644
--- a/media-video/celluloid/celluloid-0.18.ebuild
+++ b/media-video/celluloid/celluloid-0.18.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/celluloid-player/celluloid/releases/download/v${PV}/
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 RDEPEND=">=dev-libs/glib-2.44
 	>=x11-libs/gtk+-3.22.23:3


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-video/celluloid/
@ 2020-10-15 11:49 Mart Raudsepp
  0 siblings, 0 replies; 15+ messages in thread
From: Mart Raudsepp @ 2020-10-15 11:49 UTC (permalink / raw
  To: gentoo-commits

commit:     b57a4412f8adabc4c7898254e38f86fb3bbf0856
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 15 11:46:14 2020 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Thu Oct 15 11:46:14 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b57a4412

media-video/celluloid: bump to 0.20

Closes: https://bugs.gentoo.org/748495
Package-Manager: Portage-2.3.103, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 media-video/celluloid/Manifest              |  1 +
 media-video/celluloid/celluloid-0.20.ebuild | 33 +++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/media-video/celluloid/Manifest b/media-video/celluloid/Manifest
index 6429f753f3b..8f3ad5ac2ea 100644
--- a/media-video/celluloid/Manifest
+++ b/media-video/celluloid/Manifest
@@ -1,3 +1,4 @@
 DIST celluloid-0.18.tar.xz 354752 BLAKE2B 810b4b6ceb2a57a3b7157acb63b78c9de73c84a1a183fec74a95123c29f7e9477e2740684966fc57c28cd779157be7fcab0ff1ff8482d6d917f345262d7bd82e SHA512 22e04ee774ca1e3d9bdc966ce32ca4c6f00ac5731b4019a4e92552d74524f7a20d4dfcb94f1c043f906c0bbb121708b08d34b00bc8a914391f38eaf08c7e50c2
 DIST celluloid-0.19.tar.xz 372548 BLAKE2B 9d09fb2b59bdfb3a456a17c36a33d507e42eb1304a564245b42dcb0d5f34b844214f813d894383e5f171add3014141bad8eedd6ad3f4f1f3d7e5205452fff9cd SHA512 4db31ab156e0056e6280c1cbb3f2d2996c4a5e18478bbefb19e13e731bec90672adc30548516bca1aef1e49ae1e22a1d9b8980587a2117f17ecc2b38c7d1498d
+DIST celluloid-0.20.tar.xz 388972 BLAKE2B 9f60bef311a33ed86a78b11742e9ea547dafe0431aba41d9f11a786c17ed6f67480f65507cca27223e7f0d1dfadc2c98f16eb3160a5e25f2165b696f15107e17 SHA512 53bb7ea155cf0b2b96da67851ec598782601ecb68504d4355aa03544fc89c0f64aefb507217d08f8ce49d2b7877215365c9ccce69f5f355ed1792a94ea1a6093
 DIST gnome-mpv-0.16.tar.xz 320676 BLAKE2B ea92b94096b2bc13dd48ac54acec7aa19f23ffd53f40a90dd52fa7e9221a82bfc6159eb204eec98a1073d9ccd14ab4a4b8b380714098120deafaa4c3183d64f3 SHA512 b730cba7388e9c64014a17b7aa2bdeab344a80bcff46ed2f47566ef02f24e2b5b07ed3fbae65443dc7ae58b70bd03e065a4da6ab8860fb506bdaad8bbccc0fce

diff --git a/media-video/celluloid/celluloid-0.20.ebuild b/media-video/celluloid/celluloid-0.20.ebuild
new file mode 100644
index 00000000000..785dc71be16
--- /dev/null
+++ b/media-video/celluloid/celluloid-0.20.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnome2-utils meson xdg
+
+DESCRIPTION="A simple GTK+ frontend for mpv"
+HOMEPAGE="https://celluloid-player.github.io/"
+SRC_URI="https://github.com/celluloid-player/celluloid/releases/download/v${PV}/${P}.tar.xz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND=">=dev-libs/glib-2.44
+	>=x11-libs/gtk+-3.22.23:3
+	>=media-video/mpv-0.32[libmpv]
+	media-libs/libepoxy"
+DEPEND="${RDEPEND}
+	dev-util/glib-utils
+	>=sys-devel/gettext-0.19.8
+	virtual/pkgconfig"
+
+pkg_postinst() {
+	xdg_pkg_postinst
+	gnome2_schemas_update
+}
+
+pkg_postrm() {
+	xdg_pkg_postrm
+	gnome2_schemas_update
+}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-video/celluloid/
@ 2021-02-06 15:39 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2021-02-06 15:39 UTC (permalink / raw
  To: gentoo-commits

commit:     a0d5cb6e7d7f91557e122212b88e081857895836
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  6 15:39:28 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb  6 15:39:28 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0d5cb6e

media-video/celluloid: Stabilize 0.20 amd64, #768942

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-video/celluloid/celluloid-0.20.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/celluloid/celluloid-0.20.ebuild b/media-video/celluloid/celluloid-0.20.ebuild
index 785dc71be16..6a30b769a97 100644
--- a/media-video/celluloid/celluloid-0.20.ebuild
+++ b/media-video/celluloid/celluloid-0.20.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/celluloid-player/celluloid/releases/download/v${PV}/
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 RDEPEND=">=dev-libs/glib-2.44
 	>=x11-libs/gtk+-3.22.23:3


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-video/celluloid/
@ 2021-06-03  0:44 Georgy Yakovlev
  0 siblings, 0 replies; 15+ messages in thread
From: Georgy Yakovlev @ 2021-06-03  0:44 UTC (permalink / raw
  To: gentoo-commits

commit:     c8d2b702cb2c39b0bd6100491abe3f8922cbdffd
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  3 00:43:33 2021 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Jun  3 00:44:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8d2b702

media-video/celluloid: add ~ppc64 keyword

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 media-video/celluloid/celluloid-0.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/celluloid/celluloid-0.20.ebuild b/media-video/celluloid/celluloid-0.20.ebuild
index 6a30b769a97..ac13348c00b 100644
--- a/media-video/celluloid/celluloid-0.20.ebuild
+++ b/media-video/celluloid/celluloid-0.20.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/celluloid-player/celluloid/releases/download/v${PV}/
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64"
+KEYWORDS="amd64 ~ppc64"
 
 RDEPEND=">=dev-libs/glib-2.44
 	>=x11-libs/gtk+-3.22.23:3


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-video/celluloid/
@ 2021-06-28  8:48 Mart Raudsepp
  0 siblings, 0 replies; 15+ messages in thread
From: Mart Raudsepp @ 2021-06-28  8:48 UTC (permalink / raw
  To: gentoo-commits

commit:     be6cf9fdbd9786e85b544aabba7b5e125a1a6f8f
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 28 07:24:27 2021 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Mon Jun 28 08:48:25 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be6cf9fd

media-video/celluloid: remove old

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 media-video/celluloid/Manifest              |  3 ---
 media-video/celluloid/celluloid-0.16.ebuild | 35 -----------------------------
 media-video/celluloid/celluloid-0.18.ebuild | 33 ---------------------------
 media-video/celluloid/celluloid-0.19.ebuild | 33 ---------------------------
 4 files changed, 104 deletions(-)

diff --git a/media-video/celluloid/Manifest b/media-video/celluloid/Manifest
index 8f3ad5ac2ea..27e9904915f 100644
--- a/media-video/celluloid/Manifest
+++ b/media-video/celluloid/Manifest
@@ -1,4 +1 @@
-DIST celluloid-0.18.tar.xz 354752 BLAKE2B 810b4b6ceb2a57a3b7157acb63b78c9de73c84a1a183fec74a95123c29f7e9477e2740684966fc57c28cd779157be7fcab0ff1ff8482d6d917f345262d7bd82e SHA512 22e04ee774ca1e3d9bdc966ce32ca4c6f00ac5731b4019a4e92552d74524f7a20d4dfcb94f1c043f906c0bbb121708b08d34b00bc8a914391f38eaf08c7e50c2
-DIST celluloid-0.19.tar.xz 372548 BLAKE2B 9d09fb2b59bdfb3a456a17c36a33d507e42eb1304a564245b42dcb0d5f34b844214f813d894383e5f171add3014141bad8eedd6ad3f4f1f3d7e5205452fff9cd SHA512 4db31ab156e0056e6280c1cbb3f2d2996c4a5e18478bbefb19e13e731bec90672adc30548516bca1aef1e49ae1e22a1d9b8980587a2117f17ecc2b38c7d1498d
 DIST celluloid-0.20.tar.xz 388972 BLAKE2B 9f60bef311a33ed86a78b11742e9ea547dafe0431aba41d9f11a786c17ed6f67480f65507cca27223e7f0d1dfadc2c98f16eb3160a5e25f2165b696f15107e17 SHA512 53bb7ea155cf0b2b96da67851ec598782601ecb68504d4355aa03544fc89c0f64aefb507217d08f8ce49d2b7877215365c9ccce69f5f355ed1792a94ea1a6093
-DIST gnome-mpv-0.16.tar.xz 320676 BLAKE2B ea92b94096b2bc13dd48ac54acec7aa19f23ffd53f40a90dd52fa7e9221a82bfc6159eb204eec98a1073d9ccd14ab4a4b8b380714098120deafaa4c3183d64f3 SHA512 b730cba7388e9c64014a17b7aa2bdeab344a80bcff46ed2f47566ef02f24e2b5b07ed3fbae65443dc7ae58b70bd03e065a4da6ab8860fb506bdaad8bbccc0fce

diff --git a/media-video/celluloid/celluloid-0.16.ebuild b/media-video/celluloid/celluloid-0.16.ebuild
deleted file mode 100644
index a2decad92d1..00000000000
--- a/media-video/celluloid/celluloid-0.16.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils xdg-utils meson
-
-DESCRIPTION="A simple GTK+ frontend for mpv"
-HOMEPAGE="https://celluloid-player.github.io/"
-SRC_URI="https://github.com/gnome-mpv/gnome-mpv/releases/download/v${PV}/gnome-mpv-${PV}.tar.xz"
-S="${WORKDIR}/gnome-mpv-${PV}"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64"
-
-RDEPEND=">=dev-libs/glib-2.44
-	>=x11-libs/gtk+-3.22.23:3
-	>=media-video/mpv-0.27[libmpv]
-	media-libs/libepoxy"
-DEPEND="${RDEPEND}
-	dev-util/glib-utils
-	virtual/pkgconfig"
-
-pkg_postinst() {
-	xdg_desktop_database_update
-	gnome2_icon_cache_update
-	gnome2_schemas_update
-}
-
-pkg_postrm() {
-	xdg_desktop_database_update
-	gnome2_icon_cache_update
-	gnome2_schemas_update
-}

diff --git a/media-video/celluloid/celluloid-0.18.ebuild b/media-video/celluloid/celluloid-0.18.ebuild
deleted file mode 100644
index 8bd5b3cba7a..00000000000
--- a/media-video/celluloid/celluloid-0.18.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit gnome2-utils meson xdg
-
-DESCRIPTION="A simple GTK+ frontend for mpv"
-HOMEPAGE="https://celluloid-player.github.io/"
-SRC_URI="https://github.com/celluloid-player/celluloid/releases/download/v${PV}/${P}.tar.xz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64"
-
-RDEPEND=">=dev-libs/glib-2.44
-	>=x11-libs/gtk+-3.22.23:3
-	>=media-video/mpv-0.29[libmpv]
-	media-libs/libepoxy"
-DEPEND="${RDEPEND}
-	dev-util/glib-utils
-	>=sys-devel/gettext-0.19.8
-	virtual/pkgconfig"
-
-pkg_postinst() {
-	xdg_pkg_postinst
-	gnome2_schemas_update
-}
-
-pkg_postrm() {
-	xdg_pkg_postrm
-	gnome2_schemas_update
-}

diff --git a/media-video/celluloid/celluloid-0.19.ebuild b/media-video/celluloid/celluloid-0.19.ebuild
deleted file mode 100644
index 503980f3f28..00000000000
--- a/media-video/celluloid/celluloid-0.19.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit gnome2-utils meson xdg
-
-DESCRIPTION="A simple GTK+ frontend for mpv"
-HOMEPAGE="https://celluloid-player.github.io/"
-SRC_URI="https://github.com/celluloid-player/celluloid/releases/download/v${PV}/${P}.tar.xz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND=">=dev-libs/glib-2.44
-	>=x11-libs/gtk+-3.22.23:3
-	>=media-video/mpv-0.29[libmpv]
-	media-libs/libepoxy"
-DEPEND="${RDEPEND}
-	dev-util/glib-utils
-	>=sys-devel/gettext-0.19.8
-	virtual/pkgconfig"
-
-pkg_postinst() {
-	xdg_pkg_postinst
-	gnome2_schemas_update
-}
-
-pkg_postrm() {
-	xdg_pkg_postrm
-	gnome2_schemas_update
-}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-video/celluloid/
@ 2021-06-28  8:48 Mart Raudsepp
  0 siblings, 0 replies; 15+ messages in thread
From: Mart Raudsepp @ 2021-06-28  8:48 UTC (permalink / raw
  To: gentoo-commits

commit:     a74f206ea5ae020aa0f39e18b7750ea7e656b81f
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 28 07:29:30 2021 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Mon Jun 28 08:48:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a74f206e

media-video/celluloid: bump to 0.21

Closes: https://bugs.gentoo.org/794826
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 media-video/celluloid/Manifest              |  1 +
 media-video/celluloid/celluloid-0.21.ebuild | 33 +++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/media-video/celluloid/Manifest b/media-video/celluloid/Manifest
index 27e9904915f..2c7921a1903 100644
--- a/media-video/celluloid/Manifest
+++ b/media-video/celluloid/Manifest
@@ -1 +1,2 @@
 DIST celluloid-0.20.tar.xz 388972 BLAKE2B 9f60bef311a33ed86a78b11742e9ea547dafe0431aba41d9f11a786c17ed6f67480f65507cca27223e7f0d1dfadc2c98f16eb3160a5e25f2165b696f15107e17 SHA512 53bb7ea155cf0b2b96da67851ec598782601ecb68504d4355aa03544fc89c0f64aefb507217d08f8ce49d2b7877215365c9ccce69f5f355ed1792a94ea1a6093
+DIST celluloid-0.21.tar.xz 413072 BLAKE2B 726eb035f15c24333151833ded843be611b6d6340d77de13f38d29f92307da1e30c63c657e654327f10b617987f8800e59b72e28bcc65cdcad4ef9ab002214c4 SHA512 6e48d982be127c21cc6afeec8e94ae5c78c667f865690f8fad6db2f0b8290922682334c4d905827e99765dc2084c1b8a36927ff3de485a7a456f4a2fb7058ae6

diff --git a/media-video/celluloid/celluloid-0.21.ebuild b/media-video/celluloid/celluloid-0.21.ebuild
new file mode 100644
index 00000000000..6a771a6e23f
--- /dev/null
+++ b/media-video/celluloid/celluloid-0.21.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnome2-utils meson xdg
+
+DESCRIPTION="A simple GTK+ frontend for mpv"
+HOMEPAGE="https://celluloid-player.github.io/"
+SRC_URI="https://github.com/celluloid-player/celluloid/releases/download/v${PV}/${P}.tar.xz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64"
+
+RDEPEND=">=dev-libs/glib-2.44
+	>=x11-libs/gtk+-3.22.23:3
+	>=media-video/mpv-0.32[libmpv]
+	media-libs/libepoxy"
+DEPEND="${RDEPEND}
+	dev-util/glib-utils
+	>=sys-devel/gettext-0.19.8
+	virtual/pkgconfig"
+
+pkg_postinst() {
+	xdg_pkg_postinst
+	gnome2_schemas_update
+}
+
+pkg_postrm() {
+	xdg_pkg_postrm
+	gnome2_schemas_update
+}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-video/celluloid/
@ 2022-01-13  2:00 Georgy Yakovlev
  0 siblings, 0 replies; 15+ messages in thread
From: Georgy Yakovlev @ 2022-01-13  2:00 UTC (permalink / raw
  To: gentoo-commits

commit:     ae7d1125f7ecd2a38634e80cc254927916186a5c
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 13 01:53:11 2022 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Jan 13 02:00:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae7d1125

media-video/celluloid: keyword 0.21 for ~arm64

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 media-video/celluloid/celluloid-0.21.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/celluloid/celluloid-0.21.ebuild b/media-video/celluloid/celluloid-0.21.ebuild
index 6a771a6e23fc..6427cae1f4e7 100644
--- a/media-video/celluloid/celluloid-0.21.ebuild
+++ b/media-video/celluloid/celluloid-0.21.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
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/celluloid-player/celluloid/releases/download/v${PV}/
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64"
+KEYWORDS="~amd64 ~arm64 ~ppc64"
 
 RDEPEND=">=dev-libs/glib-2.44
 	>=x11-libs/gtk+-3.22.23:3


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-video/celluloid/
@ 2022-07-30  2:33 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2022-07-30  2:33 UTC (permalink / raw
  To: gentoo-commits

commit:     390d3e7ae7854dcde45cdc878e46d1f5943f9719
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 30 02:32:46 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 30 02:32:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=390d3e7a

media-video/celluloid: Stabilize 0.21 amd64, #862154

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-video/celluloid/celluloid-0.21.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/celluloid/celluloid-0.21.ebuild b/media-video/celluloid/celluloid-0.21.ebuild
index 6427cae1f4e7..447feb7364ca 100644
--- a/media-video/celluloid/celluloid-0.21.ebuild
+++ b/media-video/celluloid/celluloid-0.21.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/celluloid-player/celluloid/releases/download/v${PV}/
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64"
+KEYWORDS="amd64 ~arm64 ~ppc64"
 
 RDEPEND=">=dev-libs/glib-2.44
 	>=x11-libs/gtk+-3.22.23:3


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-video/celluloid/
@ 2022-11-07 19:30 Ionen Wolkens
  0 siblings, 0 replies; 15+ messages in thread
From: Ionen Wolkens @ 2022-11-07 19:30 UTC (permalink / raw
  To: gentoo-commits

commit:     2a17d5c70ddfbb51076f38ec74972f47148dfcc9
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  6 16:43:18 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon Nov  7 19:27:59 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a17d5c7

media-video/celluloid: use mpv subslot, fix BDEPEND

libmpv.so.1 -> libmpv.so.2

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 .../celluloid/{celluloid-0.21.ebuild => celluloid-0.21-r1.ebuild}   | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-video/celluloid/celluloid-0.21.ebuild b/media-video/celluloid/celluloid-0.21-r1.ebuild
similarity index 88%
rename from media-video/celluloid/celluloid-0.21.ebuild
rename to media-video/celluloid/celluloid-0.21-r1.ebuild
index 447feb7364ca..83ea74a460b0 100644
--- a/media-video/celluloid/celluloid-0.21.ebuild
+++ b/media-video/celluloid/celluloid-0.21-r1.ebuild
@@ -15,10 +15,10 @@ KEYWORDS="amd64 ~arm64 ~ppc64"
 
 RDEPEND=">=dev-libs/glib-2.44
 	>=x11-libs/gtk+-3.22.23:3
-	>=media-video/mpv-0.32[libmpv]
+	>=media-video/mpv-0.32:=[libmpv]
 	media-libs/libepoxy"
-DEPEND="${RDEPEND}
-	dev-util/glib-utils
+DEPEND="${RDEPEND}"
+BDEPEND="dev-util/glib-utils
 	>=sys-devel/gettext-0.19.8
 	virtual/pkgconfig"
 


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-video/celluloid/
@ 2022-11-07 19:30 Ionen Wolkens
  0 siblings, 0 replies; 15+ messages in thread
From: Ionen Wolkens @ 2022-11-07 19:30 UTC (permalink / raw
  To: gentoo-commits

commit:     9c4f701931b55564367c8086b6a7ab6d041dd76f
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  6 16:42:21 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon Nov  7 19:27:59 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c4f7019

media-video/celluloid: drop 0.20

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 media-video/celluloid/Manifest              |  1 -
 media-video/celluloid/celluloid-0.20.ebuild | 33 -----------------------------
 2 files changed, 34 deletions(-)

diff --git a/media-video/celluloid/Manifest b/media-video/celluloid/Manifest
index 2c7921a19031..00cfc27fd725 100644
--- a/media-video/celluloid/Manifest
+++ b/media-video/celluloid/Manifest
@@ -1,2 +1 @@
-DIST celluloid-0.20.tar.xz 388972 BLAKE2B 9f60bef311a33ed86a78b11742e9ea547dafe0431aba41d9f11a786c17ed6f67480f65507cca27223e7f0d1dfadc2c98f16eb3160a5e25f2165b696f15107e17 SHA512 53bb7ea155cf0b2b96da67851ec598782601ecb68504d4355aa03544fc89c0f64aefb507217d08f8ce49d2b7877215365c9ccce69f5f355ed1792a94ea1a6093
 DIST celluloid-0.21.tar.xz 413072 BLAKE2B 726eb035f15c24333151833ded843be611b6d6340d77de13f38d29f92307da1e30c63c657e654327f10b617987f8800e59b72e28bcc65cdcad4ef9ab002214c4 SHA512 6e48d982be127c21cc6afeec8e94ae5c78c667f865690f8fad6db2f0b8290922682334c4d905827e99765dc2084c1b8a36927ff3de485a7a456f4a2fb7058ae6

diff --git a/media-video/celluloid/celluloid-0.20.ebuild b/media-video/celluloid/celluloid-0.20.ebuild
deleted file mode 100644
index ac13348c00be..000000000000
--- a/media-video/celluloid/celluloid-0.20.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit gnome2-utils meson xdg
-
-DESCRIPTION="A simple GTK+ frontend for mpv"
-HOMEPAGE="https://celluloid-player.github.io/"
-SRC_URI="https://github.com/celluloid-player/celluloid/releases/download/v${PV}/${P}.tar.xz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64"
-
-RDEPEND=">=dev-libs/glib-2.44
-	>=x11-libs/gtk+-3.22.23:3
-	>=media-video/mpv-0.32[libmpv]
-	media-libs/libepoxy"
-DEPEND="${RDEPEND}
-	dev-util/glib-utils
-	>=sys-devel/gettext-0.19.8
-	virtual/pkgconfig"
-
-pkg_postinst() {
-	xdg_pkg_postinst
-	gnome2_schemas_update
-}
-
-pkg_postrm() {
-	xdg_pkg_postrm
-	gnome2_schemas_update
-}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-video/celluloid/
@ 2024-05-09 10:10 Pacho Ramos
  0 siblings, 0 replies; 15+ messages in thread
From: Pacho Ramos @ 2024-05-09 10:10 UTC (permalink / raw
  To: gentoo-commits

commit:     12050a098c9e537c59993fac63e3d0f468a39ddc
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu May  9 10:09:46 2024 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu May  9 10:09:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12050a09

media-video/celluloid: add github upstream metadata

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 media-video/celluloid/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/media-video/celluloid/metadata.xml b/media-video/celluloid/metadata.xml
index 68bfde632f76..a6bfe1cb747e 100644
--- a/media-video/celluloid/metadata.xml
+++ b/media-video/celluloid/metadata.xml
@@ -5,4 +5,7 @@
 	<email>leio@gentoo.org</email>
 	<name>Mart Raudsepp</name>
 </maintainer>
+<upstream>
+	<remote-id type="github">celluloid-player/celluloid</remote-id>
+</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-video/celluloid/
@ 2024-05-09 10:10 Pacho Ramos
  0 siblings, 0 replies; 15+ messages in thread
From: Pacho Ramos @ 2024-05-09 10:10 UTC (permalink / raw
  To: gentoo-commits

commit:     7b7eb01b79d3aa47cd1121128ca337abd34a0a37
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu May  9 10:08:52 2024 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu May  9 10:08:52 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b7eb01b

media-video/celluloid: add 0.26

Bug: https://bugs.gentoo.org/768939
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 media-video/celluloid/Manifest              |  1 +
 media-video/celluloid/celluloid-0.26.ebuild | 36 +++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/media-video/celluloid/Manifest b/media-video/celluloid/Manifest
index 00cfc27fd725..c2367e33e5b0 100644
--- a/media-video/celluloid/Manifest
+++ b/media-video/celluloid/Manifest
@@ -1 +1,2 @@
 DIST celluloid-0.21.tar.xz 413072 BLAKE2B 726eb035f15c24333151833ded843be611b6d6340d77de13f38d29f92307da1e30c63c657e654327f10b617987f8800e59b72e28bcc65cdcad4ef9ab002214c4 SHA512 6e48d982be127c21cc6afeec8e94ae5c78c667f865690f8fad6db2f0b8290922682334c4d905827e99765dc2084c1b8a36927ff3de485a7a456f4a2fb7058ae6
+DIST celluloid-0.26.tar.xz 305420 BLAKE2B d74f5be26427ac0798f67e37066f0840d6af1a5a43e4bf714d02519e57231c57c34e191a678d11ebdca0ccbfd8f40eed4a23410f054394cc9f42559c6bbc934c SHA512 bcbb970b8ce512d4d7e64833a309a2e32631b262989ee7f9e1ec4b7f0015387b3978c8cbc0206a5aa86bd9e74fae3b7d38776e71be8c16996444d234bc37d42f

diff --git a/media-video/celluloid/celluloid-0.26.ebuild b/media-video/celluloid/celluloid-0.26.ebuild
new file mode 100644
index 000000000000..00062ed05b0b
--- /dev/null
+++ b/media-video/celluloid/celluloid-0.26.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome2-utils meson xdg
+
+DESCRIPTION="Simple GTK+ frontend for mpv"
+HOMEPAGE="https://celluloid-player.github.io/"
+SRC_URI="https://github.com/celluloid-player/celluloid/releases/download/v${PV}/${P}.tar.xz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64"
+
+RDEPEND=">=dev-libs/glib-2.66:2
+	>=gui-libs/gtk-4.6.1:4
+	>=gui-libs/libadwaita-1.2.0:1
+	>=media-video/mpv-0.32:=[libmpv]
+	media-libs/libepoxy"
+DEPEND="${RDEPEND}"
+BDEPEND="dev-libs/appstream-glib
+	dev-util/gdbus-codegen
+	dev-util/glib-utils
+	>=sys-devel/gettext-0.19.8
+	virtual/pkgconfig"
+
+pkg_postinst() {
+	xdg_pkg_postinst
+	gnome2_schemas_update
+}
+
+pkg_postrm() {
+	xdg_pkg_postrm
+	gnome2_schemas_update
+}


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-video/celluloid/
@ 2024-07-11 11:01 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2024-07-11 11:01 UTC (permalink / raw
  To: gentoo-commits

commit:     9fd26469ff2fee8e2bd9e56a2aed9e12ffc92205
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 11 11:01:16 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jul 11 11:01:16 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fd26469

media-video/celluloid: Stabilize 0.26 amd64, #934392

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-video/celluloid/celluloid-0.26.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/celluloid/celluloid-0.26.ebuild b/media-video/celluloid/celluloid-0.26.ebuild
index b99ca18e4df3..9513558c144c 100644
--- a/media-video/celluloid/celluloid-0.26.ebuild
+++ b/media-video/celluloid/celluloid-0.26.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/celluloid-player/celluloid/releases/download/v${PV}/
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64"
+KEYWORDS="amd64 ~arm64 ~ppc ~ppc64"
 
 RDEPEND=">=dev-libs/glib-2.66:2
 	>=gui-libs/gtk-4.6.1:4


^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2024-07-11 11:01 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-09 10:10 [gentoo-commits] repo/gentoo:master commit in: media-video/celluloid/ Pacho Ramos
  -- strict thread matches above, loose matches on Subject: below --
2024-07-11 11:01 Sam James
2024-05-09 10:10 Pacho Ramos
2022-11-07 19:30 Ionen Wolkens
2022-11-07 19:30 Ionen Wolkens
2022-07-30  2:33 Sam James
2022-01-13  2:00 Georgy Yakovlev
2021-06-28  8:48 Mart Raudsepp
2021-06-28  8:48 Mart Raudsepp
2021-06-03  0:44 Georgy Yakovlev
2021-02-06 15:39 Sam James
2020-10-15 11:49 Mart Raudsepp
2020-04-18  9:18 Agostino Sarubbo
2020-04-17 12:35 Mart Raudsepp
2020-02-22 11:52 Mart Raudsepp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox