From cf9efe5279dd48e2d6c4f99707f26cb87855a37b Mon Sep 17 00:00:00 2001 From: Gerben Jan Dijkman Date: Sun, 26 Mar 2023 16:31:00 +0200 Subject: [PATCH] Changed tooth to tuba --- net-im/{tooth => tuba}/Manifest | 0 .../tooth-20230322.ebuild => tuba/tuba-0.1.0.ebuild} | 7 ++----- 2 files changed, 2 insertions(+), 5 deletions(-) rename net-im/{tooth => tuba}/Manifest (100%) rename net-im/{tooth/tooth-20230322.ebuild => tuba/tuba-0.1.0.ebuild} (76%) diff --git a/net-im/tooth/Manifest b/net-im/tuba/Manifest similarity index 100% rename from net-im/tooth/Manifest rename to net-im/tuba/Manifest diff --git a/net-im/tooth/tooth-20230322.ebuild b/net-im/tuba/tuba-0.1.0.ebuild similarity index 76% rename from net-im/tooth/tooth-20230322.ebuild rename to net-im/tuba/tuba-0.1.0.ebuild index 3f611d1..315f73e 100644 --- a/net-im/tooth/tooth-20230322.ebuild +++ b/net-im/tuba/tuba-0.1.0.ebuild @@ -5,12 +5,9 @@ EAPI=8 inherit gnome2-utils meson vala xdg -COMMIT="56e17962bcb6f529fcb6d8c1598ce73b0bf11786" DESCRIPTION="Mastodon client" -HOMEPAGE="https://github.com/GeopJr/Tooth" -SRC_URI="https://github.com/GeopJr/Tooth/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - -S="${WORKDIR}"/Tooth-${COMMIT} +HOMEPAGE="https://github.com/GeopJr/Tuba" +SRC_URI="https://github.com/GeopJr/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz" LICENSE="CC-BY-3.0 GPL-3+" SLOT="0"