public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/tuigreet/
Date: Mon, 29 Nov 2021 14:15:53 +0000 (UTC)	[thread overview]
Message-ID: <1638195347.7fbed0b1004d6bfdcf55502dcd19ff716e5d6c92.juippis@gentoo> (raw)

commit:     7fbed0b1004d6bfdcf55502dcd19ff716e5d6c92
Author:     Dee-Jay Logozzo <git <AT> djl <DOT> id <DOT> au>
AuthorDate: Sun Nov 21 00:19:35 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Nov 29 14:15:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fbed0b1

gui-apps/tuigreet: added git-live 9999 version

Changes:
* Added git-live tuigreet-9999.ebuild

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Closes: https://github.com/gentoo/gentoo/pull/23015
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

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

diff --git a/gui-apps/tuigreet/tuigreet-9999.ebuild b/gui-apps/tuigreet/tuigreet-9999.ebuild
new file mode 100644
index 000000000000..36a65ecbb6b1
--- /dev/null
+++ b/gui-apps/tuigreet/tuigreet-9999.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2017-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+CRATES="
+"
+
+inherit cargo
+
+DESCRIPTION="TUI greeter for greetd login manager"
+HOMEPAGE="https://github.com/apognu/tuigreet"
+
+if [ ${PV} == "9999" ] ; then
+	inherit git-r3
+	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})"
+	KEYWORDS="~amd64 ~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"
+SLOT="0"
+
+RDEPEND="gui-libs/greetd"


             reply	other threads:[~2021-11-29 14:15 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-29 14:15 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-08 12:03 [gentoo-commits] repo/gentoo:master commit in: gui-apps/tuigreet/ Arthur Zamarin
2024-06-08 12:03 Arthur Zamarin
2024-05-24 23:35 Conrad Kostecki
2024-05-24 23:35 Conrad Kostecki
2024-05-24 23:35 Conrad Kostecki
2022-12-27  3:56 Georgy Yakovlev
2022-12-27  3:56 Georgy Yakovlev
2022-10-10 12:55 Joonas Niilola
2022-10-10 12:55 Joonas Niilola
2022-09-05 12:37 Joonas Niilola
2022-09-05 12:37 Joonas Niilola
2022-09-05 12:37 Joonas Niilola
2022-09-05 12:37 Joonas Niilola
2022-09-05 12:37 Joonas Niilola
2022-01-26  1:09 Ionen Wolkens
2022-01-26  1:09 Ionen Wolkens
2022-01-26  1:09 Ionen Wolkens
2021-09-18 14:42 Yixun Lan
2021-07-20 10:25 Joonas Niilola
2020-10-17 14:04 Joonas Niilola
2020-07-21  1:59 Aaron Bauman
2020-07-21  1:59 Aaron Bauman
2020-07-02 22:36 Georgy Yakovlev
2020-07-02 22:36 Georgy Yakovlev
2020-07-02 22:36 Georgy Yakovlev
2020-07-02 22:36 Georgy Yakovlev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1638195347.7fbed0b1004d6bfdcf55502dcd19ff716e5d6c92.juippis@gentoo \
    --to=juippis@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox