* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/tuba/
@ 2023-04-04 20:34 Laurent Morretton
0 siblings, 0 replies; 8+ messages in thread
From: Laurent Morretton @ 2023-04-04 20:34 UTC (permalink / raw
To: gentoo-commits
commit: e9e56e828d81acdc9915bbbe36fed23dcd9dbfbc
Author: Laurent Morretton <laurent <AT> morretton <DOT> fr>
AuthorDate: Tue Apr 4 20:31:19 2023 +0000
Commit: Laurent Morretton <laurent.morretton <AT> gmail <DOT> com>
CommitDate: Tue Apr 4 20:31:19 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e9e56e82
net-misc/tuba: new package, add 0.2.0
Signed-off-by: Laurent Morretton <laurent <AT> morretton.fr>
net-misc/tuba/Manifest | 1 +
net-misc/tuba/tuba-0.2.0.ebuild | 51 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 52 insertions(+)
diff --git a/net-misc/tuba/Manifest b/net-misc/tuba/Manifest
new file mode 100644
index 000000000..021b96761
--- /dev/null
+++ b/net-misc/tuba/Manifest
@@ -0,0 +1 @@
+DIST v0.2.0.tar.gz 233703 BLAKE2B 8131986f481031257a59a4d2902364cec042d3d773cee0dee3b1ef8628ea1e2dbb32619c6f9054b43c88a1da51a53d1877896f0082ad482387876000b47d40ab SHA512 c5e07199c950963ac6f398d36f2da760a6fa734e247ba1defc3b98f9aa53d1626cf519988a96c5c7e16f32b79d7f5ad6bec02d6eab84cc132f2f634176fdd2f5
diff --git a/net-misc/tuba/tuba-0.2.0.ebuild b/net-misc/tuba/tuba-0.2.0.ebuild
new file mode 100644
index 000000000..67322e9c1
--- /dev/null
+++ b/net-misc/tuba/tuba-0.2.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome2-utils meson vala xdg
+
+DESCRIPTION="Mastodon client, previously known as Tooth"
+HOMEPAGE="https://github.com/GeopJr/Tuba"
+SRC_URI="https://github.com/GeopJr/${PN}/archive/refs/tags/v${PV}.tar.gz"
+
+LICENSE="CC-BY-3.0 GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+S="${WORKDIR}/Tuba-${PV}"
+
+RDEPEND="
+ >=app-crypt/libsecret-0.20
+ >=dev-libs/glib-2.71.2
+ >=dev-libs/json-glib-1.4.4
+ >=dev-libs/libxml2-2.9.10
+ >=dev-libs/libgee-0.8.5
+ gui-libs/gtk:4
+ >=gui-libs/libadwaita-1.2
+ >=net-libs/libsoup-3
+"
+
+DEPEND="${RDEPEND}"
+
+BDEPEND="
+ $(vala_depend)
+ virtual/pkgconfig
+"
+
+VALA_MIN_API_VERSION=0.48
+
+src_prepare() {
+ default
+ vala_setup
+}
+
+pkg_postinst() {
+ gnome2_schemas_update
+ xdg_pkg_postinst
+}
+
+pkg_postrm() {
+ gnome2_schemas_update
+ xdg_pkg_postrm
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/tuba/
@ 2023-04-04 21:32 Laurent Morretton
0 siblings, 0 replies; 8+ messages in thread
From: Laurent Morretton @ 2023-04-04 21:32 UTC (permalink / raw
To: gentoo-commits
commit: e2c9b5c0182e83393526a0eee6792db5161e3b98
Author: Laurent Morretton <laurent <AT> morretton <DOT> fr>
AuthorDate: Tue Apr 4 21:26:02 2023 +0000
Commit: Laurent Morretton <laurent.morretton <AT> gmail <DOT> com>
CommitDate: Tue Apr 4 21:31:29 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e2c9b5c0
net-misc/tuba: Fix QA issues in SRC_URI and metadata.xml
Signed-off-by: Laurent Morretton <laurent <AT> morretton.fr>
net-misc/tuba/Manifest | 2 +-
net-misc/tuba/metadata.xml | 11 +++++++++++
net-misc/tuba/tuba-0.2.0.ebuild | 5 +++--
3 files changed, 15 insertions(+), 3 deletions(-)
diff --git a/net-misc/tuba/Manifest b/net-misc/tuba/Manifest
index 021b96761..92d37de49 100644
--- a/net-misc/tuba/Manifest
+++ b/net-misc/tuba/Manifest
@@ -1 +1 @@
-DIST v0.2.0.tar.gz 233703 BLAKE2B 8131986f481031257a59a4d2902364cec042d3d773cee0dee3b1ef8628ea1e2dbb32619c6f9054b43c88a1da51a53d1877896f0082ad482387876000b47d40ab SHA512 c5e07199c950963ac6f398d36f2da760a6fa734e247ba1defc3b98f9aa53d1626cf519988a96c5c7e16f32b79d7f5ad6bec02d6eab84cc132f2f634176fdd2f5
+DIST tuba-0.2.0.tar.gz 233703 BLAKE2B 8131986f481031257a59a4d2902364cec042d3d773cee0dee3b1ef8628ea1e2dbb32619c6f9054b43c88a1da51a53d1877896f0082ad482387876000b47d40ab SHA512 c5e07199c950963ac6f398d36f2da760a6fa734e247ba1defc3b98f9aa53d1626cf519988a96c5c7e16f32b79d7f5ad6bec02d6eab84cc132f2f634176fdd2f5
diff --git a/net-misc/tuba/metadata.xml b/net-misc/tuba/metadata.xml
new file mode 100644
index 000000000..8e05ae1b3
--- /dev/null
+++ b/net-misc/tuba/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>laurent@morretton.fr</email>
+ <name>Laurent Morretton</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">GeopJr/Tuba</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/net-misc/tuba/tuba-0.2.0.ebuild b/net-misc/tuba/tuba-0.2.0.ebuild
index 67322e9c1..1c374c1a5 100644
--- a/net-misc/tuba/tuba-0.2.0.ebuild
+++ b/net-misc/tuba/tuba-0.2.0.ebuild
@@ -7,13 +7,14 @@ inherit gnome2-utils meson vala xdg
DESCRIPTION="Mastodon client, previously known as Tooth"
HOMEPAGE="https://github.com/GeopJr/Tuba"
-SRC_URI="https://github.com/GeopJr/${PN}/archive/refs/tags/v${PV}.tar.gz"
+MY_PN="Tuba"
+SRC_URI="https://github.com/GeopJr/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="CC-BY-3.0 GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-S="${WORKDIR}/Tuba-${PV}"
+S="${WORKDIR}/${MY_PN}-${PV}"
RDEPEND="
>=app-crypt/libsecret-0.20
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/tuba/
@ 2023-04-06 19:28 Laurent Morretton
0 siblings, 0 replies; 8+ messages in thread
From: Laurent Morretton @ 2023-04-06 19:28 UTC (permalink / raw
To: gentoo-commits
commit: 1cbb87c50fda21df511de9840033dcaaa67bac7a
Author: Laurent Morretton <laurent <AT> morretton <DOT> fr>
AuthorDate: Thu Apr 6 19:18:02 2023 +0000
Commit: Laurent Morretton <laurent.morretton <AT> gmail <DOT> com>
CommitDate: Thu Apr 6 19:27:59 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1cbb87c5
net-misc/tuba: Wrong email address fix
Signed-off-by: Laurent Morretton <laurent <AT> morretton.fr>
net-misc/tuba/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/tuba/metadata.xml b/net-misc/tuba/metadata.xml
index 8e05ae1b3..af43a93b3 100644
--- a/net-misc/tuba/metadata.xml
+++ b/net-misc/tuba/metadata.xml
@@ -2,7 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
- <email>laurent@morretton.fr</email>
+ <email>laurent.morretton@gmail.com</email>
<name>Laurent Morretton</name>
</maintainer>
<upstream>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/tuba/
@ 2023-04-14 20:41 Laurent Morretton
0 siblings, 0 replies; 8+ messages in thread
From: Laurent Morretton @ 2023-04-14 20:41 UTC (permalink / raw
To: gentoo-commits
commit: 39bb180ca2102a79d6b8aacf24b741ccc288d7f3
Author: Laurent Morretton <laurent <AT> morretton <DOT> fr>
AuthorDate: Fri Apr 14 20:39:27 2023 +0000
Commit: Laurent Morretton <laurent.morretton <AT> gmail <DOT> com>
CommitDate: Fri Apr 14 20:41:11 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=39bb180c
net-misc/tuba: Add gui-libs/gtksourceview:5 dependency
Signed-off-by: Laurent Morretton <laurent <AT> morretton.fr>
net-misc/tuba/tuba-0.2.0.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/net-misc/tuba/tuba-0.2.0.ebuild b/net-misc/tuba/tuba-0.2.0.ebuild
index 1c374c1a5..70e349cb9 100644
--- a/net-misc/tuba/tuba-0.2.0.ebuild
+++ b/net-misc/tuba/tuba-0.2.0.ebuild
@@ -25,6 +25,7 @@ RDEPEND="
gui-libs/gtk:4
>=gui-libs/libadwaita-1.2
>=net-libs/libsoup-3
+ gui-libs/gtksourceview:5
"
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/tuba/
@ 2023-05-21 19:21 Laurent Morretton
0 siblings, 0 replies; 8+ messages in thread
From: Laurent Morretton @ 2023-05-21 19:21 UTC (permalink / raw
To: gentoo-commits
commit: c982ad6c0f29772d55cc9ba8e6860169e6614b3d
Author: Laurent Morretton <laurent <AT> morretton <DOT> fr>
AuthorDate: Sun May 21 19:21:10 2023 +0000
Commit: Laurent Morretton <laurent.morretton <AT> gmail <DOT> com>
CommitDate: Sun May 21 19:21:10 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c982ad6c
net-misc/tuba: add 0.3.2
Signed-off-by: Laurent Morretton <laurent <AT> morretton.fr>
net-misc/tuba/Manifest | 1 +
net-misc/tuba/tuba-0.3.2.ebuild | 53 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 54 insertions(+)
diff --git a/net-misc/tuba/Manifest b/net-misc/tuba/Manifest
index 92d37de49..3e2d34424 100644
--- a/net-misc/tuba/Manifest
+++ b/net-misc/tuba/Manifest
@@ -1 +1,2 @@
DIST tuba-0.2.0.tar.gz 233703 BLAKE2B 8131986f481031257a59a4d2902364cec042d3d773cee0dee3b1ef8628ea1e2dbb32619c6f9054b43c88a1da51a53d1877896f0082ad482387876000b47d40ab SHA512 c5e07199c950963ac6f398d36f2da760a6fa734e247ba1defc3b98f9aa53d1626cf519988a96c5c7e16f32b79d7f5ad6bec02d6eab84cc132f2f634176fdd2f5
+DIST tuba-0.3.2.tar.gz 276540 BLAKE2B 7f5fa78e84b6df68400f6d4fc0cfeef153607ac1d1ed3e1760c6d330e9f30dd858db53b0fbad5119658120d39e40d888d02799b07993ade2b8698f82fcabe092 SHA512 1cac9547de7733a40fae292481551a5b231eccd51982ab041f50bdcb82e4e74742657d469c940fa8d2b745115aac55dc2202e39a66e0aaddd396b9a226a2ebbd
diff --git a/net-misc/tuba/tuba-0.3.2.ebuild b/net-misc/tuba/tuba-0.3.2.ebuild
new file mode 100644
index 000000000..6ccaf3d9d
--- /dev/null
+++ b/net-misc/tuba/tuba-0.3.2.ebuild
@@ -0,0 +1,53 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome2-utils meson vala xdg
+
+DESCRIPTION="Mastodon client, previously known as Tooth"
+HOMEPAGE="https://github.com/GeopJr/Tuba"
+MY_PN="Tuba"
+SRC_URI="https://github.com/GeopJr/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="CC-BY-3.0 GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+RDEPEND="
+ >=app-crypt/libsecret-0.20
+ >=dev-libs/glib-2.71.2
+ >=dev-libs/json-glib-1.4.4
+ >=dev-libs/libxml2-2.9.10
+ >=dev-libs/libgee-0.8.5
+ >=gui-libs/gtk-4.3:4
+ >=gui-libs/libadwaita-1.2
+ >=net-libs/libsoup-3
+ gui-libs/gtksourceview:5
+"
+
+DEPEND="${RDEPEND}"
+
+BDEPEND="
+ $(vala_depend)
+ virtual/pkgconfig
+"
+
+VALA_MIN_API_VERSION=0.48
+
+src_prepare() {
+ default
+ vala_setup
+}
+
+pkg_postinst() {
+ gnome2_schemas_update
+ xdg_pkg_postinst
+}
+
+pkg_postrm() {
+ gnome2_schemas_update
+ xdg_pkg_postrm
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/tuba/
2023-08-17 11:54 [gentoo-commits] repo/proj/guru:master " David Roman
@ 2023-08-17 11:42 ` David Roman
0 siblings, 0 replies; 8+ messages in thread
From: David Roman @ 2023-08-17 11:42 UTC (permalink / raw
To: gentoo-commits
commit: 1da61ea7aa45bf74e06fc77b962a9e717e3a256e
Author: Konstantin Tutsch <mail <AT> konstantintutsch <DOT> de>
AuthorDate: Wed Aug 16 18:50:45 2023 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Aug 17 11:41:42 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1da61ea7
net-misc/tuba: add 0.4.1
Signed-off-by: Konstantin Tutsch <mail <AT> konstantintutsch.de>
Closes: https://github.com/gentoo/guru/pull/104
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
net-misc/tuba/Manifest | 1 +
net-misc/tuba/tuba-0.4.1.ebuild | 54 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 55 insertions(+)
diff --git a/net-misc/tuba/Manifest b/net-misc/tuba/Manifest
index 3e2d34424a..759c7a400f 100644
--- a/net-misc/tuba/Manifest
+++ b/net-misc/tuba/Manifest
@@ -1,2 +1,3 @@
DIST tuba-0.2.0.tar.gz 233703 BLAKE2B 8131986f481031257a59a4d2902364cec042d3d773cee0dee3b1ef8628ea1e2dbb32619c6f9054b43c88a1da51a53d1877896f0082ad482387876000b47d40ab SHA512 c5e07199c950963ac6f398d36f2da760a6fa734e247ba1defc3b98f9aa53d1626cf519988a96c5c7e16f32b79d7f5ad6bec02d6eab84cc132f2f634176fdd2f5
DIST tuba-0.3.2.tar.gz 276540 BLAKE2B 7f5fa78e84b6df68400f6d4fc0cfeef153607ac1d1ed3e1760c6d330e9f30dd858db53b0fbad5119658120d39e40d888d02799b07993ade2b8698f82fcabe092 SHA512 1cac9547de7733a40fae292481551a5b231eccd51982ab041f50bdcb82e4e74742657d469c940fa8d2b745115aac55dc2202e39a66e0aaddd396b9a226a2ebbd
+DIST tuba-0.4.1.tar.gz 439861 BLAKE2B bed75b909ec9c31c53c1c46973011b8396b5e4af976aa5277a1457abd1e51d5e4a13a639632ab9ed5d67339351a99d2e9a8598a04a35b08a5b27de05d6f5c01c SHA512 7804e06a29d18e1fdf88aa4e8237a8fd8c8eccaa668ec9b2057a84a9f17c855b2c378c3ffe354e157fdeb8c392128ddaf6faf92687b67319d7cc3371e4d885ab
diff --git a/net-misc/tuba/tuba-0.4.1.ebuild b/net-misc/tuba/tuba-0.4.1.ebuild
new file mode 100644
index 0000000000..7540a83522
--- /dev/null
+++ b/net-misc/tuba/tuba-0.4.1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome2-utils meson vala xdg
+
+DESCRIPTION="Mastodon client, previously known as Tooth"
+HOMEPAGE="https://github.com/GeopJr/Tuba"
+MY_PN="Tuba"
+SRC_URI="https://github.com/GeopJr/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="CC-BY-3.0 GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+RDEPEND="
+ >=app-crypt/libsecret-0.20
+ >=dev-libs/glib-2.71.2
+ >=dev-libs/json-glib-1.4.4
+ >=dev-libs/libxml2-2.9.10
+ >=dev-libs/libgee-0.8.5
+ >=gui-libs/gtk-4.3:4
+ >=gui-libs/libadwaita-1.2
+ >=net-libs/libsoup-3
+ gui-libs/gtksourceview:5
+ >=app-text/gspell-1.12.1
+"
+
+DEPEND="${RDEPEND}"
+
+BDEPEND="
+ $(vala_depend)
+ virtual/pkgconfig
+"
+
+VALA_MIN_API_VERSION=0.48
+
+src_prepare() {
+ default
+ vala_setup
+}
+
+pkg_postinst() {
+ gnome2_schemas_update
+ xdg_pkg_postinst
+}
+
+pkg_postrm() {
+ gnome2_schemas_update
+ xdg_pkg_postrm
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/tuba/
@ 2023-11-06 17:25 Konstantin Tutsch
0 siblings, 0 replies; 8+ messages in thread
From: Konstantin Tutsch @ 2023-11-06 17:25 UTC (permalink / raw
To: gentoo-commits
commit: 377dbb3897c58b50fde0ccc83bc660f61e294f4e
Author: Konstantin Tutsch <mail <AT> konstantintutsch <DOT> com>
AuthorDate: Mon Nov 6 17:24:15 2023 +0000
Commit: Konstantin Tutsch <mail <AT> konstantintutsch <DOT> de>
CommitDate: Mon Nov 6 17:25:13 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=377dbb38
net-misc/tuba: Add gstreamer dependency
Signed-off-by: Konstantin Tutsch <mail <AT> konstantintutsch.com>
net-misc/tuba/tuba-0.4.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/tuba/tuba-0.4.1.ebuild b/net-misc/tuba/tuba-0.4.1.ebuild
index 7540a83522..7c603be562 100644
--- a/net-misc/tuba/tuba-0.4.1.ebuild
+++ b/net-misc/tuba/tuba-0.4.1.ebuild
@@ -22,7 +22,7 @@ RDEPEND="
>=dev-libs/json-glib-1.4.4
>=dev-libs/libxml2-2.9.10
>=dev-libs/libgee-0.8.5
- >=gui-libs/gtk-4.3:4
+ >=gui-libs/gtk-4.3:4[gstreamer]
>=gui-libs/libadwaita-1.2
>=net-libs/libsoup-3
gui-libs/gtksourceview:5
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-misc/tuba/
@ 2023-12-10 19:09 Michał Górny
0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2023-12-10 19:09 UTC (permalink / raw
To: gentoo-commits
commit: 27c5d63ffe8055f69cbc06b187cd851194c814cb
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 10 19:08:56 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec 10 19:08:56 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=27c5d63f
net-misc/tuba: Remove, now in ::gentoo
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
net-misc/tuba/Manifest | 3 ---
net-misc/tuba/metadata.xml | 11 ---------
net-misc/tuba/tuba-0.2.0.ebuild | 53 ----------------------------------------
net-misc/tuba/tuba-0.3.2.ebuild | 53 ----------------------------------------
net-misc/tuba/tuba-0.4.1.ebuild | 54 -----------------------------------------
5 files changed, 174 deletions(-)
diff --git a/net-misc/tuba/Manifest b/net-misc/tuba/Manifest
deleted file mode 100644
index 759c7a400f..0000000000
--- a/net-misc/tuba/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST tuba-0.2.0.tar.gz 233703 BLAKE2B 8131986f481031257a59a4d2902364cec042d3d773cee0dee3b1ef8628ea1e2dbb32619c6f9054b43c88a1da51a53d1877896f0082ad482387876000b47d40ab SHA512 c5e07199c950963ac6f398d36f2da760a6fa734e247ba1defc3b98f9aa53d1626cf519988a96c5c7e16f32b79d7f5ad6bec02d6eab84cc132f2f634176fdd2f5
-DIST tuba-0.3.2.tar.gz 276540 BLAKE2B 7f5fa78e84b6df68400f6d4fc0cfeef153607ac1d1ed3e1760c6d330e9f30dd858db53b0fbad5119658120d39e40d888d02799b07993ade2b8698f82fcabe092 SHA512 1cac9547de7733a40fae292481551a5b231eccd51982ab041f50bdcb82e4e74742657d469c940fa8d2b745115aac55dc2202e39a66e0aaddd396b9a226a2ebbd
-DIST tuba-0.4.1.tar.gz 439861 BLAKE2B bed75b909ec9c31c53c1c46973011b8396b5e4af976aa5277a1457abd1e51d5e4a13a639632ab9ed5d67339351a99d2e9a8598a04a35b08a5b27de05d6f5c01c SHA512 7804e06a29d18e1fdf88aa4e8237a8fd8c8eccaa668ec9b2057a84a9f17c855b2c378c3ffe354e157fdeb8c392128ddaf6faf92687b67319d7cc3371e4d885ab
diff --git a/net-misc/tuba/metadata.xml b/net-misc/tuba/metadata.xml
deleted file mode 100644
index af43a93b3f..0000000000
--- a/net-misc/tuba/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>laurent.morretton@gmail.com</email>
- <name>Laurent Morretton</name>
- </maintainer>
- <upstream>
- <remote-id type="github">GeopJr/Tuba</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/net-misc/tuba/tuba-0.2.0.ebuild b/net-misc/tuba/tuba-0.2.0.ebuild
deleted file mode 100644
index 70e349cb9c..0000000000
--- a/net-misc/tuba/tuba-0.2.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome2-utils meson vala xdg
-
-DESCRIPTION="Mastodon client, previously known as Tooth"
-HOMEPAGE="https://github.com/GeopJr/Tuba"
-MY_PN="Tuba"
-SRC_URI="https://github.com/GeopJr/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="CC-BY-3.0 GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-RDEPEND="
- >=app-crypt/libsecret-0.20
- >=dev-libs/glib-2.71.2
- >=dev-libs/json-glib-1.4.4
- >=dev-libs/libxml2-2.9.10
- >=dev-libs/libgee-0.8.5
- gui-libs/gtk:4
- >=gui-libs/libadwaita-1.2
- >=net-libs/libsoup-3
- gui-libs/gtksourceview:5
-"
-
-DEPEND="${RDEPEND}"
-
-BDEPEND="
- $(vala_depend)
- virtual/pkgconfig
-"
-
-VALA_MIN_API_VERSION=0.48
-
-src_prepare() {
- default
- vala_setup
-}
-
-pkg_postinst() {
- gnome2_schemas_update
- xdg_pkg_postinst
-}
-
-pkg_postrm() {
- gnome2_schemas_update
- xdg_pkg_postrm
-}
diff --git a/net-misc/tuba/tuba-0.3.2.ebuild b/net-misc/tuba/tuba-0.3.2.ebuild
deleted file mode 100644
index 6ccaf3d9dc..0000000000
--- a/net-misc/tuba/tuba-0.3.2.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome2-utils meson vala xdg
-
-DESCRIPTION="Mastodon client, previously known as Tooth"
-HOMEPAGE="https://github.com/GeopJr/Tuba"
-MY_PN="Tuba"
-SRC_URI="https://github.com/GeopJr/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="CC-BY-3.0 GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-RDEPEND="
- >=app-crypt/libsecret-0.20
- >=dev-libs/glib-2.71.2
- >=dev-libs/json-glib-1.4.4
- >=dev-libs/libxml2-2.9.10
- >=dev-libs/libgee-0.8.5
- >=gui-libs/gtk-4.3:4
- >=gui-libs/libadwaita-1.2
- >=net-libs/libsoup-3
- gui-libs/gtksourceview:5
-"
-
-DEPEND="${RDEPEND}"
-
-BDEPEND="
- $(vala_depend)
- virtual/pkgconfig
-"
-
-VALA_MIN_API_VERSION=0.48
-
-src_prepare() {
- default
- vala_setup
-}
-
-pkg_postinst() {
- gnome2_schemas_update
- xdg_pkg_postinst
-}
-
-pkg_postrm() {
- gnome2_schemas_update
- xdg_pkg_postrm
-}
diff --git a/net-misc/tuba/tuba-0.4.1.ebuild b/net-misc/tuba/tuba-0.4.1.ebuild
deleted file mode 100644
index 7c603be562..0000000000
--- a/net-misc/tuba/tuba-0.4.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit gnome2-utils meson vala xdg
-
-DESCRIPTION="Mastodon client, previously known as Tooth"
-HOMEPAGE="https://github.com/GeopJr/Tuba"
-MY_PN="Tuba"
-SRC_URI="https://github.com/GeopJr/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="CC-BY-3.0 GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-RDEPEND="
- >=app-crypt/libsecret-0.20
- >=dev-libs/glib-2.71.2
- >=dev-libs/json-glib-1.4.4
- >=dev-libs/libxml2-2.9.10
- >=dev-libs/libgee-0.8.5
- >=gui-libs/gtk-4.3:4[gstreamer]
- >=gui-libs/libadwaita-1.2
- >=net-libs/libsoup-3
- gui-libs/gtksourceview:5
- >=app-text/gspell-1.12.1
-"
-
-DEPEND="${RDEPEND}"
-
-BDEPEND="
- $(vala_depend)
- virtual/pkgconfig
-"
-
-VALA_MIN_API_VERSION=0.48
-
-src_prepare() {
- default
- vala_setup
-}
-
-pkg_postinst() {
- gnome2_schemas_update
- xdg_pkg_postinst
-}
-
-pkg_postrm() {
- gnome2_schemas_update
- xdg_pkg_postrm
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2023-12-10 19:09 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-14 20:41 [gentoo-commits] repo/proj/guru:dev commit in: net-misc/tuba/ Laurent Morretton
-- strict thread matches above, loose matches on Subject: below --
2023-12-10 19:09 Michał Górny
2023-11-06 17:25 Konstantin Tutsch
2023-08-17 11:54 [gentoo-commits] repo/proj/guru:master " David Roman
2023-08-17 11:42 ` [gentoo-commits] repo/proj/guru:dev " David Roman
2023-05-21 19:21 Laurent Morretton
2023-04-06 19:28 Laurent Morretton
2023-04-04 21:32 Laurent Morretton
2023-04-04 20:34 Laurent Morretton
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox