commit:     604a93b1ac0f207db02ba9c0db76c12ed8bf8d81
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun May 19 11:42:38 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Fri May 24 23:35:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=604a93b1

gui-apps/tuigreet: update SRC_URI, LICENSE

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 gui-apps/tuigreet/tuigreet-9999.ebuild | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/gui-apps/tuigreet/tuigreet-9999.ebuild 
b/gui-apps/tuigreet/tuigreet-9999.ebuild
index 83aedb1c318c..908c9d12fa8c 100644
--- a/gui-apps/tuigreet/tuigreet-9999.ebuild
+++ b/gui-apps/tuigreet/tuigreet-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2017-2022 Gentoo Authors
+# Copyright 2017-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -15,22 +15,13 @@ if [ ${PV} == "9999" ] ; then
        EGIT_REPO_URI="https://github.com/apognu/${PN}";
 else
        SRC_URI="https://github.com/apognu/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz
-       $(cargo_crate_uris ${CRATES})"
+       ${CARGO_CRATE_URIS}"
        KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv"
 fi
 
-src_unpack() {
-       if [[ "${PV}" == *9999* ]]; then
-               git-r3_src_unpack
-               cargo_live_src_unpack
-       else
-               cargo_src_unpack
-       fi
-}
-
 QA_FLAGS_IGNORED="usr/bin/tuigreet"
 
-LICENSE="Apache-2.0 Boost-1.0 GPL-3 MIT"
+LICENSE="Apache-2.0 CC0-1.0 GPL-3+ MIT Unicode-3.0 Unicode-DFS-2016"
 SLOT="0"
 
 RDEPEND="acct-group/greetd
@@ -38,6 +29,15 @@ RDEPEND="acct-group/greetd
        gui-libs/greetd"
 DEPEND="${RDEPEND}"
 
+src_unpack() {
+       if [[ "${PV}" == *9999* ]]; then
+               git-r3_src_unpack
+               cargo_live_src_unpack
+       else
+               cargo_src_unpack
+       fi
+}
+
 src_install() {
        dodir /var/cache/${PN}
        fowners greetd:greetd /var/cache/${PN}

Reply via email to