From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BCE4413835A for ; Tue, 22 Dec 2020 13:06:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15C00E0B28; Tue, 22 Dec 2020 13:06:55 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F33C0E0B23 for ; Tue, 22 Dec 2020 13:06:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1F592341037 for ; Tue, 22 Dec 2020 13:06:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65F2449 for ; Tue, 22 Dec 2020 13:06:51 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1608590532.145fc1d3fea180894ee9ac48829813d02010e7a1.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: x11-misc/betterlockscreen_rapid/ X-VCS-Repository: repo/proj/guru X-VCS-Files: x11-misc/betterlockscreen_rapid/Manifest x11-misc/betterlockscreen_rapid/betterlockscreen_rapid-0.0.0_pre20201222.ebuild X-VCS-Directories: x11-misc/betterlockscreen_rapid/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 145fc1d3fea180894ee9ac48829813d02010e7a1 X-VCS-Branch: master Date: Tue, 22 Dec 2020 13:06:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1c7cfc2b-b12f-4870-a15f-163c1475ea6e X-Archives-Hash: 59f326d9a54c9e22238395461efb8864 commit: 145fc1d3fea180894ee9ac48829813d02010e7a1 Author: Jian Lin outlook com> AuthorDate: Mon Dec 21 22:42:12 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Mon Dec 21 22:42:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=145fc1d3 x11-misc/betterlockscreen_rapid: add snapshot ebuild Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Jian Lin outlook.com> x11-misc/betterlockscreen_rapid/Manifest | 1 + ...betterlockscreen_rapid-0.0.0_pre20201222.ebuild | 27 ++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/x11-misc/betterlockscreen_rapid/Manifest b/x11-misc/betterlockscreen_rapid/Manifest new file mode 100644 index 00000000..bb1ce741 --- /dev/null +++ b/x11-misc/betterlockscreen_rapid/Manifest @@ -0,0 +1 @@ +DIST betterlockscreen_rapid-0.0.0_pre20201222.tar.gz 1837065 BLAKE2B 13d119c7e9514778cb65d97e55ec62861e157a4f69d74366de58250511d1f51214f525245bdee3ad7dd2fcffe6fda70f66f1e47576c3c21903b6256a67e0d5e6 SHA512 9b3f7a0783de8083b31950ed0bad73396a904d42f613edd55b4e0f03e465c5c1fae2acda70b8737ec3e1e33ea4534d15725b5f0f96a52f3a9e338032af49b169 diff --git a/x11-misc/betterlockscreen_rapid/betterlockscreen_rapid-0.0.0_pre20201222.ebuild b/x11-misc/betterlockscreen_rapid/betterlockscreen_rapid-0.0.0_pre20201222.ebuild new file mode 100644 index 00000000..9c3077e3 --- /dev/null +++ b/x11-misc/betterlockscreen_rapid/betterlockscreen_rapid-0.0.0_pre20201222.ebuild @@ -0,0 +1,27 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MY_REV="705f03ace10e273ced75ffa98bc5983c4b3ebecb" + +DESCRIPTION="A rapid and good-looking screen locker" +HOMEPAGE="https://github.com/oakszyjrnrdy/betterlockscreen_rapid" +SRC_URI="https://github.com/oakszyjrnrdy/betterlockscreen_rapid/archive/${MY_REV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-${MY_REV}" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + x11-misc/i3lock-color + x11-misc/i3lock-fancy-rapid +" + +src_install() { + dobin betterlockscreen_rapid + einstalldocs + insinto /etc + doins betterlockscreen_rapid.conf +}